body {
    padding-top: 150px;
    padding-bottom: 40px;
}
/*Custom typography*/ 
h3 {
    line-height: 35px;
}

.small-text{
    font-size: 11px;
    color: #808080;
    line-height: 14px;
    margin-bottom: 8px;
    font-family: proxima-nova;
}

.upper-case {
    text-transform: uppercase;
}

/*Tables*/
.table {
    margin-bottom: 10px;
}

.table th, .table td {
    padding: 4px 1px 4px 4px;
    line-height: 12px;
    font-size: 12px;
    color: #808080;
}
/* Forms and butons */
form {
    margin: 0 0 10px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 1px;

}

.btn
{

}

.btn-danger{
    border-radius: 0;
    border: none;
    background: #2C46A7;
}

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: 1px;
}


.btn-show-more{
    font-size: 17px;
    margin-top: 20px;
}

#custom-search-form {
}
#custom-search-form .search-query {
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 94%;
    font-size: 18px;
}
#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -45px;
    width: 45px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}
.search-query:focus + button {
    z-index: 3;
}

/*Navigation*/ 
.navbar .nav {
    margin: 0 0 0 0;
    float: right;

}
.navbar .nav > li > a {
    font-size: 21px;
    color: #F1F1ED;
    padding: 6px 12px;
    text-shadow: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    box-shadow: none;
    color: #2C46A7;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}


.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active  > .dropdown-toggle {
    background-color: #243987;
    color: #f1f1ed;
    width: 100%;
    border-left: 1px solid #243987;
}
.navbar .nav > li.dropdown > a:focus,
.navbar .nav > li.dropdown > a:hover {
    background-color: #243987;
    color: #f1f1ed;
}
.dropdown-menu {
    background-color: #243987;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding-right: 1px;
    min-width: 148px;
}

.dropdown-menu > li > a {
    color: #f1f1ed;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #f1f1ed;
    background-color: #182759;
    background-image: none;
}


.navbar .nav > li > .dropdown-menu:after {
    border: none;
}
.navbar .nav > li > .dropdown-menu:before {
    border: none;
}

.navbar .nav > li > .dropdown-menu:after {
    border: none;
}
.user-container
{
    float: right;
    display: block;
    width: 490px;   /* 500px    */
}
.user
{
    color: #f1f1ed;
    opacity: 0.5;
    font-size: 13px;
    float: right;
    height: 30px;
    padding-right: 22px;
    padding-top:3px;
    width: 530px;   /* 500px    */
    text-align: right;
}



.small-advert .first p ,.small-advert .middle p, .small-advert .last p
{
    padding-top: 2px;
    border-right: 1px solid #4d4d4c;
}
.small-advert .middle img, .small-advert .last img
{
    margin-left: 5px;
}
.small-advert .last p
{
    border: none;
}
.small-advert p
{
    font-size: 16px;
    line-height: 18px;
    color: #4d4d4c;
    padding-right: 4px
}

/*Collapse styles*/ 
.collapse-btn{
    position: absolute;
    bottom: -21px;
}
.collapse-tab
{
    margin-top: 5px;
    margin-bottom: 3px;
}

.collapse-tab .pull-left
{
    margin-right: 10px;
}

.advert
{	position: relative;
    min-height: 258px;


}
.advert .content
{
    padding: 0 20px;
}

.caption
{
    position: absolute;

}

.span6 .caption
{
    top: 15%;
    width: 200px;
    padding: 0 20px;


}

.span3 .caption
{
    bottom: 0;
    padding: 0 20px;
    width: 172px;


}
.advert h3
{
    font-size: 30px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 5px
}

.darkred-bg
{
    background: url('../img/darkred-bg.png');
    color: #f1f1ed;
}

.darkred-bg p
{

    color: #f1f1ed;
}

/*Auction object and list*/
.auction-object
{
    background: #fff;
}

.auction-object  h4{
    text-decoration: none;
    color: #333333;
    margin-bottom: -2px;
    font-size: 19px;
    margin-top: 8px;
}

.auction-object a{
    text-decoration: none;
    color: #333333;
}

.auction-object .auction-header {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 7px;
}

.auction-object .auction-msg
{
    font-family: proxima-nova;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    position: absolute;
    bottom: 7px;
    opacity: 0.8;
}

.auction-won
{
    background: #b1c736;
}
.auction-highestbid .price
{
    background: #dcea8f !important;

}

.auction-finished
{
    background: #2C46A7;	
}

.auction-overbid .price
{
    background: #ffdad9 !important;	
}

.object-list h4{
    font-size: 19px;
    margin-bottom: 5px;
}

.auction-object h4 a{
    color: #333333;
}

.auction-object .city{
    text-transform: uppercase;
    font-size: 11px;
    color: #808080;
    line-height: 14px;
    margin-bottom: 6px;
    font-family: proxima-nova;
    background: #f1f1ed;
    padding: 2px 4px;
    color: #808080;
    display: inline-block;
}

.auction-object .price{
    background: #e1f4fa;
    color: #444a4c;
    padding: 2px 6px;
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 2px; 
    font-family: proxima-nova;
}

.auction-object .nobid{
    font-weight: normal; 
}


/*Custom icons*/
.icon-clock{
    background: url(../img/icon-clock.png) no-repeat;
    margin-top: -1px;
}
.icon-fav{
    background: url(../img/icon-fav.png) no-repeat;
    height: 26px;
    width: 26px;
}

.icon-fav-list {
    position: absolute;
    bottom: 21px;
    right: 13px;

}

.icon-fav-selected{
    background: url(../img/icon-fav-selected.png) no-repeat;
}

.icon-more{
    background: url(../img/icon-more.png) no-repeat;
    height: 12px;
    width: 14px;
    margin-top: 5px;
    margin-right: 3px;
}

.icon-drop-down{
    background: url(../img/icon-drop-down.png) no-repeat;
    width: 8px;
    height: 12px;
    vertical-align: middle;
    margin-top: 0px;

}


.icon-mail{
    background: url(../img/icon-mail.png) no-repeat;
    width: 21px;
    height: 14px;
    margin-right: 5px;
}

.icon-facebook{
    background: url(../img/icon-facebook.png) no-repeat;
    margin-right: 5px;
}

.icon-search{
    background: url(../img/icon-search.png) no-repeat;
    width: 18px;
    height: 19px;
}

.icon-info
{
    background: url(../img/icon-info.png) no-repeat;
    width: 13px;
    height: 13px;
}

.icon-bid {
    position: absolute;
    right: -26px;
    z-index: 1000;
    top: 0px;
}
.modal .bid-box
{
    position: relative;
}



.icon-maxbid {
    position: absolute;
    right: 20px;
    z-index: 1000;
    top: 0px;
}

.fav-icon
{
    position: absolute;
    top: 12px;
    left: -43px;

}
/*Custom carousel styles*/
.carousel
{
    margin-bottom: 5px;
}
.carousel-inner {
}


.carousel-indicators {
    list-style: none outside none;
    position: static;
    z-index: 5;
    text-align: center;
}


.carousel-indicators li {
    background: url(../img/carousel-indicator.png) no-repeat transparent;
    border-radius: 5px 5px 5px 5px;
    display: inline;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    width: 27px;
}


.carousel-indicators .active {
    background: url(../img/carousel-indicator-active.png) no-repeat transparent;
}

.carousel-indicators .odd {
    background: url(../img/carousel-indicator-odd.png) no-repeat transparent;
}

.carousel-indicators  .odd.active{
    background: url(../img/carousel-indicator-odd-active.png) no-repeat transparent;
}

.carousel-control.right {
    left: auto;
    right: -15px;
}

.thumb-indicators
{
    margin-top: 15px;
}
.thumb-indicators li
{
    background: none;
    border-radius: 0;
    display: inline;
    float: left;
    height: 95px;
    margin-left: 5px;
    text-indent: 0px;
    width: 95px;
    padding: 2px;

}

.thumb-indicators .active {
    background: #2C46A7;
}

#carouselThumbnail
{

}

#carouselThumbnail .carousel-inner
{
    width: 88%;
    margin: 0 auto;	
}

#carouselThumbnail .carousel-control
{
    background:transparent;
    color: #2C46A7;

}

#carouselThumbnail .left
{
    left: -8px;

}
#carouselThumbnail .right
{
    right: -8px;

}

#carouselObject .item a{
    cursor: pointer; 
}

