.full-page-info {
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
}

.full-page-info > H2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

.full-page-info > H3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.full-page-info > P,
.full-page-info > DIV.sell-plan {
    font-size:17px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #666;
}

.full-page-info > P.alert,
FORM > DIV.finanz-search P.alert,
.admanagement-options > P.alert {
    padding: 10px;
    padding-left: 35px;
    background-color: #EA4858;
    color: #FFF;
    font-size: 15px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.admanagement-options > P.alert {
    line-height: 24px;
    margin-bottom: 20px;
}

.full-page-info > P.alert:before,
FORM > DIV.finanz-search P.alert:before,
.admanagement-options > P.alert:before {
    content: '!';
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #cb3443;
    border-radius: 4px;
    height: 100%;
}

.full-page-info > P.alert > STRONG,
FORM > DIV.finanz-search P.alert > STRONG,
.admanagement-options > P.alert > STRONG {
    font-weight: 600;
}


.full-page-info > P.alert.success,
FORM > DIV.finanz-search P.alert.success,
.admanagement-options > P.alert.success {
    background-color: #83b09b;
}

.full-page-info > P.alert.success:before,
FORM > DIV.finanz-search P.alert.success:before,
.admanagement-options > P.alert.success:before {
    background-color: #729d89;
}

.full-page-info > DIV.option-button {
    float: right;
    margin-left: 20px;
}

.full-page-info HR {
    background-color: #ddd;
    border-width: 0px;
    height: 1px;
}

.full-page-info SPAN.price {
    font-weight: bold;
    border-bottom: 3px solid #0099C9;
}

.full-page-info > UL {
    margin-bottom: 40px;
}

.full-page-info > UL > LI {
    margin-bottom: 10px;
    padding-left: 20px;
    background-image: url(/assets/img/frame/sprites.png);
    background-repeat:no-repeat;
    background-position: -112px -583px;
}

.full-page-info > UL.text-main > LI {
    font-size:17px;
    line-height: 24px;
    color: #666;
    background-image: url(/assets/img/frame/sprites.png);
    background-repeat:no-repeat;
    background-position: -112px -580px;
    padding-left: 30px;
}
.full-page-info > UL.text-main {
    overflow: hidden;
}
.full-page-info > UL.text-main > LI.no-bullet {
    background: none;
    overflow: hidden;
}

.full-page-info UL.text-sub {
    padding-left: 20px;
    margin-bottom: 30px;
}
    
.full-page-info UL.text-sub > LI {
    padding-left: 30px;
    font-size:16px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #666;
    background-image: url(/assets/img/frame/sprites.png);
    background-repeat:no-repeat;
    background-position: -79px -611px;
}

.full-page-info-images {
    width: 300px;
}

.full-page-info-images-left {
    border-right: 1px solid #ddd;
    margin-right: 30px;
    float: left;
}

.full-page-info-images-right {
    border-left: 1px solid #ddd;
    margin-left: 30px;
    float: right;
}

.full-page-info-images > UL {
}

.full-page-info-images > UL > LI {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.full-page-info-images > UL > LI > IMG {
    position: relative;
    transition: all 1.3s ease-out;  
}

.full-page-info-images-right > UL > LI > IMG {
    left: -100%;
}

.full-page-info-images-left > UL > LI > IMG {
    right: -100%;
}

.full-page-info-images-right > UL > LI > IMG.loaded {
    left: 0%;
}

.full-page-info-images-left > UL > LI > IMG.loaded {
    right: 0%;
}

.full-page-info-images-right.raw-photos IMG {
    border: 5px solid #CfCfCf;
    border-left: none;
    border-radius: 10px;
    width: 250px;
    height: auto;
    box-sizing: border-box;
    margin-left:-10px;
    -webkit-box-shadow: 6px 6px 17px -4px rgba(0,0,0,0.36);
    -moz-box-shadow: 6px 6px 17px -4px rgba(0,0,0,0.36);
    box-shadow: 6px 6px 17px -4px rgba(0,0,0,0.36);
}

/* --- */

UL.step-tracker {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

UL.step-tracker LI {
    border-top: 4px solid #ddd;
    display: inline-block;
    height: 20px;
    background: none;
    padding: 0px;
    margin: 0px;
    margin-right: -4px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}

UL.step-tracker LI:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border-radius: 10px;
    position: absolute;
    top: -11px;
    left: 50%;
    left: calc(50% - 10px);
    z-index: 75;
}

UL.step-tracker LI.completed {
    border-color:#0099C9;
}

UL.step-tracker LI.completed:before {
    background-color: #0099C9;
}

UL.step-tracker LI.completed:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #0099C9;
    border-radius: 10px;
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 50;
}

UL.step-tracker LI.current {
    border-color:#0099C9;
}

UL.step-tracker LI.current:before {
    background-color: #0099C9;
}

UL.step-tracker LI.current:after {
    content: '';
    width: 50%;
    height: 4px;
    background-color: #ddd;
    position: absolute;
    top: -4px;
    left: 50%;
    z-index: 50;
}

UL.step-tracker LI.current:first-child {
    border-color:#ddd;
}

UL.step-tracker LI:first-child:after {
    content: '';
    width: 50%;
    height: 8px;
    background-color: #fff;
    position: absolute;
    top: -6px;
    left: -2px;
    z-index: 50;
}

UL.step-tracker LI:last-child:after {
    content: '';
    width: 50%;
    height: 8px;
    background-color: #fff;
    position: absolute;
    top: -6px;
    right: -2px;
    z-index: 50;
}

UL.step-tracker LI A {
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
    font-size: 14px;
    font-weight:600;
    color:#ccc;
    cursor: default;
}

UL.step-tracker LI.completed A,
UL.step-tracker LI.current A {
    color:#0099C9;
    cursor: pointer;
}

/* --- */

DIV.sell-form-block {
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
}

DIV.sell-form-block-600px {
    width: 600px;
}

DIV.sell-form-block-650px {
    width: 600px;
}

DIV.sell-form-block LABEL,
.admanagement-block > LABEL {
    font-size:16px;
    font-weight: 600;
    box-sizing: border-box;
    width: 35%;
    height: 40px;
    padding-top: 5px;
    float: left;
    position: relative;
    -webkit-user-select: none; 
    -moz-user-select: none;   
    -ms-user-select: none; 
    user-select: none;
}

DIV.sell-form-block LABEL.full-line {
    width: 100%;
}

DIV.sell-form-block LABEL.help-text {
    font-size: 12px;
    color: #999;
    width: 100%;
    font-weight: normal;
    padding-right: 15%;
    line-height: 18px;
}

DIV.sell-form-block > DIV {
    box-sizing: border-box;
    width: 65%;
    height: 40px;
    float: left;
}

DIV.sell-form-block-650px LABEL {
    width: 45%;
    line-height: 22px;
}

DIV.sell-form-block-650px > DIV {
    width: 55%;
    height: 50px;
}

DIV.sell-form-block.summary LABEL,
DIV.sell-form-block.summary > DIV {
    height: 24px;
    padding: 0px;
}

DIV.sell-form-block.summary.payment LABEL,
DIV.sell-form-block.summary.payment > DIV {
    height: 24px;
    padding: 17px;
    padding-left: 0px;
}
DIV.sell-form-block.summary.payment INPUT[type=text] {
    height: auto;
    width: 150px;
    padding: 2px;
}

DIV.sell-form-block-650px LABEL {
    width: 45%;
    height: 54px;
}

DIV.sell-form-block-650px DIV {
    width: 55%;
    height: 54px;
}
    
DIV.sell-form-block > DIV.full-line {
    width: 100%;
}

DIV.sell-form-block > DIV.multi-height {
    height: auto;
    margin-bottom: 10px;
}

DIV.sell-form-block > DIV > INPUT,
.admanagement-block > DIV.field > INPUT {
    box-sizing: border-box;
    width: 250px;
    height: 34px;
    border: 2px solid #CCCCCC;
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
    font-size: 16px;
    color: #666;
    padding: 4px;
    border-radius: 3px;
    transition: all 0.2s ease-out; 
}

DIV.sell-form-block > DIV > INPUT[type=checkbox],
.admanagement-block > DIV.field > INPUT[type=checkbox] {
    width: auto;
    height: auto;
    vertical-align: top;
}

DIV.sell-form-block > DIV > INPUT:focus {
    outline: none;
    border-color: #000;
    color: #000; 
}

DIV.sell-form-block > DIV > TEXTAREA,
.admanagement-block > DIV.field > TEXTAREA {
    border: 2px solid #CCCCCC;
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
    font-size: 14px;
    color: #666;
    padding: 4px;
    border-radius: 3px;
    width: 300px;
    height: 80px;
    transition: all 0.2s ease-out; 
}

DIV.sell-form-block > DIV > TEXTAREA.contact-notes {
    height: 200px;
}

DIV.sell-form-block > DIV > TEXTAREA:focus {
    outline: none;
    border-color: #000;
    color: #000; 
}

DIV.sell-form-block > DIV > SELECT {
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
    font-size: 16px;
    border: 2px solid #CCCCCC;
    color: #666;
    width: 250px;
    height: 34px;
    border-radius: 3px;
    transition: all 0.2s ease-out; 
}

DIV.sell-form-block > DIV > SELECT:focus {
    outline: none;
    border-color: #000;
    color: #000; 
}

/* --- */

DIV.sell-form-block INPUT.unavailable,
DIV.sell-form-block SELECT.unavailable {
    background-color: #F4F4F4;
    border: #EEE;
    color: #CCC;
}

DIV.sell-form-block LABEL.unavailable {
    color: #EEE;
}

DIV.sell-form-block LABEL SPAN.mandatory {
    color: #ee3124;
}

DIV.sell-form-block LABEL.unavailable SPAN.mandatory {
    display: none;
}

/* --- */

DIV.sell-form-block DIV.recaptcha {
    height: 125px;
}

DIV.sell-form-block .recaptcha-advice {
    padding-top: 5px;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, 'Lucida Grande';
}

/* --- */

INPUT.FormSubmitting {
    background-color: #ccc;   
    color: #eee;
    outline: none;
}

DIV.sell-form-block LABEL.FieldInvalid,
.admanagement-block LABEL.FieldInvalid {
 color: #ee3124;   
}

DIV.sell-form-block LABEL.FieldInvalid:before,
.admanagement-block LABEL.FieldInvalid:before {
    font-size:12px;
    line-height: 16px;
    content: 'Revisa!';
    position: absolute;
    color:#fff;
    background-color: #ee3124;
    top: 0px;
    left: -60px;
    width:50px;
    height:16px;
    padding: 2px;
    text-align: center;
}

DIV.sell-form-block > DIV > INPUT.FieldInvalid,
DIV.sell-form-block > DIV > SELECT.FieldInvalid,
DIV.sell-form-block > DIV > TEXTAREA.FieldInvalid,
.admanagement-block > DIV.field > INPUT.FieldInvalid,
.admanagement-block > DIV.field > SELECT.FieldInvalid,
.admanagement-block > DIV.field > TEXTAREA.FieldInvalid {
    border-color: #ee3124;
}

DIV.sell-form-block DIV.recaptcha.FieldInvalid IFRAME {
    border: 2px solid #ee3124;
    border-radius: 5px;
}
    
/* --- */

.form-sell2-top {
}

.form-sell2-top H2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.form-sell2-top P {
    margin-bottom: 20px;
    line-height: 22px;
}

P.policy {
    font-size: 13px;
    text-align: left;
    float:right;
    padding-top: 10px;
}

.form-sell2-top-left  {
    float: left;
    box-sizing: border-box;
    width: 500px;
    margin-right: 30px;
}

.form-sell2-top-left DIV.sell-form-block {
}

.form-sell2-top-right {
    float: left;
    box-sizing: border-box;
    width: 450px;
}

.form-sell2-top INPUT.currency {
    width: 125px;
}

.form-sell2-top SELECT.currency {
    width: 75px;
    margin-right: 5px;
}

.form-sell2-top SELECT.period {
    width: 90px;
    margin-right: 5px;
}

.form-sell2-top INPUT.type {
    width: 80px;
}

.form-sell2-top SELECT.type {
    width: 135px;
    margin-left: 5px;
}

.form-sell2 TEXTAREA.description {
    width: 370px;
    height:300px;
}

/* --- */

.form-sell2 {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.form-sell2-description  {
    float: left;
    box-sizing: border-box;
    width: 400px;
    margin-right: 30px;
}

.form-sell2-components {
    float: left;
    box-sizing: border-box;
    width: 550px;
}

.form-sell2-components DIV {
    width: 220px;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
}

.form-sell2 DIV H2 {
    font-size: 20px;
    margin-bottom: 20px;
}
    
.form-sell2-components UL {
    margin-bottom: 20px;
}

.form-sell2-components LI {
    color: #666;
    font-size:14px;
    line-height: 20px;
}

.form-sell2-components LI LABEL {
}

#Ad_LocationAutoCompleteList {
    width: 350px;
    margin-top: 0px;
}

#Ad_LocationAutoCompleteList LI A {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

#Ad_LocationAutoCompleteList > H2 {
    margin-bottom: 0px;    
    font-size: 14px;
}

