body {
    background-size: 100% 100%;     
    margin: 5px;
    padding: 3px;
    background-attachment: fixed;
    font-family: sans-serif;
    background-blend-mode: lighten;
    overflow-y: scroll;
    background-color: #effaff;
}

* {
    box-sizing: border-box;
}

a {
    color: #15a4fa; 
}

a:hover {
}

.wrap{
    width: 1260px;
    margin: 0 auto;
    background-color: #d3d3d32e;    
    padding: 10px;
}

.header, .content, .main_content, .content_wrap, .partners {
    display: flex;
}

.partners{
 flex-wrap: wrap;
 justify-content: space-evenly;   
}

.partner_item{
 margin: 15px;   
}

.content_wrap {
    flex-direction: column;
    width: 100%;
}

.loading{
    padding: 20px 30px;
}

.dir{
    display: none;
}

.popup{
    display: none;
    position: fixed;
    top: 15%;
    left: 40%;
    width: 300px;
    height: 60px;
    background-color: #00fff0;
    color: #000000;
    border: solid 2px #159AEA;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cluster{
text-align: right;
}

.region{

float: right;
color:darkgreen;
font-weight: bold;
background-color: yellowgreen;
padding: 0 5px;
}

.infoContent{
position: fixed;
top: 5%;
width: 1230px;
display: none;
}

label.top{
vertical-align: top;
}

div.partners img{
    max-width:240px;
    max-height:87px;    
    padding: 10px;
}

div.partners td{
    text-align: center;
}

.logo {
    width: 100px;
    min-width: 100px;
    min-height: 50px;
    background: url("../images/profiadmin.png") no-repeat;
    background-size: 82px;
    float: left;
    margin-top: 0px;   
    margin-left: 10px;
}

.center{
    margin: auto;
    text-align: center;
}

.button {
    padding-bottom: 15px;   
}

button.smallButton{
    width: auto;
    /* min-width: 100px; */
    border-radius: 1.3em;
    text-align: center;
    padding: 3px 10px;
    /* margin: 6px; */
    margin-bottom: 10px;
    /* background-color: #0497f9; */
    /* background-color: white; */
    color: white;
    font-size: x-small;
    /* margin-left: auto; */
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 4px 15px -1px rgba(0,0,0,0.75);
    border: none;
    transition: all .3s ease;
    outline: 0;  
}

#map {
    height: 632px;  /* The height is 400 pixels */
    width: 66%;  /* The width is the width of the web page */
    float: left;
}

img.mapImg{
    max-width: 100px; 
    max-height: 50px;  
}

.imgPointBig{
    display: none;
}

div.imgPoint:hover div.imgPointBig{
    position: fixed;
    top: 50px;
    left: 50px;    
    display: block;
    z-index: 50;
    overflow: visible;    
}

div.listWrap{
    float: right;
    top: 10px;
    right: 10px;
}

.login{
    padding-top: 30px;
}

.top_content, .foot{
    margin: 5px;    
    padding: 5px;
    /*    background-color: #04E9F9;*/
    text-align: right;
}

.foot{
    font-size: small;
    color: #808080;
}

.top_content {
    padding: 15px 5px 15px 10px;
}

.strong, .fontLite.strong {
    font-weight: bold;
}

.alert{
    text-align: center;
    background-color: #FF0000;
    border-bottom: solid 2px #FFFF00;
    border-top: solid 2px #FFFF00;
    padding: 2px;
    color: #FFFF00;
    font-weight: bold;
    padding: 10px;
    box-shadow: 10px 10px 21px 0px #969696;
    border-radius: 1.3em;
    border: solid 2px #FFFF00;    
    margin-left: 5px;
}

.small{
    font-size: small;
}

#hint{
    position: fixed;
    top: 10px;
    left: 10px;
    border: solid 1px gray;
    border-radius: 5px;
    background-color: white;
    box-shadow: 10px 10px 21px 0px #969696;  
    min-width: 200px;
    min-height: 50px;  
}

.hintContent {
padding: 15px;
margin: 10px;
}

#hintDetail{
padding-top: 10px;

}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

#myBtn.show{
display: block;
}

div.filter{
    display: none;
    margin-top: 5px;
}

form.idealforms{
    min-width: 800px;;
}

label.main{
    min-width: 150px;
}

div#info{
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: visible;
    border: solid 3px lightblue;
    background-color: #C0FFC0;    
    background-color: #A7E2FF; 
    padding: 5px 15px 15px 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #969696;
    width: 250px;
    z-index: 100;
    cursor: default;
    font-size: xx-small;    
    color: black;

}
#eventDialog .field label,
#newUser .field label{
    width: 110px;
    display:inline-block;
}

.fontLite{
    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1.7px;
    text-transform: uppercase; 
}

.fontLiteNormal{
    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1.7px;
}

.field{
    clear: both;
}

.field .label{
    width: 100px;
    float: left;    
}

.field .infoText{
    float: left;
}

.taskTop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    align-items: center;
}

.colLabel, .colName{
    display: flex;
    flex-direction: column;
    flex: 0 0 7%;

    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";

    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.7px;
    text-transform: uppercase;    
    padding-left: 2px;    
}

.colName{
    font-style: normal;
    font-weight: bold;
}

.colDateEnd, .colDate{
    display: flex;
    flex-direction: column;
    flex: 0 0 8%;

    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.7px;
    text-transform: uppercase;    
    padding-left: 2px;    
}

.colSubject{
    display: flex;
    flex-direction: column;
    flex: 0 0 88%;

    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.7px;
    text-transform: uppercase;    
    padding-left: 2px;    
}

.colPopis{
    display: flex;
    flex-direction: column;
    flex: 0 0 6%;

    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.7px;
    text-transform: uppercase;    
    padding-left: 2px;    
}

