#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #FFFFFF;
}

#cboxOverlay {
    background-color: #222;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.borderless td {
    border: none;
}

input[type=checkbox] {
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    /* padding: 10px; */
    /* margin: 0 2em !important; */
}

.glowbox {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    border-color: #FF0000;
}

.clearbutton {
    margin-left: -40px !important;
    z-index: 100 !important;
}

.mySelect {
    width: 300px;
}

.crop {
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.crop-sm {
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover {
    background-color: red;
}

.shortarticle {
    width: 350px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-top: 0 !important;
}