.active {
    box-shadow: inset 0px -2px 0px rgba(0,0,0,0.3);
}
.highlight {
    box-shadow: 0px 0px 8px rgba(100, 100, 100, 0.5) !important;
}
.alpha {
    display: none;
}
div {
    transition: ease-in-out all 0.5s;
}
.subjects-selector {
    font-weight:bold !important;
}
.panel-heading{
    overflow: hidden;
    height: 37px;
}
.icon {
    margin-right: 10px;
}
.btn-group-lg > .btn {
    font-size: 13px !important;
}

input[readonly] {
    background-color: white !important;
}

#dataTable {
    font-size: 12px;
}

.eta-desc {
    display: block;
}

.eta-date {
    display: block;
    font-weight:bold;
}

.etas>li {
    text-align: center;
    float: left;
    width: 160px;
    font-size: 11px;
    background: url(/public/gfx/eta-li-bck.png) no-repeat;
    background-size: cover;
    padding: 5px;
    margin-left: -15px;
    margin-bottom: 7px;
}
.etas {
    list-style: none;
    display: inline-block;
}

.barcode {
    margin-right: 10px;
}

.barcode-container {
    text-align: center;
    font-family: sans-serif;
}
.doc-overall {
    height: 385px;
}

.doc-details {
    height: 135px;
}

.doc-details .panel-body {
    overflow: auto;
}

.panel-bottom .panel-body {
    height: 400px;
    overflow: auto;
}

.amount-btn {
    float: left;
    height: 65px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 15px !important;
}

.delegate-panel {
    background-color: #eee;
    padding: 10px;
}

.table-delegate {
    font-size: 11px;
    font-weight: normal;
}

.change-state-btn {
    margin-right: 15px;
}

.btn-desc {
    font-weight:normal !important;
    display: block;
    clear: both;
}

.dropzone{
    background-color: #eee;
    text-align: center;
    min-height: 50px;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px !important;

}

.dz-progress, .dz-success-mark, .dz-error-mark, .dz-error-message {
    display: none;
}

.wait-mask {
    display: none;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height:100%;
    z-index: 10;
}

.wait-message {
    left:50%;
    top:40%;
    width: 400px;
    margin-left: -200px;
    background-color: #fff;
    border-radius:4px;
    box-shadow: 0px 0px 3px #555;
    position: absolute;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.text-wrapper {
    display: block ;
    overflow: hidden ;
    width: 100px;
    height: 1em;
}


.business-cards .panel-body {
    min-height:120px;
}

.marked .panel-heading, .marked .panel-footer {
    background-color: #ff5f5f !important;
}

#found-records {
    width: 100%;
    margin: 40px 0;
    border: 1px dashed #ffb100;
    min-height: 10px;
    padding: 0 40px;
    padding-bottom: 40px;
    background-color: #fff3d8;
}

#found-records hr {
    border-top: 1px solid #ffc048;
}

table.records-list {
    font-size: small;
    width: 100%;
}