.colTask{
    display: flex;
    flex-direction: column;
    flex: 0 1 94%;

    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.7px;

    padding-left: 2px;    
}

div.infoLabel{
    float: left;
    max-width: 100px;   
    width: 85px;   

    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.7px;

    padding: 0 2px;   
}

div.infoTask{
    width: auto;   
    max-width: 870px; 
    float: left;
    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.7px;

    padding-left: 2px;   

}

div.taskTop, div.task{
    border-bottom: solid 1px gray;  
    padding: 5px 0; 
}

.flexFloat .row, .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    align-items: center;
}

.flexFloat .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.flexFloat .column1 {
    display: flex;
    flex-direction: column;
    flex: 0 0 12%;

    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.7px;
    text-transform: uppercase;    
    padding-left: 2px;

}

.flexFloat .column2 {
    display: flex;
    flex-direction: column;
    flex-basis: 0%;
    flex: 0;
    flex-grow: 1;  


}

.flexFloat .column3 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    flex-grow: 1;  

    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
}

.flexFloat .column4 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    text-align: right;
    flex: 1;
}

.flexFloat .column5 {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    align-items: flex-start;
    flex: 1;
}

.flexFloat .column6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 10%;
    align-items: flex-start;

}

.flexFloat .column7 {
    display: flex;
    flex-direction: column;
    flex: 0 0 20%;
    align-items: flex-start;

}

.flexFloat .column8{
    display: flex;
    flex-direction: column;
    flex: 0 0 8%;

    font-family: "Source Sans Pro",Arial,"Liberation Sans",Helvetica,"sans serif";
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.7px;
    text-transform: uppercase;    
    padding-left: 2px;

}

.flexFloat .column9{
    display: flex;
    flex-direction: column;
    flex: 0 0 8%;
}

.flexFloat .column10{
    display: flex;
    flex-direction: column;
    flex: 0 0 2%;
    order: -1;
    font-size: 1.6em;
    font-stretch: expanded;
    font-weight: bold;
    text-align: center;
    color: #008000;

}

.flexFloat .column11{
    display: flex;
    flex-direction: column;
    flex: 0 0 2%;
    font-size: 1.6em;
    font-stretch: expanded;
    font-weight: bold;
    text-align: center;
/*    color: #008000;*/

}

div.column9 div.oprava{
    padding-bottom: 5px;
    text-align: end;
}

.flexFloat .topSpace{
    margin-top: 15px;
}

.invalid{
    color: #430e08;
    background: #ffeded;
    border-color: #cc2a18;   
    border-width: 1px;
}

.valid{
    color: #18445a;
    background: #edf7fc;
    border-color: #3f9dcc;    
    border-width: 1px;    
}

.error{
    font-size: small;
    font-style: italic;
    color: #FF8080;
    font-weight: bold;
}

div.wrapper{
    height: 1px;
    width: 1px;
}

div.mailwrapper{
    width: auto;
    z-index: 10;    
    display:block;
    width: 20px;
    height: 20px;
    left: 38px;
    position: relative;
    top: -35px;
    z-index: 10;
    /*    border: solid 1px lightblue; */
    background-color: red;
    border-radius: 50%;
    /*    box-shadow: 3px 3px 5px #969696;*/
    color: white;
    text-decoration: none;
    font-size: x-small;    
    font-weight: bold;
}

div.mailstatus{

    text-align: center;
    vertical-align: middle;
    padding-top: 4px;

}

div.childMsg{
    margin-left: 30px;
}

.show{
    display:normal;   
}

.noshow{
    display: none;      
}

.column8 div{
        padding-left: 5px;
}
.column8 div.redTerm{
    background-color: red;
}

.column8 div.blueTerm{
    background-color: lightblue;
}

.column8 div.orangeTerm{
    background-color: orange;
}

.column8 div.greenTerm{
    background-color:lightgreen;
}

div.column11.redTerm, #hintDetail .redTerm{
    color: red;
}

div.column11.blueTerm, #hintDetail .blueTerm{
    color: lightblue;
}

div.column11.orangeTerm, #hintDetail .orangeTerm{
    color: orange;
}

div.column11.greenTerm, #hintDetail .greenTerm{
    color:lightgreen;
}

div.column11.greenTermDark, #hintDetail .greenTermDark{
    color:#008000;
}

div.message{
    /*    padding-bottom: 10px; */
    border-bottom: solid 1px #cccccc;
    /*    margin-bottom: 15px; */
}

div.message.notread{
    font-weight: bold;
}

div.message.topBorder{
    border-top: solid 4px blue;   
}

div.msgdate.read{

    background-color: #e4e4e4;
    color: #696969;    
}

div.msgdate{
    background-color: #0066CC;
    color: white;
    font-size: x-small;
    font-weight: bold;
    padding: 2px;
}

div.msgHead.read{
    background-color: #e4e4e4;
    /*    background-color: whitesmoke;  */
    color: #696969;    
}

div.msgHead.notread.isChild{
    background-color: #159AEA;
    background-color: white;    
    color: #ececec;    
    color: black;
}

div.msgHead{
    background-color: #0066CC;
    background-color: white;
    color: black;
    font-size: small;
    font-weight: bold;
    padding: 7px 2px;

}

div.msgsubject, div.msgtext{
    /*    background-color: #808080;
    color: white; */
    font-size: smaller;
    padding: 2px;    
    margin-left: 30px;
    text-align: left;
}

.inCluster{
    padding-right: 20px;
    float: right;
}

div.hide{
    display: none;    
}

div.oprava{
    float: right;
    font-size: 0.8em;
    font-stretch: expanded;
    font-style: italic;
    clear:both;

    /*    display: none;*/
}

