body {
    margin: 0 auto;
    max-width:1024px;
}

.modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    height:auto;
}

.modal-content a {
    font-weight:bold;
    text-decoration: none;
    color:#067ECE;
}

.modal-content a:hover {
    color:red;
}

#content a {
    font-weight:bold;
    text-decoration: none;
    color:#067ECE;
}
#content a:hover {
    color:red;
}

.imgSectionHeader {
    margin-left:auto;
    margin-right: auto;
    display:block;
    margin-top:32px;
}

.modal-body {
    margin-left:8px;
    margin-right: 8px;
}

.formPhoneField {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.actionDetailImg {
    cursor: pointer;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.blueBorder {
    border-color:#067ECE;
}

.actionDetailImgCommentInfo {
    width:24px;
    height:24px;
    position:absolute;
    top:50%;
    left:50%;
    z-index:1;
}

#actionDetailPhotos {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.actionComments {
    margin-top:24px;
}

.actionCommentsImg {
    display:block;
    margin:auto;
    cursor: pointer;
}

.actionCommentsImgCommentInfo {
    width:24px;
    height:24px;
    position:absolute;
    left:50%;
    z-index:1;
}

#divEmoticons {
    margin-top:4px;
    display:block;
}

#divEmoticons span {
    cursor:pointer;
    font-size: larger;
    margin:4px;
}

header {
    margin-top: 32px;
    width:1024px;
}

#mainContainer {
    display: flex;
    width:1024px;
}

#menu {
    width:224px;
}

#menu img {
    vertical-align: top;
}

#content {
    width:100%;
    margin-left:16px;
    margin-right:16px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

#uvod span {
    font-weight:bold;
}

#nahodnaFotka {
    width:33%;
    display:flex;
    justify-content: center;
}

.progress {
    margin: 15px;
}

.progress .progress-bar.active {
    font-weight: 700;
    animation: progress-bar-stripes .5s linear infinite;
}



.dotdotdot:after {
    font-weight: 300;
    content: '...';
    display: inline-block;
    width: 20px;
    text-align: left;
    animation: dotdotdot 1.5s linear infinite;
}

@keyframes dotdotdot {
  0%   { content: '...'; }
  25% { content: ''; }
  50% { content: '.'; }
  75% { content: '..'; }
}

/*body section {*/
    /*border-style: dotted;*/
/*}*/

/*body div {*/
    /*border-style: dotted;*/
/*}*/

/*body span {*/
    /*border-style: dotted;*/
/*}*/
