/*Semantic fixes*/
.ui.buttons .or:before {
    content: 'или';
    line-height: 1.65;
}

.right.floated.label {
    float: right;
}

.accordion .title .right.floated.label {
    position: relative;
    bottom: 0.1em;
}

.ui.button {
    font-family: 'Times New Roman';
}

.ui.list .item .content {
    padding: 0;
}

.accordion .title .floated.button {
    position: relative;
    bottom: 0.3em;
}

/*Paginator*/
.ui.pagination.menu{
    width: 100%;
    text-align: center;
}

.ui.pagination.menu .item{
    display: inline-block;
}

/*Background*/
body{
    background-image: url(/bundles/zerocash/src/images/coins_md_wht.jpg);
    overflow-y: hidden;
}

#overlay{
    background-image: url(/bundles/zerocash/src/images/overlay.png);
    opacity: 0.5;
    z-index: -1;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
}

/*Select2 fixes*/
.ui.form .select2-container {
    width: 100%;
    font-size: 0.9rem;
}

.ui.form .select2-chosen {
    padding-top: 0.85em;
    padding-bottom: 0.85em;
    line-height: normal;
}

.ui.form .select2-choice {
    height: auto;
}

.ui.form .select2-arrow {
    padding-top: 0.3em;
}

.select2-drop .select2-result-label {
    font-size: 0.85em;
}

.ui.left.icon.input .select2-choice {
    padding-left: 3em!important;
    padding-right: 1.2em!important;
}

.select2-drop.select2-drop-multi {
    border: 1px solid rgba(0, 0, 0, 0.14902);
}

.select2-choices {
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: .3125em;
    background-image: none!important;
}

.select2-search-choice {
    margin: 8px 0 3px 5px!important;
}

.select2-input {
    border: none!important;
    margin-left: 0.5em!important;
}

/*Autocomplete*/
.autocomplete-suggestions { margin:0!important}
.autocomplete-suggestions .item:first-child {border-top: none!important;}