div.oprava a{
    color: #FF0000;
}

span.refPage{
    border: solid 1px black;
    padding: 2px 5px 0px 5px;
    margin: 5px;
    background-color: #D0D0D0;
    shadow: 2px 2px ;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: small;
}

span.refPage.selected{
    background-color: #4BC3FF;
}

td.remove{
    text-align: center;
    /*    font-size: 1.2em; */
    color: #FF0000;    
    /*    font-stretch: expanded;
    font-style: italic;
    clear:both;
    */
    /*    display: none;*/
}

div.imgShow{
    position:fixed;
    top: 10px;
    right: 10px;

}

div.close{
    position: absolute;
    top: 20px;
    /* left: 20px; */
    color: #efefef;
    cursor: pointer;
    /*    background-color: grey; */
    padding: 4px 12px;
    right: 20px;
    border-radius: 12px;
    font-size: small;
}

img#imgShow{
    max-height: 600px;
}

td.remove a{
    color: #FF0000;
}

tr.eventNoShow td.status{
    width: 20px;
    background:  url("../images/hide.png") no-repeat  center;
    background-size: 60%;   
}

tr.eventShow td.status{
    width: 20px;
    background:  url("../images/show.png") no-repeat  center;
    background-size: 80%;    
}

span.oprava{
    font-size: 0.8em;
    font-stretch: expanded;
    font-style: italic;
    float:right;
    color: #FF0000;
    text-decoration: underline;
    cursor: pointer;
}

span.oprava a{
    color: #FF0000;
}

span.point1{
    color:#ED118D;
}

span.point2{
    color:#369CD6;
}

span.point3{
    color:#58B15F;
}

.ref, .infoRef{
    cursor: pointer;
}

.ref1{
    cursor: pointer;
    text-decoration: underline;    
}

.longInput {
    width: 600px;
}

.medInput {
    width: 400px;
}

.smallInput {
    width: 100px;
}



.ref:hover, .ref1:hover, .dlgCall:hover{
    text-decoration: underline;
    font-weight: bold;
}

.infoRef:hover{
    font-weight: bold;
}

.done{
    color:gray;
}

td.dlgCall{
    font-size: 1.3em;
    font-stretch: expanded;
    font-weight: bold;
    text-align: center;
    color: #008000;
    width: 20px;
    cursor: pointer;
}

td.iconChar{
    font-stretch: expanded;
    font-weight: bold;
    text-align: center;
    color: #008000;
    width: 20px;
    cursor: pointer;    
}

td.iconChar a{
    color: #008000;
}


td a.arrow {
    color: #FF0000;
    text-decoration: none;
}

td.smallLocation{
    font-size: 0.5em;
}

td.smallTime{
    font-size: 0.7em;
}

td.smallDist{
    font-size: 0.7em;
    text-align: end;
}

span.right{
    float: right;
    padding-left: 20px;
}

li.sub{
    color:#000;
    transition:color linear 0.15s;
    text-decoration:  none;
    font-weight:  bold;
    border-right: 1px solid #787878;
    padding:  0 22px;      
    background-color: #159AEA;
    position: relative;
    cursor: pointer;
}

li ul.submenu{
    /*    border: black solid 1px;*/
    color:#000;
    background-color: #159AEA;
    height: auto !important;
    position: absolute;
    top:-14px;
    left:-12px;
    right:auto;
    visibility: hidden;
    width: auto;
    z-index: 200;
    /*    font-family: Verdana, Arial, Helvetica, sans-serif;*/
    white-space: nowrap;
    padding: 5px;
    /*    border: 3px solid #d7dadb;*/
    border-bottom: 3px solid #0066CC;
    border-left: 3px solid #0066CC;
    border-right: 3px solid #0066CC;
    box-shadow: 3px 3px 5px #808080;/*#c0c0c0;*/
    /*    -moz-box-shadow: 3px 3px 5px #808080;/*#c0c0c0;*/    
    /*    -webkit-box-shadow: 3px 3px 5px #808080;/*#c0c0c0;*/   
    border-radius: 0 0 5px 0;
    /*    opacity: 0.9;*/
}

li:hover ul.submenu{
    visibility:visible;
    z-index:500;
}

ul.submenu li a:hover{
    color: white;
    text-shadow: none;
    font-weight: bold;
    text-decoration: none;
    text-decoration-color: #0000FF;  
}

ul.submenu li a{
    color: black;
}

ul.submenu li{
    list-style: none;
    width:90%;
    display:block;
    padding-right:8px;
    padding-left:5px;
    padding-bottom: 5px;
    padding-top: 5px;
    /*    background: transparent url(../images/megamenu_chevron.gif) no-repeat center left;*/
    display:block;
    line-height: 120%;
    margin-right: 5px;
    /*    border-bottom: solid 1px #F0F0F0;*/
    text-align: left;
    font-size: 0.9em;
    -webkit-transition: background 1s; /* Safari */
    transition: background 1s;    

}

ul.submenu li:hover{
    background:#0066CC;
}


.left_wrap, .right_wrap{
    width: 250px;
    min-height: 650px;
    max-height: 650px;
    margin: 5px;
    padding: 5px;
    background-color: #000000AA;
    /*    position: fixed; */

}

.left_content, .right_content {
    width: 50%;
    /*    min-height: 550px;*/
    margin: 5px;
    padding: 5px;
    background-color: #000000AA;    

}
.right_content_scroll{
    overflow-y: scroll;   
    max-height: 455px; 
}

.mid_content {
    background-color: #ebf1f5;
    margin-top: 0px;
    margin-right: 0;    
    float:  left;
    display:  block;
    min-height: 500px;
    color:  #000;    
}

