.ui.selection.dropdown {
    min-width: initial !important;
}

/* SEMANTIC UI */
.ui.small.menu.pagination {
    font-size: .72857143rem;
}

/* END SEMANTIC UI */

.scroll {
    overflow-y: scroll;
}

/*TABLE*/
table {
    /*table-layout: fixed;*/
    overflow: hidden;
}

table td {
    white-space: initial !important;
    word-break: break-word;
}

.ui.table td.collapsing, .ui.table th.collapsing {
    white-space: nowrap !important;
}

.table.can.click tbody tr:hover,
.table.can.click tbody .tr:hover,
.table.can.click .tbody .tr:hover {
    background: rgba(248, 248, 248, 0.7);
    cursor: pointer;
}

.ui.table .tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    white-space: initial;
    word-break: break-word;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ui.table .td {
    white-space: initial !important;
    word-break: break-word;
}

.ui.table .td, .ui.table .th {
    -webkit-transition: background .1s ease, color .1s ease;
    transition: background .1s ease, color .1s ease;
}

.ui.table .td {
    padding: .78571429em;
    text-align: inherit;
}

.ui.table .tr .td {
    border-top: 1px solid rgba(34, 36, 38, .1);
}

.ui.table .td.collapsing, .ui.table .th.collapsing {
    width: 1px;
    /*white-space: nowrap;*/
    white-space: nowrap !important;
}

.ui.basic.table .td {
    background: 0 0;
}

.ui.table .tr:first-child .td {
    border-top: none;
}

table.ui.table.basic .td {
    padding: 18px 12px !important;
}

.ui.table .td, .ui.table .th {
    display: table-cell;
    vertical-align: inherit;
}

.ui.table .tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.ui.table .thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.ui.table .thead .th {
    cursor: auto;
    background: #F9FAFB;
    text-align: inherit;
    color: rgba(0, 0, 0, .87);
    padding: .92857143em .78571429em;
    vertical-align: inherit;
    font-style: none;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid rgba(34, 36, 38, .1);
    border-left: none;
}

.ui.basic.table .th {
    background: 0 0;
    border-left: none;
}

.ui.table .thead .tr:first-child > .th:last-child {
    border-radius: 0 .28571429rem 0 0;
}

div.ui.table {
    display: table;
    border-color: grey;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #FFF;
    margin: 1em 0;
    border: 1px solid rgba(34, 36, 38, .15);
    box-shadow: none;
    border-radius: .28571429rem;
    text-align: left;
    color: rgba(0, 0, 0, .87);
}

.ui.table .tfoot {
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
}

.Table_root {
    position: relative;
}

.Table_loader {
    position: absolute;
    bottom: 22%;
    left: 50%;
    display: none;
}

.Table_root.loading {
    min-height: 120px;
}

.Table_root.loading .Table_loader {
    display: block;
}

.Table_root.loading .tbody {
    display: none;
}

/*END TABLE*/

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex.row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex.row[class*="center align"] {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex.row[class*="left content align"] {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex.row[class*="right content align"] {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex [class*="right floated"] {
    margin-left: auto !important;
}

.cursor {
    cursor: pointer;
}

.MessageTop {
    position: fixed;
    z-index: 10000;
    top: 9%;
}

.MessageTop .message {
    box-shadow: 0 0 0 1px rgba(34, 36, 38, .22) inset, 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .08) !important;
}

.UploadList_textUploadInfo {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.47);
    padding: 0.1em;
    font-size: 0.8em;
    width: 100%;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border-bottom-left-radius: .28571429rem;
    border-bottom-right-radius: .28571429rem;
    display: none;
}

.UploadList_root.hover .UploadList_textUploadInfo {
    display: block;
}

.UploadList_galleryRoot {
    position: relative;
    overflow: hidden;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

.UploadList_removeImageButton {
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    display: none;
    cursor: pointer;
}

.UploadList_removeImageButton.active {
    display: block;
}

.Upload_fileRoot {
    margin-bottom: 5px;
}

.Upload_fileList {
    margin-bottom: 5px;
    cursor: pointer;
}

.Upload_fileList.file {
    position: relative;
    padding: 4px 22px 4px 7px;
    background: #f8f8f8;
    word-break: break-all;
    display: inline-block;
}

.Upload_fileList.file:hover {
    background: #eaeaea;
}

.Upload_fileList.file .icon {
    opacity: 0.2;
    cursor: pointer;
}

.Upload_fileList.file .icon.close {
    position: absolute;
    right: 0;
    top: 0.3em;
}

.Upload_fileList.file .icon.close:hover {
    opacity: 0.5;
}

.Upload_fileList.image {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #c7c7c7;
}

.Upload_fileList.image img {
    width: 100%;
    height: auto;
}

.Upload_fileList.image .icon.close {
    position: absolute;
    right: -1px;
    top: 2px;
    opacity: 0.5;
    cursor: pointer;
}

.Upload_fileList.image .icon.download {
    position: absolute;
    left: -1px;
    bottom: 2px;
    opacity: 0.8;
    cursor: pointer;
    display: none;
}

.Upload_fileList.image:hover .icon.download {
    display: block;
}