/***************************************************************************************************
form layout
***************************************************************************************************/

.col_4 .field.checkboxes > label {
    margin-top: 20px;
}

form .g {
    max-width: 550px;
}

.field p,
.admin__field p {
    margin-left: 0;
}

.login-container {
    overflow: hidden;
}

/***************************************************************************************************
label
***************************************************************************************************/

label {
    cursor: pointer;
    padding: 0 0 3px 0;
}


.required .admin__field-label::after,
._required .admin__field-label::after {
    color: #d22;
    content: '*';
    margin: 0 0 0 5px;
}


/***************************************************************************************************
input
***************************************************************************************************/


.input_text input {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 10px;
}


/***************************************************************************************************
control
***************************************************************************************************/

.control,
.admin__field-control {
    position: relative;
    background: #fff;
}

/***************************************************************************************************
select
***************************************************************************************************/

.select {
    position: relative;
}

/***************************************************************************************************
multiselect
***************************************************************************************************/

.multiselect option {
    padding: 5px 10px;
}

/***************************************************************************************************
textarea
***************************************************************************************************/

.textarea textarea {
    width: 100%;
    min-height: 142px;
    resize: none;
    padding: 9px;
    height: auto;
    border: 1px solid #ddd;
}

/***************************************************************************************************
button
***************************************************************************************************/

.cmscontent_button {
    background: #666;
}

.cg .cmscontent_button {
    background: #9c3;
}

.cbg .cmscontent_button {
    border: 2px solid #9c3;
    padding: 5px 13px;
}

.cgg .cmscontent_button {


    border: 2px solid #9c3;
    color: #9c3;
    background: none;
    padding: 5px 13px;
}

.action_red {
    background: #d22;
}

.action_red:hover {
    background: #d44;
}

.button_small {
    padding: 2px 10px;
}


/***************************************************************************************************
options
***************************************************************************************************/

.options strong {
    display: block;
    margin: 10px;
}

.options_values {
    overflow: hidden;
    margin: 5px;
}

.options label {
    float: left;
    border: 1px solid #ddd;
    margin: 5px;
    padding: 0;
}

.options label.x {
    border-color: #9c3;
    background: rgba(153, 204, 51, 0.05);
}

.options label span {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.options .radio input {
    display: none;
}

.options .field {
    margin: 10px;
}

/***************************************************************************************************
tocart
***************************************************************************************************/

.tocart_unit {
    float: left;
    width: 50px;

    height: 34px;
    line-height: 34px;
    font-weight: 500;
    font-size: 12px;
}

.tocart_input {
    width: 60px;
    position: relative;
    margin: 0 1px;
    padding: 0 0 1px 0;

    float: left;
}

/*
.tocart_input::before,
.tocart_input::after
{
	content:'';
	position:absolute;
	bottom:0;
	left:-1px;
	width:1px;
	height:7px;
	background:#9c3;
}

.tocart_input::after
{
	left:auto;
	right:-1px;
}

.tocart_input input
{
	border:0;
	width:60px;
	background:#fff;
	height:32px;
	text-align:center;

}
*/


.actions-toolbar {
    margin: 15px 5px 5px 5px;
    overflow: hidden;
}

/***************************************************************************************************
password
***************************************************************************************************/

.field.password {
    margin-bottom: 40px;
    position: relative;
}

.password-strength-meter {
    margin: 5px 0 0 0;;
    height: 20px;
    background: #eee;
}

/***************************************************************************************************
error
***************************************************************************************************/

div.mage-error,
label.admin__field-error {
    color: #d22;
    font-size: 13px;
    margin: 5px 0 0 0;
    padding: 0;
    cursor: auto;
}


/***************************************************************************************************
checkboxes
***************************************************************************************************/

.checkboxes .field {
    margin: 0;
}


/***************************************************************************************************
fix
***************************************************************************************************/


::placeholder {
    color: #aaa;
    font-style: italic;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.field-tooltip.toggle {
    display: none;
}


/***************************************************************************************************
input_rating
***************************************************************************************************/

.input_rating {
    margin: 0 10px 0 10px;
    overflow: hidden;
}

.input_rating div {
    height: 25px;
    width: 25px;
    float: left;
    cursor: pointer;
}

.input_rating span {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #9c3;
    font-size: 22px;
}

.input_rating span.i_star,
.input_rating div.x span.i_star-empty {
    display: none;
}

.input_rating div.x span.i_star {
    display: block;
}

.input_rating strong {
    white-space: nowrap;
    float: left;
    height: 25px;
    line-height: 25px;
    font-weight: 300;
    margin: 0 0 0 5px;
}

/***************************************************************************************************
input_rating_input
***************************************************************************************************/

.input_rating_input {
    position: relative;
    top: 10px;
}

.input_rating_input .control {
    overflow: hidden;
}

.input_rating_input .field {
    margin-top: 0;
}

.input_rating_input input {
    position: absolute;
    visibility: hidden;
    padding: 0;
    height: 1px;
    width: 1px;
}

.input_rating_input .control::before,
.input_rating_input .control::after {
    display: none;
}


/***************************************************************************************************
search_autocomplete
***************************************************************************************************/

.search_autocomplete {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    background: #fff;

    z-index: 9999;
}

.minisearch .search_autocomplete {
    top: 29px;
}

.search_autocomplete div {
    border: 1px solid #ddd;
    border-top: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 300px;
    overflow: hidden;
}

.search_autocomplete span {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 35px 0 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
}

.search_autocomplete span:hover {
    background: #eee;
}

.search_autocomplete i {
    position: absolute;
    right: 10px;
    top: 0;
    height: 30px;
    line-height: 30px;
    color: #888;
    font-size: 11px;
    font-style: normal;
}


/***************************************************************************************************
captcha
***************************************************************************************************/

#captcha-container-user_login {
    margin-left: 0;
    margin-right: 0;
}

.captcha-image img {
    border: 1px solid #ccc;
}

.captcha-image button {
    position: absolute;
    top: 0;
    right: 0;
}