.small_right{
    float:right;
    font-size: smaller;
}

.bottom_content{
    /*    background:url("/images/Graf.png") no-repeat ;*/
    /*    min-height: 150px;*/
    background-size: 100%;
    min-height: 100px;
}

.social{
    padding-top: 20px;
    padding-bottom: 20px;
}


.content_head{
    margin: 10px;
    font-weight: bolder;
}

.sec_head {
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    font-size: larger;    
}

.co_player_list{
    min-height: 70px;
    margin-bottom: 15px;
}

.co_player_info{
    float: left;
    font-size: smaller;
    padding-top: 14px;
    padding-left: 8px;
}


.co_player_head{
    float: left;
    position: relative;
}



.co_player_head > img{
    border-radius: 30px;
}

.co_player_exp{
    margin-left: 15px;
    /*    padding-left: 20px;*/
    font-size: smaller;    
    margin-bottom: 10px;
}

.co_player_date{
    font-size: smaller;
}

.player_pic{
    display: inline-block;
    position: relative;
}

.player_pic > img{
    border-radius: 50%;
}


.player_skill{
    width: 50px;
    height: 50px;
    background-color: #DF6691;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    /*
    left: 116px;
    display:flex;*/
}

.player_skill_small{
    width: 38px;
    height: 38px;
    background-color: #DF6691;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -20px;
    /*
    left: 116px;
    display:flex;*/
}

.player_skill > div{
    text-align: center;
    vertical-align: middle;
    /*    align-items: center;
    justify-content: center; */
    top: 50%;
    font-size: large;
    font-weight: bold;
    padding-top: 14px;
}

.player_skill_small > div{
    text-align: center;
    vertical-align: middle;
    /*    align-items: center;
    justify-content: center; */
    top: 50%;
    font-size: x-small;
    font-weight: bold;
    padding-top: 13px;
}

.player_name {
    text-align: center;
    margin: 10px 0;
}

.player_nick {
    text-align: center;
    margin: 10px 0;
    font-size: small;
}

.listPoints{
    font-size: x-small;
    cursor: pointer;
    overflow-y: scroll;   
    max-height: 577px; 
    width: 400px;
}

.pointDetail{
    margin-top: 3px;
    border-bottom: solid 1px grey;
    padding-bottom: 10px;
    padding: 5px;
}

.pointDetail:hover{
    background-color: #585858;
    color: white;
}

.pointDetail.notValid{
    color: #80b8ff;
}

.pointDetail.inGroup{
    padding-left: 15px;
    font-size: x-small;
    padding-bottom: 1px;
    padding-top: 1px;
    margin-bottom: 1px;
    margin-top: 1px;
}

a #TopMap{

    clear:both;    
}

div.ui-datepicker{
    font-size:10px;
}

div.summary{
    min-height: 600px;
}

.suminfo .value{
    min-width: 100px;    
    text-align: right;
    padding-right: 10px;
    padding-top: 1px;
    border-bottom: solid 1px #d0d0d0;    
}

.suminfo{
    display: flex;
    flex-wrap: column;   
    padding-bottom: 10px;
}

.suminfo .label{
    width: 270px;
    padding-top: 1px;    
    font-weight: bold;
    border-left: solid 1px #d0d0d0;
    border-bottom: solid 1px #d0d0d0;
    padding-left: 3px;    
}

.side_menu, .social {
    border-top: 10px;
    margin-top: 10px;
}

.suminfo .nick{
    width: 130px;
    text-align: left;
}

.suminfo .name{
    width: 200px;
    text-align: left;    
}

.hzlabel{
    width: 120px;
    display: inline-block
}

.side_menu a{
    color: white;
    text-decoration: none;
}
.side_menu a:hover{
    color: #DF6691;
    font-weight: bold;
}

.menu_item{
    padding: 10px ;
}

.menu_item:hover{
    background-color: #96969622;
}

.field{
    margin-bottom: 10px;
}

.field label{
    vertical-align: top;
}

.graph_cont{
    width: 110px;
    float: left;
}

.graph_cont div {
    text-align: center;
}
.graph_cont > svg{
    padding-left: 15px;
    margin: 0 auto;
}


.chart_container{
    width:340px;
    margin: auto;
}

/* GRAPH SECTION */

/* Resets */
.graph-container,
.graph-container div,
.graph-container a,
.graph-container span {
    margin: 0;
    padding: 0;
}

/* Gradinet and Rounded Corners */
.graph-container, #tooltip, .graph-info a {
    /*   background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%);
    */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*  Graph Container */
.graph-container {
    position: relative;
    width: 95%;
    height: 100px;
    padding: 20px;

    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
}

.graph-container > div {
    position: absolute;
    width: inherit;
    height: inherit;
    top: 10px;
    left: 25px;
}

.graph-info {
    width: 590px;
    margin-bottom: 10px;
}

/* Text Styles */
#tooltip, .graph-info a {
    height: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #F0F0F0;
    background-color: #00000088;
}

.tickLabel {
    font-weight: bold;
    font-size: 12px;
    color: #666;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Tooltip */
#tooltip {
    position: absolute;
    display: none;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
}

/* Links */
.graph-info a {
    position: relative;
    display: inline-block;
    float: left;
    padding: 7px 10px 5px 30px;
    margin-right: 10px;
    text-decoration: none;
    cursor: default;
}