/* --- */

UL.sell-photo-list LI {
    width: 172px;
    height: 172px;
    border: 4px solid #ddd;
    background-color:#ddd;
    margin-bottom: 10px;
    margin-right: 10px;
    background-image: none;
    padding: 0px;
    float: left;
    position: relative;
}

UL.sell-photo-list.small LI {
    width: 102px;
    height: 102px;
}

UL.sell-photo-list.small IMG {
    width: 102px;
    height: 102px;
}

UL.sell-photo-list LI.empty {
    border: 4px solid #f4f4f4;
    background-color:#f4f4f4;
}

UL.sell-photo-list SPAN.delete {
    position: absolute;
    background-color: #ee3124;
    top: -10px;
    right: -10px;
    color: #fff;
    width:22px;
    height: 22px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
}

UL.sell-photo-list SPAN.delete:hover {
    background-color: #990000;
}

UL.sell-photo-list SPAN.main {
    position: absolute;
    background-color: #666;
    top: -10px;
    right: 15px;
    color: #fff;
    width:22px;
    height: 22px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    visibility: hidden;
}

UL.sell-photo-list LI:hover SPAN.main {
    visibility: visible;
}

UL.sell-photo-list SPAN.main:hover {
    background-color: #999;
}

UL.sell-photo-list LI DIV {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    text-align: center;
    bottom: -1px;
    font-size: 12px;
    background-color: #fff;
    opacity: 0.5;
}