.carousel-control {
    top: 40%;
    left: -15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    background: #2C46A7;
    border: none;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#indicators
{
    text-align: center;
}

#indicators ol
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

/*Custom modal styles*/
/* not used NL 131030
.modal-body {
max-height: 840px;
overflow-y: hidden;
}
*/
#modalObjectInfo
{
    font-size: 14px;
    line-height: 19px;
}

#modalObjectInfo h5
{
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}

.modal {
    width: 728px;
    border-radius: 0;
    top: 50%;
}

.modal-small {
    width: 530px;
    left: 60%;

}

.modal-header {
    border-bottom: none;
    padding: 0px 15px;
}

.modal.fade.in {
    top: 3%;
    transition: none;
}

.modal .price-box
{

    background: #e1f4fa;
    padding: 0 10px;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;


}

.modal .price-highest {
    background: #dae599;
}

.modal .price-overbid {
    background: #ffdad9;
}

.modal .price
{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;

}
.modal .excl-tax
{
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    display: inline-block;
}

.modal .input-medium
{
    width: 135px;
}
.modal .input-large
{
    width: 235px;
}
.modal .btn
{
    padding: 4px 12px;
}

.modal .form-inline{
    position: relative;
}

.modal .form-inline .icon-info{
    right: 0px;
}

#modalDialog
{
    z-index: 2000;
    top: 40%;
    width: 450px;
    left: 58%;
}

.modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
}