/* Color Circle for Links */
.graph-info a:before {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    top: 13px;
    left: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Colors For each Link */
.graph-info .visitors { border-bottom: 2px solid #71c73e; }
.graph-info .returning { border-bottom: 2px solid #77b7c5; }

.graph-info .visitors:before { background: #71c73e; }
.graph-info .returning:before { background: #77b7c5; }

/* Lines & Bars Buttons */
#lines, #bars {
    width: 34px;
    height: 32px;
    padding: 0;
    margin-right: 0;
    margin-left: 10px;
    border-bottom: 2px solid #71c73e;
    float: right;
    cursor: pointer;
}

#lines.active, #bars.active {
    background: #82d344;
    background: -moz-linear-gradient(top,  #82d344 0%, #71c73e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82d344), color-stop(100%,#71c73e));
    background: -webkit-linear-gradient(top,  #82d344 0%,#71c73e 100%);
    background: -o-linear-gradient(top,  #82d344 0%,#71c73e 100%);
    background: -ms-linear-gradient(top,  #82d344 0%,#71c73e 100%);
    background: linear-gradient(to bottom,  #82d344 0%,#71c73e 100%);
}

#lines span, #bars span {
    display: block;
    width: 34px;
    height: 32px;
    background: url('../images/lines.png') no-repeat 9px 12px;
}

#bars span { background: url('../images/bars.png') no-repeat center 10px; }

#lines.active span { background-image: url('../images/lines_active.png'); }
#bars.active span { background-image: url('../images/bars_active.png'); }

/* Hide the First and Last Y Label */
.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child { display: none; }

/* Clear Floats */
.graph-info:before, .graph-info:after,
.graph-container:before, .graph-container:after {
    content: '';
    display: block;
    clear: both;
}

.pinfo  td{
    min-width: 50px;
}


.hmm_info{
    clear: both;
    padding-top: 10px;
}

.hmm_label{
    float:left;
    width: 120px;
}

.hmm_text{
    float:left;
}

.center_content_only {
    /*    background-color: #daf0ffed; */
    background-color: white;
    margin: 0px 5px;
    color: black;
    padding: 15px;
    /*    max-height: 470px;
    min-height: 470px;
    overflow-y: scroll;   */
/*    position: relative;*/
}

.center_content_only.map {
    min-height: 660px;
}


.alone .center_content_only{
    max-height: none;
    overflow-y: hidden;
}

.field .info{
    float:left; 
    margin-top: .55em;
}

/*
#commentForm {
width: 420px;
}
#commentForm label {
width: 150px;
}
#commentForm label.error, #commentForm input.submit {
margin-left: 198px;
}
*/

#signupForm {
    width: 670px;
}
#signupForm label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
}
#newsletter_topics label.error {
    display: none;
    margin-left: 103px;
}

form.cmxform label{
    display: inline-block;
    line-height: 1.8;
}
form.cmxform label.error, label.error{
    color: red;
    font-style: italic;
    font-size: small;
}

tr.vyhry td{
    padding: 5px;
}

tr.vyhryShow{
    font-weight: bold;
}

tr.vyhryNo{
    font-size: small;
    font-style: italic;
}

.gPlay{
    width: 300px;
    padding-top: 6px; 
}

th {
    text-align: left;
}

th.nick{
    width: 150px;
}

th.name{
    width: 250px;
}

tr.user.notactive{
    background-color: #E0E0E0;
    border-color: #E0E0E0;
}

tr.user.removed{
    background-color: #FFC0C0;
    border-color: #E0E0E0;
}

.smallAvatar img{
    width: 60px;
}

form.idealforms .field .group.smallAvatar label {
    float: left;
    clear: none;
    padding: .15em 0;
}

/* Floating part for list users */
.framewrap{
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 1px;
}

.framedetail{
    position: relative;
    cursor: pointer;
    top: 15px;
    width: 1px;
    height: 1px;
}

div.boxpopup .framedetail{
    position: relative;
    cursor: pointer;
    top: 10px;
    color: black;
}

div.float, div.float1{
    display:none;
    margin-bottom: 300px;
}
div.floatsub{
    display:none;    
}

div.float span.oprava{
    padding-bottom: 10px;
}

div.boxpopup:hover > .framewrap > div.framedetail > div.floatsub,
div.boxpopup:hover > .framewrap > div.framedetail > div.float,
td:hover div.framedetail div.float{
    top: -10px;
    left: 50px;
    overflow: visible;
    border: solid 3px lightblue;
    background-color: #C0FFC0;    
    background-color: #A7E2FF; 
    padding: 5px 15px 15px 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #969696;
    display: block;
    width: 600px;
    position: relative;
    z-index: 100;
    cursor: default;
    font-size: small;

}

div.boxpopup:hover > .framewrap > div.framedetail > div.float1
{
    top: -10px;

    overflow: visible;
    border: solid 1px lightgrey;
    background-color: #C0FFC0;    
    background-color: #A7E2FF; 
    background-color: white;
    padding: 5px 15px 15px 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #969696;
    display: block;
    width: 600px;
    position: relative;
    z-index: 100;
    cursor: default;
    font-size: small;

}

div.boxpopup:hover > .framewrap > div.framedetail > div.float1.rights
{
    left: -300px;
    width: 300px;
}

div.boxpopup:hover > .framewrap > div.framedetail > div.floatsub{
    background-color: #4BC3FF;        
}

td:hover div.framedetail div.float.points{
    left: -500px;
    width: 500px;
    max-height: 250px;
    overflow-y: auto;
    font-size: x-small;
    display: block;
}

tr.notactive td:hover div.framedetail div.float{
    background-color: #FFFFC0;
}

tr.actualRank td{
    background-color: #3D9CD4;
}

tr.noactive{
    color: gray;
    /*    background-color: #04E9F9; */
}

.legenda{
    width: 110px;
}

.legenda.points{
    width: 270px;
}

.datum.points{
    width: 100px;
}

.timedif.points{
    width: 30px;
    text-align: right;    
}

.distdif.points{
    width: 50px;
    text-align: right;
}

table.listuser{
    margin-bottom: 200px;
}



/* edit by kufik 26-09-2018 */
.main_content {
    display: block;
    /*    max-height: 500px;
    min-height: 500px; */
}
.topMargin {
    margin-top: 40px !important;
}
ul.menu {
    padding:  0;
    margin: 0;
    list-style-type:  none;
}
ul.menu li {
    padding:  0;
    margin: 0;
    list-style-type:  none;
}
.clear {
    clear:  both;
}
img {
    max-width: 100%;
    height: auto;
}
.top_content, .info_content {
    padding: 20px 5px 20px 20px;
    font-size:  125%;
    background-color: #0497F9;
    color:  #000;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: left;    
}
.left_content, .right_content {
    background-color: #ebf1f5;
    margin-top: 0px;
    margin-right: 0;    

    float:  left;
    display:  block;
    min-height: 486px; 
    max-height: 486px;

    color:  #000;    
}

.left_content {
    width: calc(60% - 15.5px);    
}

.right_content {      
    margin-left: 0px;
    width: calc(40% - 15.5px);    

}
.center_content {
    background-color: #ebf1f5;
    margin: 0px 5px;
    color: black;
}
.center_content:after {
    content:'';
    display:block;
    clear: both;
}              
.left_wrap, .right_wrap {
    background-color: #373d55;
    padding: 15px;
}              
.right_wrap {
    background-color: #ecedef;
    color: #000;
}
.sec_head {
    margin: -15px -15px 20px -15px;
    padding:  22px 5px 21px 21px;
    background: #15a4fa;
    color:  #fff;
    text-align: left;
}
.player_container {
    text-align: center;
}

.co_player_head {
    width: 30%;        
}
.co_player_info {
    width: 60%;
    float: right;
    padding-top:  9px;
}
.co_player_list {
    min-height: 0;
    margin-bottom: 25px;
    font-size:  85%;
}
.co_player_list:after {
    content: '';
    display: block;
    clear: both;
}
.co_player_name {
    font-weight:  bold;
}
/* menu Left */
.side_menu {
    margin: 10px -15px;
}
.side_menu  ul li a {
    padding:  10px 5px 10px 40px;
    display:  block;
}
.side_menu .menu_item {
    padding: 0px;
}
.side_menu .menu_item a {
    font-size:  90%;
}
.side_menu a:hover {
    color: #DF6691;
    font-weight: normal;
}
.menu_item a:hover{
    border-left:  4px solid #ff7d76;
    padding-left: 36px;
}
.menu_item:nth-child(even) a {
    background-color: #3f435e;
}
.icon_01 a {
    background: url('../images/icon_menu_01.png') no-repeat 15px center;
}
.icon_02 a {
    background: url('../images/icon_menu_02.png') no-repeat 15px center;
}
.icon_03 a {
    background: url('../images/icon_menu_03.png') no-repeat 15px center;
}
.icon_04 a {
    background: url('../images/icon_menu_04.png') no-repeat 15px center;
}
.icon_05 a {
    background: url('../images/icon_menu_05.png') no-repeat 15px center;
}
.icon_06 a {
    background: url('../images/icon_menu_06.png') no-repeat 15px center;
}
.icon_07 a {
    background: url('../images/icon_menu_07.png') no-repeat 15px center;
}
.icon_08 a {
    background: url('../images/icon_menu_08.png') no-repeat 15px center;
}
.icon_01 a:hover,
.icon_02 a:hover,
.icon_03 a:hover,
.icon_04 a:hover,
.icon_05 a:hover,
.icon_06 a:hover,
.icon_07 a:hover,
.icon_08 a:hover
{
    background-position: 11px center;
}

/* user top menu */
.menuUser {
    float:  right;
}
.menuUser ul li {
    float:  left;
}
.menuUser ul li a {
    background:   #15a4fa;
    margin: -20px 0;
    display:  block;
    height: 65px;
    width:    65px;
    border-left:  1px solid #3f435e;
}
.menuUser ul li:last-child a {
    margin-right: -5px;
}
.menuUser ul li a span {
    display:  none;
}
.menuUser .icon_user a {
    background: #373d55 url('../images/icon_user_white.png') no-repeat center center;
}
.menuUser .icon_user a:hover {
    background: #15a4fa url('../images/icon_user_white.png') no-repeat center center;
}
.menuUser .icon_config a {
    background: #373d55 url('../images/icon_conf_white.png') no-repeat center center;
}
.menuUser .icon_config a:hover {
    background: #15a4fa url('../images/icon_conf_white.png') no-repeat center center;
}
.menuUser .icon_help a {
    background: #373d55 url('../images/icon_help_white.png') no-repeat center center;
}
.menuUser .icon_help a:hover {
    background: #15a4fa url('../images/icon_help_white.png') no-repeat center center;
}
.menuUser .icon_logout a {
    background: #15a4fa url('../images/icon_log_white.png') no-repeat center center;
}
.menuUser .icon_logout a:hover {
    background: #ff0000 url('../images/icon_log_white.png') no-repeat center center;
}
.menuUser .icon_mail a {
    background: #373d55 url('../images/icon_mail.png') no-repeat center center;
}
.menuUser .icon_mail a:hover {
    background: #15a4fa url('../images/icon_mail.png') no-repeat center center;
}

/* responsive  */
@media only screen and (max-width: 1320px) {

    .wrap {
        width: 1140px;
    }
}
@media only screen and (max-width: 1180px) {
    .wrap {
        width: 940px;
    }
}
@media only screen and (max-width: 980px) {
    .wrap {
        width: 100%;
    }
}



@media only screen and (max-width: 860px) {
    body {
        margin: 0;
        padding:  0;
    }
    .header, .content, .main_content {
        display: block;
    }
    .content_wrap{
        display: block; 
        float: left;     
    }
    .content {
        padding-top: 68px;
    }
    .left_wrap, .right_wrap {
        width: calc(100% - 30px);
        margin: 0;
        float: left;
    }
    .menuUser ul.menu {
        padding-left: 0px;
        background: #fff;
    }
    .menuUser {
        float: none;
        position: absolute;
        top: 81px;
        /*        right: 24px;  */
        left: 19px
    }

    .menuUser#sticky.fixed{
        position: fixed;
        top: 0;
        z-index: 199;
    }
    .menuUser ul li a,
    .top_content
    {
        margin: 0;
    }  
    .left_content,
    .right_content, 

    .center_content
    {
        margin: 0;
        width: calc(100% - 5px);
    }
    .logo {
        margin: 20px 20px 0px 0px;
    }

    .center_content {
        margin: 0px;
    }
    .player_pic > img {
        /*        max-width: 70%;*/
    }

    .player_pic{
        max-width: 70%;        
    }

    .player_skill{
        width: 50px;
        height: 50px;
        top: 10px;
        right: 10px;

    }
    .center_content_only {
        background-color: #ebf1f5;
        margin: 0px;
        color: black;
        padding: 15px;
    }

    .small-chart{
        width: 100px;
    }

    @media only screen and (max-width: 450px) {
        .wrap {
        width: 450px;
    }
}    
}







/*----- Toggle Button -----*/
.toggle-nav {
    display:none;
}

/*----- Menu -----*/
@media screen and (min-width: 860px) {
    nav.menu {
        width:100%;
    }
}

nav.menu ul {
    display:inline-block;
    padding:   0;
    margin:  30px 0 0 9px;
}

nav.menu li {
    margin:0px;
    float:left;
    list-style:none;
    font-size:  14px; 

}

nav.menu li:last-child {
    margin-right:0px;
}

nav.menu a {
    color:#000;
    transition:color linear 0.15s;
    text-decoration:  none;
    font-weight:  bold;
    border-right: 1px solid #787878;
    padding:  0 8px;  
}

nav.menu li:last-child a {	
    border-right: 0px;
}

nav.menu a:hover, nav.menu .current-item a {
    text-decoration:none;
    color:#FFFFFF;
    background-color: #0066CC;
}


/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
    .wrap {
        width: calc(100% - 38px);
    }
}

@media screen and (max-width: 970px) {
    .search-form input {
        width:120px;
    }
}

@media screen and (max-width: 860px) {
    nav.menu {
        position: fixed;
        /*       top: 81px;
        left: 19px;*/
        right: 0px;
        display:inline-block;
        z-index: 199;
    }

    nav.menu ul.active {
        display:none;
    }

    nav.menu ul {
        width:150px;
        position:absolute;
        top:120%;
        right:0px;
        padding:10px 18px;
        border-radius:3px;
        background:#15a4fa;
        z-index: 199;
        margin: 0;
    }

    nav.menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        right:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }

    nav.menu li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }

    nav.menu a {
        display:block;
        padding: 12px 0;
        color:  #fff;
        border:  0;
    }
    nav.menu a:hover,
    nav.menu .current-item a {
        color:  #373d55;
    }

    .toggle-nav {
        padding:20px;
        float:left;
        display:inline-block;
        background:#15a4fa;
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
    }
    nav.menu .toggle-nav {
        padding:19px 22px;
    }

    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#fff;
    }

    #commentForm {
        width: 320px;
    }
    #commentForm label.error, #commentForm input.submit {
        margin-left: 111px;
    }

    .content_wrap .banner{
        display: none;
    }

    div.partners img{
        max-width:84px;
        max-height:47px;    
        padding: 5px;
    }

    .groupInfo#gdpryes{
        width:100%;

    }
    .main_content {
        max-height: 515px;
        min-height: 515px;
    }
    .center_content_only {
        max-height: 485px;
        min-height: 485px;

    }

    form.idealforms .field .icon {
        left: 97%;
    }
    form.idealforms input, form.idealforms textarea, form.idealforms select, form.idealforms .field .group {
        width: 280px;
    }
    form.idealforms textarea {
        width: 100%;
    }
}

