
/*#invoice td{
    border:none;
}*/
form-signin {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 330px;
    padding: 20px;
}
.errorSummary {
	border: 2px dotted #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
	color: #c50202;
}
span.required {
	color: red;
}
label {
    display: inline-block;
    font-weight: normal !important;
    margin-bottom: 5px;
}
.inner {
	padding: 0;
}
.box {
	margin: 0;
}
/*** notifications ***/
.notification {
	border: 1px solid #666666;
	border-radius: 3px;
	display: block;
	margin: 15px 15px 0px 15px;
	overflow: hidden;
	padding: 6px 0px 6px 40px;
	position: relative;
	z-index: 1;
	zoom: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
	color:black;
}
.note-error {
	background: url('../img/ico_error.png') 2px 0px no-repeat #FAE2E3;
	height: 35px;
	margin-bottom: 10px;
	border-color: #EC9B9B;
	line-height:22px;
}
.note-success {
	background:url(../../../images/ico_success.png) 2px 0px no-repeat #DFFAD3;
	height: 35px;
	margin-bottom: 10px;
	border-color: #72CB67;
	line-height:22px;      
}

.note-info {
	background: url('../img/ico_info.png') 2px 0px no-repeat #FA9F1E;
	height: 35px;
	margin-bottom: 10px;
	border-color: #72CB67;
	line-height:22px;
	background-size: 30px;
	border: 1px solid #7d7a7a;
}
.errorMessage {
    color: red;
    display: table-row-group;
    float: none;
}
/*-------------CGridview css-----------------*/
.grid-view-loading
{
	background:url(../images/gridview/loading.gif) no-repeat;
}

.grid-view
{
	width:100%;
	padding:10px 10px 20px 20px
}

.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 99%;
	border:1px solid #dddddd;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.9em;
	border: 1px #dddddd solid;
	padding: 3px;
	text-align:center;
}

.grid-view table.items th
{
	height:24px;
	/*background: url("../images/gridbg.gif") repeat-x left top;
	background: url("../images/progress_overlay.png") repeat scroll 0 0%, linear-gradient(to bottom, #68b4dd 0%, #2f86b2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
    color: #fff;*/
	
	background: linear-gradient(to bottom, #fcfcfc 0%, #ececec 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #c1c1c1;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 0 #fff;
	color: #333;
	text-align: left;
	font-weight:normal;
	font-size:12px;
	border:1px solid #dddddd;
	padding:5px;
}

.grid-view table.items th a
{
	color: #333;
	text-decoration: none;
	padding:0;
	font-weight:normal;
}

.grid-view table.items th a:hover
{
	color: #04408c;
}

.grid-view table.items th a.asc
{
	/*background:url(../img/gridview/up.gif) right center no-repeat;*/
	padding-right: 10px;
}

.grid-view table.items th a.desc
{
	/*background:url(../img/gridview/down.gif) right center no-repeat;*/
	padding-right: 10px;
}

.grid-view table.items tr.even
{
	background: #f5f5f5;
	margin:0; padding:0;
}

.grid-view table.items tr.odd
{
	background: #fff;
	margin:0; padding:0;
}

.grid-view table.items tr.selected
{
	background: #d5e2f2;
	cursor:pointer;
	padding:0;
}

.grid-view table.items tbody tr:hover
{
	background: #f7f7f7;
	cursor:pointer;
}

.grid-view .link-column img
{
	border: 0;
}

.grid-view .button-column
{
	text-align: center;
	width: 70px;
}

.grid-view .button-column img
{
	border: 0;
}

.grid-view .checkbox-column
{
	width: 15px;
}

.grid-view .summary
{
	margin: 5px 10px;
	text-align: right;
}

.grid-view .pager
{
	width:100%;
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty
{
	font-style: italic;
}

.grid-view select
{
	width: 100%;
	margin:0; padding-top:4px;height:24px; border:0; color:#04408c;
}

.grid-view .filters
{
	background:#eee;
}
.grid-view .filters input
{
	background:#f7f7f7;
	width:90%; height:25px;
	border:1px solid #ccc; color:#555;
	-webkit-border-radius: 0px;
    -moz-border-radius:0px;
    border-radius: 0px;
}

.grid-view .filters select
{
	background:#f7f7f7;
	width: 90%;
	margin:0; padding-top:4px;height:26px; color:#555;border:1px solid #ccc;
	-webkit-border-radius: 0px;
    -moz-border-radius:0px;
    border-radius: 0px;
}

.grid-view .filters input:hover
{
	width: 90%;
}

.grid-view .filters select:hover
{
	width: 90%;
}

/* Styles for ClinkPager */
ul.yiiPager
{
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

ul.yiiPager li
{
	display:inline;
	color: #555;
}

ul.yiiPager li.previous
{
	margin-right:3px;
}


ul.yiiPager li.next
{
	margin-left:3px;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	border:solid 1px #d3d3d3;
	color:inherit;
	font-weight:bold;
	padding:5px 12px;
	text-decoration:none;
	color: #555;
}

ul.yiiPager .page a
{
	font-weight: 600;
}

ul.yiiPager a:hover
{
	background:#dadee0;
	color:#fff;
}

ul.yiiPager .selected a
{
	background:#dadee0;
	color:#fff;
	font-weight:bold;
/*	font-size:1.3em;*/
}

ul.yiiPager .hidden a
{
	border:1px solid #d3d3d3;
	color:inherit;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}

/*-------------Details View css-------------------*/
table.detail-view
{
	background: white;
	border-collapse: collapse;
	width: 97.5%;
	margin: 10px 0 10px 15px;
	padding: 0 0;
}

table.detail-view th, table.detail-view td
{
	font-size: 0.9em;
	border: 1px #ccc solid;
	padding: 0.3em 0.6em;
	vertical-align: top;
}

table.detail-view th
{
	text-align: right;
	width: 160px;
}

table.detail-view tr.odd
{
	background:#f5f5f5;
}

table.detail-view tr.even
{
	background:#eee;
}

table.detail-view tr.odd th
{
}

table.detail-view tr.even th
{
}
.clear_details_view{height:12px;clear:both;}

/*-------------Listview css-------------------*/
.list-view-loading
{
	background:url(loading.gif) no-repeat;
}

.list-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .sorter
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;

}

.list-view .sorter
{
	font-size: 0.9em;
}

.list-view .sorter ul
{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.list-view .sorter li
{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}

.list-view .sorter a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.list-view .sorter a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}