.gray {
    color: #636363;
}

small {
    font-size: 0.7em;
}

.x.u-form__sbt {
    background: transparent;
    border: 1px solid #247dae;
    color: #555;
    margin: 5px;
    width: 23%;
    font-weight: normal;
}

.x.u-form__sbt:hover {
    background: transparent;
    border: 1px solid #319ad4;
    color: #555;
}

.x.u-form__sbt.active {
    background: #247dae;
    color: #fff;
}

.u-table {
    table-layout: fixed;
    width: 100%;
}

.school-view {
    text-decoration: underline;
    cursor: pointer;
    color: #247dae;
}

.popup-background {
    background-color: rgb(119, 119, 119);
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.popup {
    margin: 50px auto;
    width: 600px;
    height: auto;
    overflow: auto;
    background: #fff;
    z-index: 1100;
    padding: 40px;
}

.popup h1 {
    color: rgb(24, 110, 168);
    font-size: 20px;
    margin-bottom: 20px;
}

.popup h2 {
    color: rgb(24, 110, 168);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.popup .categories {
    border: 1px solid #319ad4;
    font-weight: bold;
    text-align: center;
    width: 40%;
}

.popup .categories-table {
    width: 100%;
    margin: 20px 0;
}

.popup .departments-table {
    width: 100%;
    margin: 20px 0;
}

.popup .departments-table td {
    border: 1px solid #319ad4;
    padding: 5px;
    width: 50%;
}

.loading {
    background: url('images/preload.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.cooridinates-small {
    font-size: 12px;
    color: #909090;
}