body {
    color: #273077;
}

.disapear {
    display: none;
}

.clickable {
    cursor: pointer !important;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
}

.red {
    color:red;
}

.white {
    color: #fff !important;
}

.busy input {
    cursor: wait !important;
    opacity: 0.5;
}

.busy select {
    cursor: wait !important;
    opacity: 0.5;
}

.busy a{
    cursor: wait !important;
    opacity: 0.5;
}

.busy button{
    cursor: wait !important;
    opacity: 0.5;
}

.busy {
    cursor: wait !important;
}

.development {
    display: none;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_right_10 {
    margin-right: 10px;
}

.inline {
    display: inline;
}

.obsolet {
    color: #999;
    opacity: 0.5;
}

.broadcast_header {
    margin-bottom: 20px;
}

.broadcast_body {
    word-break: break-word;
}

.sb_div {
   flex-direction: column;
   align-items: center;
}

.sb_toggle {
    justify-content: flex-end !important;
    min-height: 45px !important;
}

.menu_label {
    color: #fff;
}

.not_clickable {
    cursor: unset !important; 
}

@media (max-width: 425px) {
    .uk-navbar-center {
      top: 20% !important;
      margin-bottom: 10px;
    }

    .user_nav {
        padding: 0 5px !important;
    }

}

