.pagination-row {
    float: right;
}

.ls-page-section {
    margin-bottom: 1rem;
}

.filters-section {
    font-size: 80%;
    justify-content: flex-end;
}

.filters-section .form-control-sm{
    font-size: 1em;
}

.filters-button-div {
    min-width: 10%;
    min-height: 4em;
}

.flag-text { 
    margin-left: 10px;
    font-size: 80%; 
}

.modal-body {
    min-height: 150px;
}

.modal-body .selectize-dropdown-content {
    max-height: 150px;
}

.form-buttons {
    position: absolute;
    bottom: 0.25rem;
}

.right-button {
    left: 3.2em;
}

.form-control-sm {
    height: calc(1.5em + .5rem + 10px);
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .5rem + 10px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + .5rem + 10px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + .5rem + 10px);
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.game-col-title {
    /* float: left; */
    padding-top: 0.7em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-weight: 600;
}

.table thead th {
    vertical-align: top;
    font-size: 1.1em;
    font-weight: 100;
}
.table .thead-light th {
    padding: 0;
    height: 3em;
    background-color: #575e66;
    color: white;
    /*
    border-color: gray;
    border-right: 1px solid gray;
    border-top: none;
    */
    border: none;
}
.table .thead-light th:first-child {
    border-top-left-radius: 0.25rem;
}
.table .thead-light th:last-child {
    border-top-right-radius: 0.25rem;
    border-right: none;
}

.td-nowrap {
    white-space: nowrap;
    width: 8rem;
}

.new-dev-tag {
    background: red;
    width: 4rem;
    text-align: center;
    border-radius: .2rem;
    color: white;
    font-weight: bold;
    display: inline;
    padding: 0.2rem 0.3rem;
    font-size: 60%;
    margin: 0.5rem;
}
.dev-tag {
    min-width: 10rem;
    min-height: 1.2rem;
    clear: left;
    margin-bottom: .2rem;
}
.dev-pill {
    min-height: 1rem;
    width: 11rem;
    float: left;
    border-radius: 1rem;
    border:1px solid #6c757d;
}
.dev-pill.auto {
    border:1px solid #6c757d;   
}
.dev-pill.manual {
    border:1px solid #aac8e6;
    background: #aac8e6;
}
.dev-name {
    font-size:0.75rem; 
    white-space: nowrap; 
    width:10rem; 
    overflow: hidden; 
    text-overflow: ellipsis;
    float: left;
    padding: 0 .5rem;
}

.radio-button-container {
    padding: 0.2rem;
    margin-bottom: 0.4rem;
    cursor: pointer;
    border-radius: 3px;
}

.radio-button-container:hover {
    background-color: #bcbcbc;
}

.radio-button-container label {
    cursor: pointer;
}

.radio-button-container input {
    cursor: pointer;
}

.dr-col-actions {
    width: 12rem;
}

.dr-col-date {
    width: 12rem;
}

.dr-col-devname {
    width: 12rem;
}

.dr-col-pubtags {
    width: 12rem;
}

.dr-col-games {
    width: 40rem;
}


.custom-select {
  text-align: left;
  font-size: 1em;
  height: calc(1.5em + .5rem + 10px);
}

.multiselect-container {
  width: 100%;
  font-size: 1em;
}

.multiselect-container .form-check-input {
  margin-top: 0.16rem;
}


