/* Global Form styles */


/* Inputs */
INPUT[type=text], INPUT[type=password] {
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
}

input.size2 {
    width: 1.2em;
}

input.size3 {
    width: 1.7em;
}

input.size4 {
    width: 2.2em;
}

input.size5 {
    width: 2.7em;
}

input.size6 {
    width: 3.4em;
}

input.size20 {
    width: 11.7em;
}

input.size22 {
    width: 13.2em;
}

input.size28 {
    width: 17.2em;
}

input.size40 {
    width: 22.4em;
}

input.size60 {
    width: 25.4em;
}


/* Input Labels/hints */
label.input {
    color: #313131;
    text-decoration: none;
    font-size: 15px;
    font-family: RobotoCondensed;
}

label.checkbox {
    font-size: 13px;
    font-family: RobotoCondensed;
    vertical-align: middle;
    line-height: 13px;
}

span.hint {
    color: #c1c1c1;
    font-size: 14px;
    font-family: RobotoCondensed;
}

label.input.left {
    display: block;
    float: left;
    min-width: 80px;
}

label.input.right_top {
    display: block;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
}

.div_field {
    margin-bottom: 10px;
}

/* Error */
INPUT.error {
    background-color: #f9d3d3;
    border: 1px solid #fab6b6;
}

LABEL.error {
	background-color: #f9d3d3;
}

TEXTAREA.error {
    background-color: #f9d3d3;
    border: 1px solid #fab6b6;
}

/* Select2 class */

.select2_dropdown, .select2_container {
    font-size: 13px;
    font-family: Roboto;
}

/* Table form */
table.form {
    border: 0;
}

table.form td.label {
    padding-right: 20px;
}

table.form td.input {
    height: 35px;
}

/* Price Orange */
.price_orange {
    width:190px;
    height:40px;
    background-color: #ffb91e;
}

.price_orange .container {
    padding-left:10px;
    font-family:Roboto;
}

.price_orange .container .text {
    font-size: 12px;
    font-weight:bold;
    float:left;
    padding-top: 5px;
}

.price_orange .container .price {
    color:white;
    font-size: 28px;
    vertical-align: top;
    float:left;
    line-height:28px;
    padding-left:5px;
    padding-top:5px;
}

.price_orange .container .price .currency {
    font-size: 12px;
}

/* Buttons */
INPUT[type=submit], INPUT[type=button] {
    width: 136px;
    height: 33px;
    background: url('/img/layout/form/btn_submit.png');
    background-repeat: no-repeat;
    border: 0px;
    cursor: pointer;
    font-family: RobotoMedium;
    font-size: 15px;
    color: #717171;
    text-align: center;
    padding-right: 30px;
    padding-top:2px;
}

INPUT[type=submit]:hover {
    background-position: 0px -33px;
    color: white;
}

INPUT[type=submit].btn_medium {
    width: 159px;
    height: 33px;
    background: url('/img/layout/form/btn_submit_medium.jpg');
}

INPUT[type=submit].btn_medium:hover {
    background-position: 0px -33px;
    color: white;
}

INPUT[type=button].btn_back {
    padding-right: 0px;
    padding-left: 30px;
    width: 136px;
    height: 33px;
    background: url('/img/layout/form/btn_back.png');
}

INPUT[type=button].btn_back:hover {
    background-position: 0px -33px;
    color: white;
}

INPUT[type=button].btn_back_large {
    width: 236px;
    height: 33px;
    background: url('/img/layout/form/btn_back_large.png');
}

INPUT[type=button].btn_back_large:hover {
    background-position: 0px -33px;
    color: white;
}

INPUT[type=button].btn_cancel {
    width: 136px;
    height: 33px;
    background: url('/img/layout/form/btn_cancel.png');
}

INPUT[type=button].btn_cancel:hover {
    background-position: 0px -33px;
    color: white;
}

INPUT[type=button].btn_orange {
    width: 272px;
    height: 33px;
    background: url('/img/layout/form/btn_zamow.png');
}

INPUT[type=button].btn_orange:hover {
    background-position: 0px -33px;
    color: white;
}

INPUT[type=button].btn_medium {
    width: 159px;
    height: 33px;
    background: url('/img/layout/form/btn_submit_medium.jpg');
}

INPUT[type=button].btn_medium:hover {
    background-position: 0px -33px;
    color: white;
}

INPUT[type=button].btn_large_gray {
    width: 202px;
    height: 33px;
    background: url('/img/layout/form/btn_large_gray.jpg');
}

INPUT[type=button].btn_large_gray:hover {
    background-position: 0px -33px;
    color: white;
}

/* Autocomplete */
.ui-autocomplete {
	z-index: 10000;
}