/* POkus se zobrazenim label */
.login{
    justify-content: center;
    flex-direction: row;
}

/*
label {
font-size:  12.5px; 
color:  #000;
opacity:  .8;
font-weight:  400; 
}
form#commentForm {
padding:  10px; 
display:  flex; 
flex-direction:  column;
align-items:  flex-start; 
width: 300px;
}
#newUser input,
form#commentForm input {
font-size:  16px; 
padding:  20px 0px; 
padding-left: 5px;
height:  56px; 
border:  none; 
border-bottom:  solid 1px rgba(0,0,0,.1); 
background:  #fff; 
min-width:  280px; 
box-sizing:  border-box; 
transition:  all .3s linear; 
color:  #000; 
font-weight:  400; 
-webkit-appearance:  none;   
}

form#commentForm input:focus{
border-bottom:  solid 1px #FF00FF; 
outline: 0; 
box-shadow:  0 2px 6px -8px rgba(#FF00FF, .45);    
}
#newUser .floating-label,
form#commentForm .floating-label {
position:  relative; 
margin-bottom:  10px; 
}

#newUser .floating-label label,
form#commentForm .floating-label label {
position:  absolute; 
top: calc(50% - 7px);
left:  5px; 
opacity:  0; 
transition:  all .3s ease; 
}

#newUser .floating-label input:not(:placeholder-shown), 
form#commentForm .floating-label input:not(:placeholder-shown) {
padding:  28px 0px 2px 5px; 
}
#newUser .floating-label input:not(:placeholder-shown) + label,
form#commentForm .floating-label input:not(:placeholder-shown) + label {
transform:  translateY(-10px); 
opacity:  .7; 
}

form#commentForm button {
margin-left: 200px;
}

form#commentForm fieldset{
box-shadow: 10px 10px 21px 0px #969696;
border-radius:5px;
padding: 15px;
}

.session {
display:  flex; 
flex-direction:  row; 
width:  auto; 
height:  auto; 
margin:  auto auto; 
background:  #ffffff; 
border-radius:  4px; 
box-shadow:  0px 2px 6px -1px rgba(0,0,0,.12);
}

form#commentForm button {
width: auto;
min-width: 100px;
border-radius: 20px;
text-align: center;
padding: 10px 25px;
margin-top: 5px;
background-color: #0497f9;
color: #fff;
font-size: 14px;
font-weight: 500;
box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.13);
border: none;
transition: all .3s ease;
outline: 0;
}
form#commentForm button:hover {
transform: translate(-2px, -2px);
box-shadow: 0 2px 6px -1px rgba(182, 157, 230, 0.65);
background-color: #0066CC;
}
form#commentForm button:hover:active {
transform: scale(0.99);
}

*/

