body {
}

form {
    margin: 0;
}

.content-container {
    margin-top: 52px;
    padding-bottom: 30px;
}

.page-title-center {
    padding: 25px 0;
    text-align: center;
}

.projects {
    margin: auto;
    margin-top: 100px;
    text-align: center;
}

.projects-name {
    font-size: 24px;
    display: inline-block;
    text-decoration: none;
}

#alert {
    top: 0;
    left: 15%;
    position: fixed;
    width: 70%;
    margin: 0;
    padding: 0;
    z-index: 99999999;
    line-height: 30px;
    text-align: center;
}

.flag {
    border: 0;
    width: 25px;
    height: 20px;
    font-size: 0 !important;
    line-height: 0;
    vertical-align: bottom;
    background-size: cover;
}

.flag-large {
    width: 35px;
    height: 28px;
    font-size: 0 !important;
    line-height: 0;
    background-size: cover;
}

.cut-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-layout-fixed {
    table-layout: fixed;
}

.display-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.btn-release, .btn-translate, .btn-fill-translations, .btn-restore {
    color: white;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 39px;
    display: inline-block;
    border: none;
    margin: 0;
}

.delete-context-btn, .delete-domain-btn, .delete-project-btn {
    color: #555555;
    background-color: #f9f9f9;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 39px;
    display: inline-block;
    border: none;
    margin: 0;
    cursor: pointer;
}

.btn-pagination {
    color: #2a6496 !important;
    background-color: white;
}

.btn-pagination-active,
.btn-pagination-active:hover {
    color: white !important;
    background-color: #4d7496;
}

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-4 {
    margin-top: 4px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pb-30 {
    padding-bottom: 30px;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.w24 {
    width: 24%;
}

.w20 {
    width: 20%;
}

.w15 {
    width: 15%;
}

.w10 {
    width: 10%;
}

.w7 {
    width: 7%;
}

.w5 {
    width: 5%;
}

.btn {
    position: inherit;
    margin: 5px;
}

.btn-group > .btn {
    position: initial;
}

.modal {
    position: absolute;
    display: none;
    z-index: 1;
    left: 250px;
    top: 50px;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width: 30%;
    padding: 15px;
}

.close-container {
    text-align: center;
    margin: 24px 0 12px 0;
}

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}