/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="line">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="line">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="line buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

div.form
{
    border: 0px solid #ccc;
    margin: 0px 0 0 0;
    border-radius: 10px;
    background-color: #fefefe;
    padding: 10px;
}

div.form input,
div.form textarea,
div.form select
{
	margin: 00em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 13px;
	display: block;
}

div.form .line
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;        
}

div.form .row fieldset{
    border-radius: 4px;
    border: 2px solid #eee;
}

div.form .row fieldset legend{
    font-size: 14px;
    font-weight: bold;
}


fieldset.fieldset-container{
    border-radius: 4px;
    border: 2px solid #eee;
    padding:0 10px 0 10px
}

fieldset.fieldset-container legend{
    font-size: 14px;
    font-weight: bold;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;        
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error,
div.form span.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form span.success,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 0px solid #C00;
	padding: 10px 7px 10px 7px;
	margin: 0 0 20px 0;
	background: #F8D7DB;
	font-size: 1em;
        border-radius: 10px;
        color: #852029 !important;
}

div.form .errorMessage
{
	color: #852029 !important;
	font-size: 1em;
        text-align: left;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .line
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;        
}

#login {
    box-shadow: 1px 1px 2px 1px rgba(93,148,236,.9);
    border-radius: 20px;
    margin: 30% 10%;
    padding-bottom: 10px;
}

#login .logo{
    text-align: center;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

#login .line{    
    text-align: center;   
    margin: 10px 20px 20px 20px;    
}

.deletemessage {
    font-size: 24px;
    color: #777;
    line-height: 1.3em;
    font-style: italic;
    padding: 10px 10px 10px 10px
}

.extendAdd{
    background-color: #00782f;
    padding: 5px 10px 5px 10px ;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}

.extendAdd:hover{
    background-color: #8dcb88;
}


.grid-view {
    padding: 0;
    margin: 0;
}


.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.9em;
	border: 1px #DFDFDF solid;
	padding: 0.3em;
        cursor: pointer;
}

.grid-view table.items th
{
	color: #fff;        
        font-size: 0.9em;
        background:#444444;        
	text-align: center;
        padding: 10px;
}

.grid-view table.items th a
{
	color: #eee;
	font-weight: normal;
	text-decoration: none;
}

.grid-view table.items th a:hover
{	
    color: #666;
}

.grid-view table.items th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.row-actived
{	
        background: #F3F2E5;
}

.grid-view table.items tr.row-confirmed
{	
    background: #a4a4fc;
}
.grid-view table.items tr.even
{	
        background: #F3F2E5;
}

.grid-view table.items tr.odd
{
        background: #F8F8F8;
}

.grid-view table.items tr.selected
{
	background: #EBCF93;
}

.grid-view table.items tr td
{	
    padding: 4px;
}

.grid-view table.items tbody tr:hover
{
	background:  #F2F1D8;
}

ul.notifications-list {
    text-align: left;
}

ul.notifications-list li {
    color: #C00;
}

ul.notifications-list li a{
    font-weight: bold;
}

.form button.btn-primary {
    width: 140px;
}


div.form .successSummary
{
	border: 0px solid #C6D880;
	padding: 10px 7px 10px 7px;
	margin: 0 0 20px 0;
	background: #E6EFC2;
	font-size: 1em;
        border-radius: 10px;
        color: #264409 !important;
}
