html,
body {
    height: 100%;
    font-size: 16px;
}
.alert.fade:not(.show) {
    opacity: 1;
}
.form-group.field-user-password .help-block,
.form-group.field-user-password-confirm .help-block{
    display: none;
    color: #a94442;
}
.help-block.help-block-show {
    display: block !important;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
div#wrapSelectAutoProducer {
    width: 84%;
}
.wrap > .container {
    padding: 20px 0px 20px 0px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
div#wrapALinkDownload {
    display: inline-block;
    margin: 20px 0px 0px 0px;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.wrapTitle {
    display: inline-block;
}

.wrapCreateDocument {
    float: left;
}

.wrapExchangeRates {
    float: left;
    margin: 0px 0px 0px 50px;
    width: 260px;
}

.input-group-prepend {
    float: left;
    margin: 0px 0px 0px 0px;
}

.dollar {
    float: left;
    width: 100px;
    text-align: center;
}
.vin_id{
    text-align: center;
}
#getDownloadFile,
#getDownloadFileFull,
#getDownloadFileFop,
#getDownloadFileFopFull,
#getDownloadFileFopEuropa,
#getDownloadFileFopEuropaFull {
    padding: 6px 12px;
    margin: 10px 10px;
    display: none;
    float: left;
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.svg-minus{
    color: red;
    width: 20px;
    cursor: pointer;
}
.svg-plus{
    color: green;
    width: 20px;
    cursor: pointer;
}
#legend_prices_for_similar_cars{
    font-size: 14px;
    text-align: center;
}
#getDownloadFile{
    margin: 10px 10px 10px 10px;
}
#getDownloadFile:hover,
#getDownloadFileFull:hover,
#getDownloadFileFop:hover,
#getDownloadFileFopFull:hover,
#getDownloadFileFopEuropa:hover,
#getDownloadFileFopEuropaFull:hover {
    background-color: #0069d9;
    border-color: #0069d9;
}
/* start accordeon */
.accordeon,
.accordeon ul {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.accordeon li {
    margin: 0 0 2px 0;
    padding: 0;
}

.accordeon>li>a {
    background: #fff;
    color: #333;
    display: block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.accordeon>li.slide>a,
.accordeon>li.active>a {
    background: #1967c3;
    color: #fff;
}

.accordeon>li>ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}

.accordeon>li.active>ul {
    display: block;
}

.accordeon>li>ul>li {
    padding: 5px 30px;
    text-decoration: none;
    display: block;
    color: #333;
}

/* end accordeon */
#allfilename a {
    margin: 0px 5px;
    padding: 8px 15px;
    background: #007bff;
    color: #fff;
    display: inline-block;
}
#wraploading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #c3c3c3;
    z-index: 1500;
    display: none;
}

#wraploading img {
    width: 50%;
    display: block;
    margin: 15% auto;
}

span.glyphicon.glyphicon-eye-open,
span.glyphicon.glyphicon-pencil,
span.glyphicon.glyphicon-trash {
    padding: 2px 2px;
    margin: 0px 6px;
}
#wrap-broker-info{
    margin: 20px 0px 20px 0px;
}
#downloadFOPExcel,
#downloadExcelBroker{
    display: none;
}
#linkFOPFile,
#linkBrokerFile{
    color: #fff !important;
    text-decoration: none
}
#wrap-broker-info{
    z-index: 1100;
}
.btn-group-type-doc label{
    margin: 2px 3px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}