﻿
.dateformat {
}
.timeformat {
}
.currencyformat {
    padding-right: 5px;
    text-align: right;
}
.decimal {
    padding-right: 5px;
    text-align: right;
}
.numberformat {
    padding-right: 5px;
}
.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: #2682A9;
    font-size: 13px;
    margin: 5px;
    overflow: auto;
    padding: 5px;
    border-radius: 5px;
}
	.filter-pannel .validateTips
	{
		margin-top: 5px;
		color: #EF8D8D;
	}
.filter-controll-button
{
	float:left;
	margin-top: 2px;
}
.filter-controll {
    float: left;
}
.filter-controll > label {
    float: left;
    height: 15px;
    margin: 2.5px;
    margin-top: 9px;
    color: #FFF;
}
.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: 3px;
    margin-top: 5px;
    padding:0px;
}
.filter-controll input[type="submit"] {
    height: 29px;
    margin: 4px;
    padding: 0;
    width: 80px;
}
.web-form {
    font-size: 12px;
    margin: 3px auto 15px;
    width: 75%;
    border: solid thin #217DA4;
    padding: 5px;
    border-radius: 5px;
}
.full-size {
    width: 100%;
}
.form-title
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#48a8ce+31,2989d8+43,48a8ce+78&0+7,0.63+31,1+59,0.63+76,0+95 */
	background: -moz-linear-gradient(left,  rgba(72,168,206,0) 7%, rgba(72,168,206,0.63) 31%, rgba(41,137,216,0.79) 43%, rgba(55,151,211,1) 59%, rgba(70,166,207,0.63) 76%, rgba(72,168,206,0.56) 78%, rgba(72,168,206,0) 95%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(left,  rgba(72,168,206,0) 7%,rgba(72,168,206,0.63) 31%,rgba(41,137,216,0.79) 43%,rgba(55,151,211,1) 59%,rgba(70,166,207,0.63) 76%,rgba(72,168,206,0.56) 78%,rgba(72,168,206,0) 95%); */ /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to right,  rgba(72,168,206,0) 7%,rgba(72,168,206,0.63) 31%,rgba(41,137,216,0.79) 43%,rgba(55,151,211,1) 59%,rgba(70,166,207,0.63) 76%,rgba(72,168,206,0.56) 78%,rgba(72,168,206,0) 95%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0048a8ce', endColorstr='#0048a8ce',GradientType=1 ); /* IE6-9 */
	/*border-style: solid;
	border-color: rgba(84, 81, 81, 0.54);
	border-width: 1px;
	border-radius: 5px;*/
	background-color: #8CA3AC;
	border-radius: 5px;
	font-size: 15px;
	padding: 5px;
	padding-left: 15px;
	text-align: center;
	line-height: 28px;
	color: white;
}
.form-controll {
    margin: 5px;
    overflow: auto;
}
.form-controll > label {
    float: left;
    height: 15px;
    width: 20%;
    margin-top: 6px;
}
.form-controll > input, .form-controll > textarea, .form-controll > select {
    border: 1px solid #888C8F;
    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: 18px 5px 5px 20%;
}
.form-buttons {
    margin-left: 20%;
    margin-top: 15px;
}
.form-buttons input {
    min-width: 80px;
}
.add-icon-js {
    width: 25px!important;
    height: 25px!important;
}
.remove-icon {
    width: 25px!important;
    height: 23px!important;
    background-image: url("images/ui-icons_2694e8_256x240.png")!important;
    background-position: -173px -93px!important;
}
.save-button {
}
.save-button-js {
	width:85px;
}
.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!important; */
    cursor: pointer;
    display: inline-block;
    font-size: 12px!important;
    font-weight: bold;
    height: 20px!important;
    line-height: normal;
    margin-right: 0.1em;
    margin-top: 4px;
    overflow: visible;
    padding: 5px;
    padding-top: 5px!important;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    min-width: 80px;
    /* padding-left: 5px; */
}
.report-data {
    min-height: 440px;
    overflow: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-left: -3px;
}
.report-data a {
    text-decoration: none;
}
.report-data a:link, .report-data a:hover, .report-data a:visited {
    color: #121010;
}
	.report-data .grid-header
	{
		    background-color: #D9E2E4!important;
	}
.report-data .item {
    background-color: white;
    font-size: 12px;
    margin: 0px auto;
    overflow: auto;
    padding: 2px;
    width: 97%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgba(142, 139, 139, 0.36);
}
.report-data .item:hover {
    background-color: rgba(55, 150, 186, 0.35);
}
.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;
}
.page-form
{
	min-height:350px;
}
.button-style
{
	height: 28px;
	display: inline-block;
	position: relative;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
	border: 1px solid #aed0ea;
	background: #d7ebf9 url("images/ui-bg_glass_80_d7ebf9_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #121010!important;
	border-radius: 6px;
	margin: 3px;
}
	.button-style:hover
	{
		border: 1px solid #74b2e2;
	background: #e4f1fb url("images/ui-bg_glass_100_e4f1fb_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #0070a3;
	}

.grid-pannel {
    background-color: rgba(92, 156, 204, 0.25);
    padding: 5px;
    border-radius: 5px;
    overflow:auto;
}
.grid-pannel-control {
    float:left;
}
    .grid-pannel-control label {
        float: left;
        padding: 5px;
        margin-top: 1px;
    }
    .grid-pannel-control input {
        float: left;
        margin: 1px;
        padding: 2px;
        border: 1px solid #888C8F;
        border-radius: 3px;
        height: 18px;
        margin-top: 0px;
    }

.company-info
{
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 16px;
	margin-top: -37px;
	padding-bottom: 14px;
}
.inner-form
{
	background-color:white;
	min-height: 300px;
	width: 71.5%;
	position: absolute;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	z-index:12;
	border-radius: 5px;
	border: solid thin #D2CACA;
	padding: 10px;
}
.cancel-bill
{
	background-color: rgba(212, 212, 212, 0.39)!important;
	color: #F3AFAF!important;
}
	.cancel-bill a label
	{
    color: #F3AFAF!important;
	}
.allocated-bill
{
	background-color: #E7FDE6!important;
}
.not-allocated-bill
{

}