/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row 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 Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */
div#sidebar{
    position: relative;
    top: -15px;
}
h1.form{
    padding-left: 20px;
    padding-bottom: 20px;
    color: #0095da;
}
div.form
{
    padding-left: 20px;
    padding-right: 20px;
}

div.form input,
div.form textarea,
div.form select
{
	margin: 3px 0px 5px 0px;
}
div.form select
{
	min-width: 100px;
}
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: 0.9em;
	display: block;
}

div.form .row
{
    margin: 5px 0;
    display: inline-block;
    width: 100%;
}

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

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
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
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: 1px solid #dc3545;
	padding: 7px 7px 12px 7px;
	margin: 10px 0 10px 0;
	background: #FEE;
	font-size: 0.9em;
}
div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}
div.form .errorSummary p
{
    font-size: 13px;
    font-style: italic;
	margin: 0;
	padding: 5px;
}
div.form .errorSummary ul
{
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
	margin: 0;
	padding: 0 0 0 20px;
}
div.form .errorSummary ul li {
    margin-bottom: 5px;
}

div.form table.wheel_price
{
    background-color: #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}
div.form table.wheel_price tr td
{
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid #999;
}
div.form table.wheel_price tr:first-child td
{
    border-top: none;
}
div.form table.wheel_price tr td:first-child 
{
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
    border-right: 1px solid #999;
}

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

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

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}
div.portlet{
    padding-left: 20px;
    padding-bottom: 15px;
	width: 85%;
}
div.portlet-decoration{
    float: left;
    margin-right: 10px;
}
div.portlet ul.operations{
    display: inline-block;
}
div.portlet ul.operations li{
    float: left;
    margin-right: 10px;
}
div.form select.multiple{
    width: 391px;
    height: 100px;
}
/*FORM WHEEL*/
label.attr{
    font-size: 0px;
    line-height: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    /*float: left;*/
}
input.attr{
    width: 100px;
    /*margin: 0px!important;*/
}
div.attrs{
    width: 650px;
    display: none;
}
div.form div.attr{
    display: none;
}
div.attrs div.row{
    float: left;
    padding-right: 20px;
    width: 105px;
}
div.attrs div.row label{
    height: 55px;
    position: relative;
}
div.attrs div.row label span{
    display: block;
    position: absolute;
    bottom: 0px;
}
div.attrs div.row label img{
    position: absolute;
    bottom: 0px;
}
/*.attr_1{
    background-image: url("../images/ico/attr/attr_1.png");
    background-repeat: no-repeat;
}*/
div.admin{
    padding-bottom: 200px;
}
div.admin table tr td{
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
}
div.admin a{
    font-size: 16px;
    color: #0095da;
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: bold;
}
div.admin a:hover{
    color: #f76406;
}
a.title-link{
    font-size: 16px;
    color: #0095da;
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: bold;
}
a.title-link:hover{
    color: #f76406;
}
table.wheels-type tr td{
    padding-left: 10px;
}
div.select-wrapper{
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
img.preloader_select{
    display: none;
    position: absolute;
    top: 3px;
    right: 0px;
}
div#ui-datepicker-div{
    z-index: 999!important;
}
.grid-view{
    margin-bottom: 100px;
}
.grid-view a{
    /*color: #fff!important;*/
}
#order-grid.grid-view a{
    color: #fff!important;
}
#order-grid.grid-view table.items th a{
    color: #fff!important;
}