﻿html, body {
    /*  font-family: 'Roboto',Tahoma !important;*/
    /* font-size: 13px !important;*/
    /* background-color: #fafafa;*/
}

body {
    /* overflow-y:visible!important;*/
    height: auto;
    touch-action: auto;
}



.ui.bottom.center.popup:before {
    left: 55%;
}


.ui.label {
    line-height: normal !important;
}

/*.ui.steps,
.ui.table {
 border: 1px solid #eaeaea !important;
 border-radius: 0;
}*/

.ui.steps .step:after {
    border-color: #eaeaea !important;
}

.ui.left.steps .step:after {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-230deg);
    transform: translateY(-50%) translateX(-50%) rotate(-230deg);
}

.ui.celled.table tr td, .ui.celled.table tr th {
    border-left: 1px solid #eaeaea !important;
}

    .ui.celled.table tr td:first-child, .ui.celled.table tr th:first-child {
        border-left: none !important;
    }

.ui.menu {
    box-shadow: none !important;
}


.input.error {
    background-color: #FFE6FF !important;
}

.ui.segment,
.ui.segments .segment {
    /*  font-size: 1.1rem !important;*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    box-shadow: 0 0 0 0 transparent inset !important;
}


.ui.list .list > .item,
.ui.list > .item,
ol.ui.list li,
ul.ui.list li {
    line-height: inherit;
}

.ui.vertically.aligned.form .fields div.field:first-child {
    align-self: center;
    font-weight: bold;
    text-align: right;
}

    .ui.vertically.aligned.form .fields div.field:first-child:after {
        content: ' : ';
    }

    .ui.vertically.aligned.form .fields div.field:first-child:empty:after {
        content: '';
    }

.ui.vertically.aligned.form .required.fields div.field:first-child:before {
    content: '* ';
    color: red;
}


.ui.tiny.table {
    font-size: .8em;
}


#filter_form .ui.multiple.dropdown > .label {
    min-width: 87px !important;
}


#filter_form .ui.label > .close.icon,
#filter_form .ui.label > .delete.icon {
    float: right;
}

.ui.table td.positive, .ui.table tr.positive {
    background-color: #ecffc0 !important;
}

#dd_userog_dropdown > .label {
    font-weight: normal;
    font-size: 0.7em;
}

#dd_userog_dropdown > div.text {
    font-size: 0.89em;
}

#dd_ogdisplay_dropdown > .label {
    font-weight: normal;
    font-size: 0.7em;
}

/*.gamelist-table .td-odd-b3op,
.gamelist-table .td-odd-b3cu {
    background-color: #21ba4510;
}
.gamelist-table .td-odd-idop,
.gamelist-table .td-odd-idcu {
    background-color: #fbbd0810;
}*/


.ui.vertically.aligned.form .fields div.field:first-child {
    align-self: center;
    font-weight: bold;
    text-align: right;
}

    .ui.vertically.aligned.form .fields div.field:first-child:after {
        content: ' :';
    }

    .ui.vertically.aligned.form .fields div.field:first-child:empty:after {
        content: '';
    }

.ui.vertically.aligned.form .required.fields div.field:first-child:before {
    content: '* ';
    color: red;
}

.ui.header:first-child {
    margin-top: 0;
}



@media only screen and (max-width: 767px) {
    .ui.vertically.aligned.form .fields {
        margin-bottom: 5px;
    }
}


.gamecontainer-grid {
    display: grid;
    grid-template-columns: 380px auto;
    grid-column-gap: 10px;
}
