body {
    background-image: url(/dist/img/background.jpg);
}

.ui#main.menu {
    max-width: 900px;
    margin: auto;
    background: #00b5ad;
}

.container {
    width: 100%;
}

.ui.menu .item {
    color: white !important;
}

.cards_field {
    width: 200%;
    height: 200%;
    zoom: 1;
    position: relative;
    overflow: hidden;
    /*background: #eeeeeead;*/
}

.cards_field_window {
    width: calc(100% - 10px);
    height: calc(100vh - 250px);
    overflow: scroll;
    border: 2px dashed #bcbdbd;
    margin: 5px;
}

.cards {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 10px 40px 0;
}

.cards .col span {
    line-height: 10px;
    /* margin-bottom: -100px; */
    display: block;
    position: relative;
    top: 100px;
    font-size: 10px;
    text-align: center;
}

.cards .col {
    width: 70px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #BCBDBD;
    border-radius: 10px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    margin-right: 20px !important;
    vertical-align: top !important;
}

.cards .card {
    width: 70px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #BCBDBD;
    border-radius: 10px;
}

.cards .card_container {
    /*width: 70px;*/
    /*height: 100px;*/
    display: inline-block;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    cursor: pointer;
}

/*.cards .card_container:hover {*/
/*height: calc(100px * 2);*/
/*width: calc(70px * 2);*/
/*margin-top: calc((100px * (2 - 1)) / -2);*/
/*margin-bottom: calc((100px * (2 - 1)) / -2);*/
/*margin-left: calc((70px * (2 - 1)) / -2);*/
/*margin-right: calc((70px * (2 - 1)) / -2);*/
/*z-index: 100;*/
/*}*/

.cards_field .card {
    width: 210px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 20px;
    cursor: move;
    border: 1px solid #BCBDBD;
    transform-origin: 50% 50% 0px;
}

.controls {
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 100500;
}

.controls a {
    background: white;
    color: #000;
    height: 30px;
    margin: 10px;
    width: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}

.card i.icon, .card i.icons {
    font-size: 1.5em;
    float: right;
    color: white;
    height: 40px;
    width: 40px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 20px;
    background: #00000080;
    padding: 10px;
}

.cards_controls {
    padding: 10px;
}

.back {
    /*display: none;*/
}

.cards_field .card .number {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #00000080;
    font-size: 24px;
    color: white;
    border-radius: 50%;
    min-width: 40px;
    text-align: center;
    min-height: 40px;
    line-height: 40px;
}

.cards .card .number {
    position: absolute;
    top: calc(100% - 25px);
    right: 3px;
    background: #00000080;
    font-size: 12px;
    color: white;
    border-radius: 50%;
    padding: 2px;
    min-width: 20px;
    text-align: center;
}

.ui.avatar.image, .ui.avatar.image img, .ui.avatar.image svg, .ui.avatar.images .image, .ui.avatar.images img, .ui.avatar.images svg {
    margin-top: -.5em;
    margin-bottom: -.5em;
    margin-right: .5em;
}

.ui.loader.col:after {
    top: 30%;
}
.ui.loader.col:before {
    top: 30%;
}