[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

*:focus {
    outline: 0;
}

body {
    background-color: #ffffff;
}

body > .grid {
    height: 100%;
}

.logo {
    width: 94.5px;
    height: 31.5px;

    margin-bottom: 2rem;
}

.ui.basic.segment {
    padding: 0;
}

.login.column {
    margin: auto;
    max-width: 400px;
    padding: 2rem 0 2rem 0 !important;

    box-shadow: 0px 6px 24px 0px rgba(25, 31, 40, 0.15);
    border-radius: 8px;
}

.modal .content {
    margin: auto;
    max-width: 400px;
    padding: 2rem 0 2rem 0 !important;

    box-shadow: 0px 6px 24px 0px rgba(25, 31, 40, 0.15);
    border-radius: 8px;

    background-color: #ffffff !important;

    position: relative;
}

.modal .content h3 {
    font-weight: 700;
    line-height: 1.2857em;
    text-transform: none;
    color: rgba(0,0,0,.87);
    font-size: 1rem !important;
    margin-bottom: 2rem !important;
    margin-top: 0 !important;
    text-align: center;
}

.modal .content .close.icon {
    color: black;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;

    cursor: pointer;
}

auth-component {
    z-index: 0 !important;
}

.fixed.menu > .container > .item:first-child {
    padding-left: 0;
}

.big input.search {
    margin-left: 28px !important;
}

.ui.fixed.menu {
    padding: 0 10px;
}

.ui.main.text.container {
    padding-top: 60px;
}

.ui.segment .field:last-child {
    margin-bottom: 0;
}
            
.ui.tab > .padded.content {
    margin-bottom: 1em;
}

.ui.tab > .content:last-child {
    margin-bottom: 0;
}

.circular.icon.button {
    width: 34px;
    height: 34px;
}

.button .map.icon {
    position: relative;
    left: -1px;
}

.button .trash.icon {
    position: relative;
    left: -1px;
    top: -1px;
}

.inline.fields {
    margin: 0 !important;
}

.ui.form .row {
    padding: 1em 0 0 0;
}

.handle {
    cursor: hand;
}

.handle:hover {
    background: #ffffdf;
}

.no-handle:hover {
    background: #fafafa;
}

.disable-warning {
    float: left;
    position: relative;
    top: 9px;
}

.ui.header {
    font-size: 1rem !important;
    margin-bottom: 2rem !important;
}

.ui.header > .transparent.input {
    font-weight: 700;
}

.versions.field {
    max-height: 445px;
    overflow-y: auto;
}

.tab .ui.message {
    margin-top: 0;
}

.blockade.color {
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

div.top-element {
    margin-top: 0 !important;
}

.ui.key.label.closed {
    width: 39px;
}

.ui.key.label.open {
    width: 50%;
}

.right.anchored.label {
    position: absolute;
    right: 5px;
    top: 5px;
}

.right.anchored.icon {
    position: absolute;
    right: 2px;
    top: 9px;
}