/* Fixing forms in modals */

.modal textarea {
    min-height: 100px;
}

.modal .form-group:last-child, .modal .form-group:first-child {
    margin-bottom: 0;
}

.modal .inputGroupContainer .form-control-feedback {
    top: 0;
    right: -15px;
}

#page-wrapper.no-navbar {
    margin: 0;
}

/* CSS for the loading spinner */
.loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -33px; /* half width of the spinner gif */
    margin-top: -33px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 66px; /* width of the spinner gif */
    height: 68px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.modal-admin-preview {
    width: 700px;
}

#profile-pic {
    padding-bottom: 15px;
}

#resetZoomforProfileDiagrams {
    margin: 0 5px 0 5px;
}

.select2-container {
    width: 100%;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

td > div.table-text {
    max-width: 30em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.twoRowEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    line-height: 1.2em;     /* fallback */
    height: 2.4em;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* extra buttons for everyone */
#bossbotQueueTableAll tr, #bossbotLotteryTableAll tr, #bossbotLotteryPrizes tr {
    cursor: pointer;
}

.thumbnail-content{
    overflow: auto;
    text-align: center;
    padding: 2em;
}

.badge-highlight{
    min-width: 2.5em;
}

.spacer {
    margin-top: 1.5em;
}