/*Misc. styles*/
.row-fluid:after {
    margin-bottom: 15px;
}

.sub-header
{
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    top: 75px;         /* 95px */
    z-index: 1010;

}

.sub-header .row-fluid:after {
    margin-bottom: 0;
    padding: 0px;
}

.padding-top
{
    padding-top: 28px;
    padding-bottom: 10px;
}
.margin-bottom
{
    margin-bottom: 10px;
}


.darkred-box{
    background: #ac2420;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}
.red-bg{
    background: #ffdad9 !important;

}
.text-red {
    color: #243987;
}

.green-bg{
    background: #dcea8f !important;
}

.dark-bg
{
    background-color: #1B1B1B;
    box-shadow: 1px 1px 2px #1B1B1B;

}

.indented-content
{
    padding-left: 14px;
    padding-right: 7px;
    position: relative;
}

.grey-bg{
    background: #f1f1ed;
    padding: 2px 4px;
    color: #808080;
}

a.red-btn
{
    background: #243987;
    color: #ffffff;
    padding: 5px 8px;
}
a.red-btn:hover
{
    background: #243987;
    color: #ffffff;
    padding: 5px 8px;
}



.border-left{

    border-left: 1px solid rgba(241,241,237,0.2);
}

.relative
{
    position: relative;
}




button.close {
    position: absolute;
    z-index: 1000;
    opacity: 1;
    filter: alpha(opacity=100);
    right: -15px;
    top: -15px;
}

button.close:hover,
button.close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* scroll text part NL 131030 */
.object-info-body
{
    /*	max-height: 490px;
    overflow: auto;*/
}

.object-info{
    position: relative;
}


.object-info ul
{
    list-style: none;
    margin: 10px 0 15px 0;
}
.object-info li
{
    margin-right: 15px;
    display: inline;
}

.object-info h1
{
    font-size: 36px;
    line-height: 42px;
}
.object-info h5
{
    margin-bottom: 0px;
    font-weight: 600;
}

.object-info input[type="text"]
{
    margin-right: 5px;
}

.object-info-data
{
    margin-left: 10px;
    padding-right: 10px
}

.object-info-bids
{
    background: #e3e3e1;
    padding: 10px 15px 10px 20px;

}

.object-info-bids p
{
    color: #808080;
    margin-bottom: 5px;
}

.object-info-bids h4
{
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.square
{
    width: 16px;
    height: 14px;
    color: #ffffff;
    text-align: center;
    padding-top: 1px;
}

.limit-height {
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loader{/* fixed size so the page can be calculated */
    height: 750px;
}

.objimg {/* fixed size so the page can be calculated */
/* Not responsive
    height: 342px;
    width: 342px;
*/
}

.listimg { /* fixed size so the page can be calculated */
    height: 197px;
    width: 197px;
}

.just-hidden {
    display: none;
}

.objectname {
    min-height: 48px; /* two lines at h4  with lineheight = 24px */
}

.form-horizontal .control-group {
    margin-bottom: 12px;
}

.white-rowbackground {
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
background-color: white;}

.white-rowbackground  .row{
/*    background-color: #FFFFFF;*/
}

.cursor-hand {
    cursor:pointer;
}

.payments {
    font-family: arial, helvetica, sans-serif;
}
.payments th, .payments td {
    font-size: 13px;
    vertical-align: middle;
}
.payments tfoot td {
    font-weight: bold;
    white-space: nowrap;
}

.payments .allright {
    text-align: right;
}

.payments select {
    font-size: 16px;
    height: 20px;
    padding: 0px;
    line-height: 20px;
    margin: 0px;
}
.payments label {
    font-size: 16px;
    height: 20px;
    padding: 0px;
    line-height: 20px;

}

.payments input {
    margin: 0px;
}

#admin a {
    color: #00FF00;
}