/* --- */

.credit-cards {
    width: 240px;
    height: 40px;
    position: absolute;
    top: 70px;
    right: 0;    
}

.credit-cards LI {
	float:left;
	margin-right:4px;
}

.credit-cards LI > IMG {
    width: auto;
    height: 30px;;
}

/* --- */

UL.directions {
}

UL.directions LI {
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
    font-size: 16px;
    color: #333;
    margin-bottom: 7px;
}

UL.directions STRONG {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

UL.directions SPAN {
    font-weight: bold;
    border-bottom: 2px solid #ee3124;
    color: #000;
}

.form-sell2-top IFRAME.map {
    border: 3px solid #ddd;
}

/* -- Sell plan info -- */

DIV.sell-plan {
    position: relative;
    z-index: 100;
}

DIV.sell-plan > DIV.option-button {
    float: right;
    margin-left: 20px;
}

.full-page-info DIV.sell-plan-info {
    width: 300px;
    height: 320px;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    top: -140px;
    right: 17px;
    border: 2px solid #666;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 4px 4px 1px rgba(0,0,0,.5);    
    transition: all 0.3s ease-out; 
    visibility: hidden;
    opacity: 0;
}

DIV.sell-plan:hover .sell-plan-info {
    visibility: visible;
    opacity: 1;
}

.full-page-info DIV.sell-plan-info:after, .full-page-info DIV.sell-plan-info:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	left: -28px;
	position: absolute;
	width: 0;
}

