/*
.in_basket {
    background-color: GoldenRod !important;
}

.basket_toolbar_items {
    width: 25px;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}

h2.token {
    padding-bottom: 5px;
}

.save_token {
    float: right;
}

.token_label {
    color: black;
}

li.token_label {
    display: none;
}

.token_value {
    color: black;
}

.load_token {
    float: right;
}

.token_input {
    height: 5px;
    width: 100px;
    float: right;
}

div.token_status {
    position: relative;
    padding-top: 2em !important;
    padding-bottom: 1em !important;
    display: none;
}

b.token_status {
    padding: 5px;
    background-color: PaleGreen;
    border-radius: 4px;
}

a.token {
    float: right;
    background-color: GoldenRod;
}

.token_li {
    padding-top: 5px !important;
    width: 420px !important;
}

.close_basket {
    width: 20px;
    height: 20px;
    float: right;
    vertical-align: middle;
    cursor: pointer;
}
*/

.new_in_basket {
    background-color: #CCEECC !important;
}

.close_basket,
.empty_basket,
.token,
.createId,
.loadId,
.rowTrashcanIcon {
    cursor: pointer;
}

.rowTrashcanIcon img {
    height: 17px;
    width: 15px;
}

.basket_image {
    vertical-align: middle;
    cursor: pointer;
    width: 16px;
    height: 15px;
}

.toolbar_basket {
    display: block;
    margin: 5px 2px;
}

.toolbar_basket_amount {
    display: inline-block;
    font-size: 80%;
    margin-bottom: 6px;
}

/* "overlay" */

.basket {
    background-color: #FFF;
}

#basketOverlay {
    position: fixed;
    z-index: 1099;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.basketOverlayBG {
    background-color: #000;
    -ms-filter: "Alpha(Opacity=75)"; /* IE 8 */
    filter:alpha(opacity=75); /* IE5-7 */
    -moz-opacity: 0.75; /* Mozilla */
    opacity: 0.75;
}

#toolbarBasketDiv {
    background-image: none;
    color: #fff;
    height: auto;
    width: 35px;
}


.modifiedSinceTokenSave {
    background-color: #AAA;
}


.toolbarExtended {
    display:none;
    background-color: rgb(63, 133, 192);
    height: 47px;
    line-height: 46px;
    position: absolute;
    right: 35px;
    top: 0;
    width: 190px;
}

#toolbarBasketDiv:hover .toolbarExtended {
    display:block;
}




/*********** basketContent ********/

/********* Links *******/

#basketContent a {
    color: #3e85c0;
    text-decoration: underline;
}

#basketContent .basketLink {
    border: 1px solid;
    padding: 6px;
    background-repeat: no-repeat;
    text-decoration:none;
    cursor: pointer;
}

#basketContent .basketLink.inactive {
    color:#cdcdcd;
    cursor: auto;
}

#basketContent .deleteList {
    background-image: url("../img/delete_active.png");
    background-position: 95% center;
    background-size: 11% auto;
    float: right;
    margin-right: 15px;
    padding-right: 24px;
}

#basketContent .deleteList.inactive {
    background-image: url("../img/delete.png");}

#basketContent .deleteItem {
    background-image: url("../img/delete_active.png");
    background-repeat: no-repeat;
    background-size: 95% auto;
    display: inline-block;
    height: 17px;
    width: 15px;
}

#basketContent .deleteItem:hover {background-image: url("../img/delete_hover.png");}

.updated {font-weight:bold}

.updated::after {content:' [aktualisiert]'}

/********* Tabelle *******/

#basketContent table th {
    background-color: #eaf5ff;
    color: #464748;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
}

#basketContent table td {
    font-size: 0.9em;
    padding: 0.5em 0;
    vertical-align: top;
}

#basketContent table th:first-child,
#basketContent table td:first-child {
    padding-left: 20px;
    padding-right: 0;
}

#basketContent table th:nth-child(-n+2) {
    text-align: center;
    width: 74px;
}

#basketContent table th:last-child {
    text-align: left;
    width: 140px;
}

.downloadZip {
    background-color: #eaf5ff;
    float: left;
    padding: 30px 20px 30px 25px;
    width: 100%;
}


#basketContent a.zipFile {
    background-image: url("../img/download_zip.png");
    background-position: -8px 0;
    background-repeat: no-repeat;
    background-size: 30px auto;
    display: inline-block;
    font-size: 1.1em;
    height: 25px;
    line-height: 29px;
    margin-top: 10px;
    padding-left: 20px;
}

#basketContent a.closeDownload {
    background-image: url("../img/closeDownload.png");
    background-repeat: no-repeat;
    background-size: 90% auto;
    display: inline-block;
    float: right;
    height: 18px;
    width: 20px;
    cursor: pointer;
}

#basketContent .permaLink {
    background-image: url("../img/link_active.png");
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 17px auto;
    border: 1px solid #3e85c0;
    color: #5c5b5c;
    height: 30px;
    margin-top: 20px;
    padding-left: 30px;
    width: 325px;
}


