.wordwrap
{
   overflow-wrap: break-word;
}

.showAlert, #message
{
    position: fixed;
    top: 100px;
    left: 40%;
    width: 20%;
    box-sizing: border-box;
    padding: 8px;
    z-index: 9999;
}
.btn-pagination {
    margin: 0 2px;
    line-height: 1.1;
}

.nav > li > a, .nav > .dropdown > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: black !important;
}

.mr-1 {
    margin-right: 1rem;
}

.mr-2 {
    margin-right: 2rem;
}
.d-flex {
    display: flex !important;
}
.justify-content-between {
    justify-content: space-between;
}

.saveOrganisationInput.fio {
    min-width: 260px;
}

.saveOrganisationInput.last-call-year {
    width: 100px;
}

.min-content {
    width: min-content;
}

.close-delete {
    color: red !important;
    font-size: 30px !important;
    opacity: .4 !important;
    margin-left: 1rem !important;
    line-height: 1.1 !important;
}

.dropdown-menu.open {
    width: unset;
    max-width: 900px;
}

.label-flex {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 5px;
}

.table-sticky > thead > tr:first-child > th {
    position: sticky;
    top: 60px;
    background-color: white;
    box-shadow: 0px 1px 2px 0px grey;
	font-size: 14px;
}

.table-sticky > thead > tr:nth-child(2) > th {
    position: sticky;
    top: 36px;
    background-color: white;
    box-shadow: 0px 1px 2px 0px grey;
}

.table-sticky > thead > tr:nth-child(3) > th {
    position: sticky;
    top: 72px;
    background-color: white;
    box-shadow: 0px 1px 2px 0px grey;
}

.stars, .in-table-stars, .in-form-stars{
    font-weight: bold;
    color: red;

}

.stars {
    font-size: 16px;
}

.in-table-stars {
    font-size: 11.9px;
}

.in-form-stars{
    font-size: 14px;
}

.warning-text, .in-table-warning-text, .in-form-warning-text{
    font-weight: bold;
    color: SaddleBrown;
    font-style: italic;
}

.warning-text{
    font-size: 16px;
}

.in-table-warning-text{
    font-size: 11.9px;
}

.in-form-warning-text{
    font-size: 14px;
}

.card-filler{
    color:green;
    font-weight: bold;
}

.tr-blue > th {
    background-color: rgb(204, 219, 255) !important;
}