.full-page-info DIV.sell-plan-info:after {
	border-width: 11px;
	border-right-color: #fff;
	top: 138px;
    left: -22px;
}

.full-page-info DIV.sell-plan-info:before {
	border-width: 14px;
	border-right-color: #666;
	top: 135px;
}

.full-page-info DIV.sell-plan-info > span {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    border: 1px solid #CCC;
}

.full-page-info DIV.sell-plan-info > p {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding-top: 10px;
}

/* --- */

UL.directions.discrete {
    border-top: 1px solid #EFEFEF;
    padding-top: 10px;
}
UL.directions.discrete LI {
    color: #999;
    font-size: 11px;
    line-height: 11px;
}
UL.directions.discrete STRONG {
    color: #666;
    font-size: 14px;
}
UL.directions.discrete SPAN {
    border: none;
    color: #777;
}

/* --- */

DIV.billholder {
    box-sizing: border-box;
    width: 750px;
    height: 600px;
    overflow: hidden;
    object-fit: contain;
    cursor: pointer;
    position: relative;
}

DIV.billholder A {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
}

/* Ad management */

.admanagement-adinfo {
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    box-sizing: border-box;
    width: 300px;
    float: left;
}

.admanagement-adinfo > DIV.photo > IMG {  
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    width: 100%;
    height: auto;
}

