﻿
.img-custom {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.filter-paddings {
    padding-bottom: 35px;
}

.clickable {
    cursor: pointer;
}

.collapsible-row {
    background: url('/img/details_close.png') no-repeat center center;
    min-width: 20px;
    cursor: pointer;
}

.expanded-row {
    background: url('/img/details_open.png') no-repeat center center;
    min-width: 20px;
    cursor: pointer;
}

.fluid-paddings {
    padding-left: 30px;
    padding-right: 30px;
}

.bodycontainer {
    max-height: 330px;
    width: 100%;
    margin: 0;
    overflow-y: auto;
}


.bodycontainerSmall {
    max-height: 240px;
    width: 100%;
    margin: 0;
    overflow-y: auto;
}

.bodycontainerBox {
    max-height: 450px;
    width: 100%;
    margin: 0;
    overflow-y: auto;
}

.text-silver {
    color: gray;
}

.text-sm {
    font-size: small;
}

.text-diff-duration {
    color: blue;
    /*font-weight: bolder;*/
}

.container .credit {
    margin: 20px 0;
}

.code {
    font-size: 80%;
}

/*.alerts {
    padding-top: 30px;
    position: fixed;
    width: 300px;
    right: 30px;
    top: 30px;
    z-index: 10;
}

    .alerts > .alert-dismissable {
        position: relative;
        z-index: 11;
        min-width: 250px;
    }*/

.tags {
    margin-bottom: 8px;
    }

    .tags .tag {
        display: inline-block;
        margin-right: 5px;
        font-size: 12px;
}


div.exactFit {
    word-wrap: break-word;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#confirm {
    width: auto;
    position: fixed;
    left: auto; /* <-- Reset the default left value */
    right: 10px;
}

.dragHandle {
    /*display: inline-block;
    height: 15px;
    width: 15px;*/
    cursor: move;
}

.form-group {
    margin-bottom: 9px;
}

.form-group-stripped {
    margin-bottom: 4px;
}