.formSlide .col1{
    float: left;
    min-width: 300px;
}

.formSlide .colMed{
    float: left;
    width: 600px;
}

.formSlide .colLast{
    float: left;
    min-width: 280px;
}

.formSlide .groupLabel{
    font-size:  15px; 
    color:  #000;
    font-weight:  400;
    text-align: left;
    padding: 5px;
    border-bottom: solid 1px lightgray;
    margin-bottom: 5px;
}   


.formSlide label {
    font-size:  12.5px; 
    color:  #000;
    opacity:  .8;
    font-weight:  400; 
}
.formSlide form{
    padding:  10px; 
    /*    background:  #fefefe; */
    display:  flex; 
    flex-direction:  column;
    align-items:  flex-start; 
    width: 300px;
}


.formSlide input[type="text"],
.formSlide input[type="email"],
.formSlide input[type="password"] {
    font-size:  16px; 
    padding:  20px 0px; 
    padding-left: 5px;
    height:  40px; 
    border:  none; 
    border-bottom:  solid 1px rgba(0,0,0,.1); 
    background:  #fff; 
    min-width:  280px; 
    box-sizing:  border-box; 
    transition:  all .3s linear; 
    color:  #000; 
    font-weight:  400; 
    -webkit-appearance:  none;   
}

.formSlide input[type="checkbox"]{
    height:  40px;     
}