.admanagement-adinfo > DIV.id {  
    font-weight: 600;
    font-size: 14px;
    color: #999;
}

.admanagement-adinfo > DIV.title {  
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 14px;
}

.admanagement-adinfo > DIV.price {  
    font-weight: 600;
    font-size: 18px;
    color: #999;
}

.admanagement-adinfo > DIV.customer {  
    font-weight: 600;
}

.admanagement-adinfo > DIV.publish {  
    font-weight: 600;
}

.admanagement-adinfo > DIV.deleted {  
    font-weight: 600;
    color: #990000;
}

.admanagement-options {
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
    width: 600px;
    float: left;
    border-left: 2px solid #EFEFEF;
    margin-left: 25px;
    padding-left: 25px;
    min-height: 600px;
}

.admanagement-block {
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 25px;
}

.admanagement-block H2 { 
    font-size:22px;
    margin-bottom: 10px;
}

.admanagement-block P { 
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.admanagement-block P.price { 
    font-weight: 600;
    font-size: 18px;
}

.admanagement-block > UL > LI {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis; 
    overflow: hidden;
    padding-left:25px;
    position:relative;
}

.admanagement-block > UL > LI:before
{
    content:'';
    display:block;
    background-color: #ee3124;
    width:4px;
    height:4px;
    position:absolute;
    left:10px;
    top:10px;
}

.admanagement-block > UL > LI > LABEL {
    font-weight: 600;
}

.admanagement-block P.description { 
    background-color: #F2F2F2;
    font-size: 12px;
    line-height: 18px;
    white-space: pre-line;
    padding: 20px;
}

.admanagement-block > LABEL {
    float: none;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    height:auto;
    display: block;
}

.admanagement-block > DIV.field {
    line-height: 20px;
    margin-bottom: 10px;
    height:auto;
    display: block;
}

.admanagement-block > DIV.field TEXTAREA {
    box-sizing: border-box;
    width: 100%;
    height: 300px;
}

.admanagement-block INPUT.standard-button {
    font-size: 14px;
}

.admanagement-block A.standard-button.gray {
    background-color: #999;
    margin-right: 10px;
}

.admanagement-block DIV.buttons {
    padding-top: 20px;
    padding-bottom: 0px;
}