
.sportal {

    display: flex;
    flex-wrap: wrap;
}
.itx .xtitel{
    display:inline-block;
    max-width: 60%;
    overflow-wrap: break-word;
}
.itx { padding: 5px 2px  2px 2px;
}
.head{
    font-size:larger;
    min-height:40px;
}
.head> .act{
    font-size:smaller;
    display:inline;
}
.head> .act >.badge { visibility:visible;}
.card > .body {
    margin: 10px 0 5px 0;
    min-height: 50px;
    width: 100%;
    max-height: 200px;
    overflow-Y:auto
}
.required > input[value=""]{
    background-color:#ffefef
}
.zmerror{

    border: 1px solid  red!important;
    border-radius: 4px;
}
.zmerror > input,.zmerror >  select, .zmerror > textarea,
.zmerror > .select2 {
    background-color: #ff8a80

}

.card {
    background: #efefef;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

    margin: 0 11px 20px 0;
    padding: 0 10px 10px 10px;

    width: 44%;
}

.card-lg{
    width: 80%!important;
    margin-left: 1em;
    padding-left: 1em;

}
.card-lg > .body {
    min-height: 200px;
    max-height: 100%;

}
.mymodul > .body { width:100%}
.mymodul > .body > h3  {   margin: 10px 1px 13px 0;}
.mymodul > .body > .se> .itx > .xtitel { max-width:600px;}

.mymodul > .body > .se { max-width:800px;}
.mymodul {
    margin: 0px 62px 30px 0;
    padding: 0 10px 10px 0px;

}

.card>  .footer {
    border-top: 2px solid #fafafa;
    margin: 5px 0 0;
    min-height: 24px;
    position: relative;
    bottom: 0px;
}
.card .footer btn {
    bottom: 0;
    position: absolute;
}
.badge:empty {
    display: none;
}
.badge {

    display: inline-block;
    min-width: 10px;
    padding: 4px 5px 4px 5px;
    font-size:x-small;
    margin-left: 10px;
    font-weight: bolder;
    line-height: 0.8;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 16px;
}

.itx{ line-height: 1.2;
    font-size: 12pt;
    clear: right;
}
.itx > div{
    display:inline-block
}
.action{

    padding : 0 12px 0 0;
    float:right;
}
.card > .head> .act {float:right;}


.btn>button,
.editihd > button,
.action > button {
    border: none;
    border-radius: 2px;
    color: rgb(0,0,0);
    position: relative;
    padding: 0 6px;
    display: inline-block;
    font-size: medium;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle; }
.action >button:hover {
    background-color: rgba(90,90,90, 0.50); }

.action >button >i.fa {

    vertical-align: middle; }
.action >button:focus:not(:active) {
    background-color: rgba(0,0,0, 0.12); }
.action >button:active {
    background-color: rgba(158,158,158, 0.40); }

.action >button>i.fa{
    margin-left: 0;
    margin-right: 0;
    min-width: 24px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    line-height: normal;
}
.action >button {
    background: rgba(158,158,158, 0.40);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.action >button:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: rgba(158,158,158, 0.40); }
.action >button:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    background-color: rgba(158,158,158, 0.40); }



h1 > .act {
    font-size:large;
    display:inline-block;
    float:right;
    margin-right:10%;

}

h1 > .act > .badge {

    display: inline-block;
    min-width: 17px;
    font-size:smaller;
    line-height: 1.3;
    color: #fff;
    border-radius: 29px;
}
.itext{margin-left:5px;}
#col3_wide .card {
    width:100%;
}
@media (max-width: 650px)
{
    .card, .mymodul {width:100%;}


}
#overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
}

#modal {
    position:absolute;

    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
}

#content {
    border-radius:3px;
    background:#fff;
    padding:20px;
}

#close {
    position:absolute;
    background:url(close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
}

.fisets{
    background:aliceblue;
    max-width:75vw;
}