.formSlide input.invalid{
    border: solid 1px red;
}

.formSlide input.valid{
    /*     border: solid 1px blue; */
}

.formSlide input.med{
    min-width:  580px;     
}

.formSlide input.large{
    min-width:  880px;     
}

.formSlide input:focus{
    border-bottom:  solid 1px #FF00FF; 
    outline: 0; 
    box-shadow:  0 2px 6px -8px rgba(#FF00FF, .45);    
}

.formSlide .floating-label {
    position:  relative; 
    margin-bottom:  5px; 
}


.formSlide .floating-label label {
    position:  absolute; 
    top: calc(50% - 7px);
    left:  5px; 
    opacity:  0; 
    transition:  all .3s ease; 
}

.formSlide .floating-label input:not(:placeholder-shown) {
    padding:  20px 0px 2px 5px; 
}

.formSlide .floating-label input:not(:placeholder-shown) + label {
    transform:  translateY(-10px); 
    opacity:  1; 
    font-size: x-small;
    color: #4BC3FF;
}

.formSlide label.labelCheck{
    font-size:  12.5px; 
    color:  #000;
    opacity:  1;
    font-weight:  400;     
    padding-left: 20px;
    padding-top: 11px;
}

.floating-button {
    /*    margin-left: 200px; */
    text-align: right;    
}

.formSlide fieldset{
    box-shadow: 10px 10px 21px 0px #969696;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #f9f9f9;    
}

.imgPoint, .infoPoint{
    float: left;
}

.infoPoint{
    padding-left: 3px;
}

.session {
    display:  flex; 
    flex-direction:  row; 
    width:  auto; 
    height:  auto; 
    margin:  auto auto; 
    background:  #ffffff; 
    border-radius:  4px; 
    box-shadow:  0px 2px 6px -1px rgba(0,0,0,.12);
}

.formSlide button, button {
    width: auto;
    /*     min-width: 100px; */
    border-radius: 1.3em; /*20px;*/
    text-align: center;
    padding: 10px 25px;
    margin-top: 5px;
    /*    background-color: #0497f9; */
    /*    background-color: white;*/
    color: white;
    font-size: 14px;
    /*  margin-left: auto; */
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 4px 15px -1px rgba(0,0,0,0.75);    
    border: none; /*1px solid black;*/
    transition: all .3s ease;
    outline: 0;
}

.formSlide button:hover {
    transform: translate(-2px, -2px);
    box-shadow: 0 2px 6px -1px rgba(182, 157, 230, 0.65);
    box-shadow: 2px 4px 15px -1px rgba(0,0,0,0.45);       
    /*    background-color: #0066CC; */
}

.green{
    background-color: #75D9AE;
}

.green:hover{
    background-color: #54987B;
}

.blue{
    background-color: #0497f9;
}

.blue:hover{
    background-color: #0066CC;
}

.red{
    background-color: #ED118D;
}

.red:hover{
    background-color: #CC117B;
}

.exclam:before{
    content: "\2757";
    padding-right: 10px;
}

.formSlide button:hover:active {
    transform: scale(0.99);
}

div.richText-toolbar ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;    
}
