/*------------------------------------*\
$GLOBAL
\*------------------------------------*/
.frm {color: #404040; margin:20px 0;}
.frm h2,
form h2 {
    padding: 20px 0;
    clear:both;
}
.frm h2:first-child,
form h2:first-child {
    padding-top: 0;
}
.form-desc {}
.frmrow {display: block; padding: 0 0 10px; margin: 0; position: relative; float: left; width: 100%;}
.frmcol {
    float: left;
    display: block;
    padding: 0 0 10px;
    position: relative;
}
.row .frmcol {
    margin-left: 20px;
}
.row .frmcol:first-child {
    margin-left: 0;
}
.frmcol.type_text .input {
    width:198px;
}
.frmcol.type_text .input input {
    width:178px;
}
.frmcaption {
    color:#202020;
    font-size:12px;
    font-weight:bold;
    display:block;
    line-height:30px;
    position:relative;
	float: left;
    text-align: right;
	width: 30%;
	padding-right: 10px;
}
.frmcaption2 {
    color:#202020;
    font-size:12px;
    font-weight:bold;
    display:block;
    width:auto;
    text-align: left;
}
.email {
	width: 15px;
	float: left;
	margin-right: 5px;
}
.frmcaption.required span {
    color:#d33629;
}
.report .frmcaption {
    float: none;
    width:auto;
    text-align: left;
    padding-left: 5px;
    line-height: 20px;
    padding-right: 5px;
}
.add-comment .frmcaption {
    float: none;
    width:auto;
    text-align: left;
    margin-left: 5px;
    line-height: 20px;
}
.type_text .input,
.type_textarea .input,
.type_select_filter .txtinput {
    float: left;
    border:1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display:block;
    overflow:hidden;
    width: 60%;
}
.type_select_filter .txtinput {
    width:236px;
}
.type_textarea.full .input {
    width:940px;
}
.type_textarea.full .input textarea {
    width:920px;
}
.type_text .cptn,
.type_textarea .cptn {
    float: left;
    margin-left: 5px;
    line-height: 30px;
}
.type_text.medium-input .input {
    width:122px;
}
.type_text.medium-input .input input {
    width:102px;
}
.type_text.small-input .input {
    width: 83px;
}
.type_text.small-input .input input {
    width: 63px;
}
.type_text.type_select .input {
    width: 78px;
    margin-right: 10px;
}
.type_text.type_select .input input {
    width: 58px;
}
.type_text input,
.type_textarea textarea,
.type_select_filter .txtinput input {
    background: #ffffff;
    border: 0;
    display: block;
    line-height: 20px;
    height: 20px;
    padding: 4px 10px;
    width: 97%;
}
.type_select_filter .txtinput input {
    width: 216px;
}
.type_text input.placeholder-active {
    color: #808080;
}
.type_textarea textarea {
    height: auto;
    margin: 0;
    max-width: 100%;
}
.type_select.full select {
    width:100%;
}
.type_text.focus .input,
.type_textarea.focus .input {
    -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
}
.type_text.focus input,
.type_textarea.focus textarea {
    -moz-box-shadow:inset 0 5px 5px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow:inset 0 5px 5px rgba(0, 0, 0, 0.09);
    -o-box-shadow:inset 0 5px 5px rgba(0, 0, 0, 0.09);
    box-shadow:inset 0 5px 5px rgba(0, 0, 0, 0.09);
}
.type_check_one .input,
.type_check_many .input {
    float:left;
    display:block;
    padding:5px;
}
.type_check_one .input label,
.type_check_many .input label {
    display:block;
    white-space:nowrap;
    padding-top:2px;
    padding-bottom:2px;
}
.type_check_one .input input,
.type_check_many .input input {
    width:14px;
    height:14px;
    display:inline-block;
    vertical-align:middle;
    margin:0;
    padding:0;
}
.type_check_one .input .cptn,
.type_check_many .input .cptn {
    vertical-align:middle;
    display:inline-block;
    padding-left:10px;
}
.accept_terms .input {
    padding-left:260px;
    clear:none;
}
select {
    padding:5px;
    margin:0;
    min-height:30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #dddddd;
}
select.focus {
    -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
}
.profile-edit select {
    float: left;
    margin-right: 10px;
    -moz-box-shadow: inset 0 5px 5px rgba(225, 20, 88, 0.05);
    -webkit-box-shadow: inset 0 5px 5px rgba(225, 20, 88, 0.05);
    -o-box-shadow: inset 0 5px 5px rgba(225, 20, 88, 0.05);
    box-shadow: inset 0 5px 5px rgba(225, 20, 88, 0.05);
}
.profile-edit .phone-nr select {
    width: 20%;
}
.profile-edit .phone-nr .txtinput {
    width: 35%;
}
.type_select_filter.phone-nr .txtinput input {width: 95%;}
/*------------------------------------*\
$ERRORS
\*------------------------------------*/
.error .frmcaption {
    color:#d33629;
}
.login .error .inputerror {
    margin-bottom: 5px;
}
.error.type_text .input,
.error.type_textarea .input,
.login .error input[type="text"], 
.login .error input[type="password"],
.profile-edit .phone-nr.error .txtinput {
    border-color:#d33629;
    -webkit-box-shadow: 0 0 5px 3px rgba(211,54,41,0.05);
    -moz-box-shadow: 0 0 5px 3px rgba(211,54,41,0.05);
    box-shadow: 0 0 5px 3px rgba(211,54,41,0.05);
}
.error.type_text input,
.error.type_textarea textarea {
    /*+box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.05);*/
    -moz-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.05);
    -webkit-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.05);
    -o-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.05);
    box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.05);
}
.error.type_text.focus .input,
.error.type_textarea.focus .input {
    /*+box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);*/
    -moz-box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);
    -webkit-box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);
    -o-box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);
    box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);
}
.error.type_text.focus input,
.error.type_textarea.focus textarea {
    /*+box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.1);*/
    -moz-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.1);
    -webkit-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.1);
    -o-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.1);
    box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.1);
}
.error select {
    border-color:#d33629;
    -webkit-box-shadow: 0 0 5px 3px rgba(211,54,41,0.05);
    -moz-box-shadow: 0 0 5px 3px rgba(211,54,41,0.05);
    box-shadow: 0 0 5px 3px rgba(211,54,41,0.05);
}
.type_check_one.error .cptn,
.type_check_many.error .cptn {
    color:#d33629;
}
.inputerror {
    display:block;
    float:left;
    width:100%;
    margin:0 0 0 5px;
    color:#ea275a;
    font-size:11px;
}
.profile-edit .inputerror,
.frm .inputerror {
    margin-left: 205px;
}
/*------------------------------------*\
$INPUT STYLES
\*------------------------------------*/
.frm .frmcaption {

}
.frm .type_text .input,
.frm .type_textarea .input {
    width:358px;
}
.frm .type_text input,
.frm .type_textarea textarea {
    padding:4px 10px;
    width:338px;
    max-width:338px;
}
.frm .type_textarea textarea {
    height:74px;
}
.frm .type_text.postindex input {
    width:148px;
}
.frm .type_text.postindex .search {
    padding-top:6px;
    float:left;
    font-size:13px;
    padding-left:10px;
}
.frm .type_text.postindex .search a {
    text-decoration:underline;
}
.frm .type_select select,
.frm .type_multiselect select {
    width:360px;
}
.frm .type_check_one .cptn,
.frm .type_check_many .cptn {
    display:inline-block;
}
.recaptcha {
    padding-left:140px;
}
.buttons {
    overflow:hidden;
    clear:both;
}
@media print {
    .buttons {
        display:none;
    }
}
.profile-edit .buttons,
.auction-add .buttons {
    padding-top: 10px;
    float: right;
}
.profile-edit .buttons .btn,
.auction-add .buttons .btn {
    margin:0 0 0 10px;
    float: right;
}
.auction-add .inputerror {
    margin-left: 205px;
}
.timepicker-container ul {
    float: left;
    width:320px;
    list-style-type: none;
}
.timepicker-container ul.minutes  {
    margin-left: 8px;
    width:172px;
}
.timepicker-container ul li {
    padding:2px;
    position: relative;
    float: left;
}
.timepicker-container ul li a:hover {
    color:#efa252;
}
.timepicker-container ul li .info {
    display: none;
    bottom:100%;
    *width:198px;
    max-width:201px;
    position: absolute;
    background: #fff;
    padding:2px 8px;
    left:0;
    height:20px;
    top:-32px;
    white-space: nowrap;
    border:1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.timepicker-container ul li a:hover + .info {
    display: block;
}
.timepicker-container ul li .info strong {
    margin-left: 5px;
}
.timepicker-container ul li.full .info strong {
    color:#d33629;
}
.timepicker-container ul li .info:after {
    position: absolute;
    content:"";
    bottom:-8px;
    left:7px;
    width:16px;
    height:8px;
    background: url(../images/base/arrow-down.png) no-repeat left center;
}
.timepicker-container ul li:hover ul {
    display: block;
}
.timepicker-container ul li a {
    display: block;
    padding: 5px 10px;
    line-height: 18px;
    color: #fff;
    text-shadow: 0 1px 0 #0d2a52;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #12386e;
    border: 1px solid #0d2a52;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.timepicker-container ul li.full a {
    background: #d33629;
    border: 1px solid #d41b0b;
    text-shadow: 0 1px 0 #d41b0b;
    cursor:default;
}
.timepicker-container ul li.full a:hover {
    color:#fff;
}
.timepicker-container ul li a.selected {
    border: 1px solid #cc6b30;
    text-shadow: 0 1px 0 #cc6b30;
    background: #efa252;
}
.timepicker-container ul li a.selected:hover {
    color:#fff;
}
label.caption {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.frmcol .caption {
    float: left;
}
.and_select select {
    margin-left: 10px;
    float: left;
}
.model .type_text .input {
    width:338px;
}
.model .type_text .input input {
    width:318px;
}
.frmcol.fuel {
    margin-left: 20px;
}
#type-fuel {
    display: none;
    margin-left: 10px;
}
.report .row {
    float: left;
    width:100%;
}
.report .type_check_one .input,
.report .type_check_many .input {
    padding:0;
}
.report .type_check_one .input label,
.report .type_check_many .input label {
    display: inline-block;
    padding:0;
    white-space: nowrap;
    margin-left: 10px;
}
.report .type_check_one .input .cptn, 
.report .type_check_many .input .cptn {
    padding-left: 5px;
}
.checkers {
    clear:both;
    border:1px solid #dddddd;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.checkers .col {
    padding: 10px 9px 5px;
    border-left:1px solid #dddddd;
}
.checkers .col:first-child {
    border-left: 0;
}
.checkers .frmcol {
    clear:both;
    width:100%;
    padding-bottom: 5px;
    white-space:nowrap;
}
.checkers .type_check_one .input, 
.checkers .type_check_many .input {
    float: right;
    text-align: right;
    padding:0;
}
.checkers .type_check_one .input .cptn, 
.checkers .type_check_many .input .cptn {
    padding-left: 5px;
}
.checkers .type_check_one .input label, 
.checkers .type_check_many .input label {
    display: inline-block;
    margin-left: 10px;
    padding:0;
    vertical-align: top;
}
.checkers.condition .col {
    width:320px;
}
.frm .buttons {
    padding-left: 200px;
}