 @-webkit-keyframes invalid {
    from { background-color: #FF3000; color: white}
  to { background-color: #FF6040}
}
@-moz-keyframes invalid {
    from { background-color: #FF3000; color: white}
  to { background-color: #FF6040 }
}
@-o-keyframes invalid {
    from { background-color: #FF3000; color: white}
  to { background-color: #FF6040 }
}
@keyframes invalid {
  from { background-color: #FF3000; color: white}
  to { background-color: #FF6040 }
}
.invalid {
  -webkit-animation: invalid 2s infinite; /* Safari 4+ */
  -moz-animation:    invalid 2s infinite; /* Fx 5+ */
  -o-animation:      invalid 2s infinite; /* Opera 12+ */
  animation:         invalid 2s infinite; /* IE 10+ */
}

.container{
    margin: auto ;  
  }

.btn{
  border-radius:8px;
}
#dropbox{
   
    border: 2px dashed #707070;
    border-radius: 2px;
   /* width: 600px;    */
    height: 200px;
    margin: 10px 0px;
    text-align: center;
    padding-top: 82px;
    font-weight: bold;
    color: #6E6E6E;
    letter-spacing: 1px;
    background-color: rgb(234,234,234);     
}

#dropbox.drag {
   background-color: grey;
   border-color: green;
   color:green;
  }
  
#uploadedFiles{
    /*width: 600px;   */
    /*height: auto;   */
  /*  text-align: center;   */
}
#uploadedFiles img{
    height: 96px;     
    width: 128px;
    float: left;
    margin: 0 10px 0 0;
}

.preview{  
    border: 1px solid #CDCDCD;
    /*width: 600px;     */
    padding: 10px;
    height: auto;
    overflow: auto;
    color: #4D4D4D;
    float: left;
    box-shadow: 3px 3px 3px #888888;
    border-radius: 2px;
  }
.progress{
   height: 15px;     
  /* background-color: silver;  */
 /*  width: 490px;      */
   }
.progress span{
     background-color: blue;
     width: 10%;
     height:10px;
   }
#playlistFiles{
  margin: 10px 0 20px 0;
  
} 
#playlistFiles div{
   margin: 5px 0 0 0;
  
}    
.playlistFile{    
   word-wrap: break-word;
   word-break: break-all;
   font-size: 10px;
   text-align: center; 
   padding:0;
   
}  
.playlistFile div{
    border: 1px solid silver;
    margin: 2px;
    height: 185px;
    padding: 5px;
}
.playlistFile img{    
   width:  70px;
   clear: both;
   margin: 5px;
   float: none;
 
} 
.glyphicon {
  margin-right: 8px;
}
.playlistItem  {
   background-color: rgb(153,255,204);
   padding: 5px;
   border-radius: 5px;
 
}
.removeFile{
   margin: 2px 5px 0 0;
} 
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.player_group{

	font-weight: bold;
  background-color: lightgrey;
  padding: 5px;
}
.select, .unselect{
   margin: 0 5px 0 5px ;
   font-size:9px;
   font-weight: bold;
      
 } 
.selectAll, .unselectAll {
   margin: 0 5px 5px 0px ;
   font-size:9px;
   font-weight: bold;
      
 }
 
 #info{
   display: none;
   position:  absolute;
   top: 300px;  
   left: 30%; 
   margin: 0 auto;
   background-color: white;
   padding: 0 10px 10px 10px;
   border: 1px solid navy;
 }  
 #closeInfo{
    position: relative;
    top:-15px;
    left: 99%;
    margin: 0;
 }
 #info h2 {
    margin: -10px 0 10px 0;
 }
 .row_red{
     color: white;   
     /* border-color:red;      */
     background-color: red; 
     margin:15px;     
    /* font-weight: bold; */
 }
  .row_yellow{
     /* color: white;  */   
      background-color: yellow; 
      margin:15px;   
 }
 .row_green{
     /* color: green;   */ 
     background-color: rgb(204,255,204);
     margin:15px;   
 }
  .row_group{
      color: #9d9d9d;     
      background-color: #222222; 
      line-height:42px;
      font-size:18px; 
      font-weight: bold;
      height: 42px; 
      margin: 10px 20px 10px 30px ;
 }
 
 #playersHide{
    margin: 10px 0 0 0;
 }
 #addUrl{
      margin: 0 5px 0 5px;
 }
 #url{
    height: 32px;
 }
 .addUrl label{
  font-size:28px;
 }
.playTime, .volume{
     width:45px;
} 
.time, .vol{
  text-align: right;
}
.urlLink{
  width: 90%;
}
.plmini{
    height:40px;
}
.form-check-label{
    margin: 0 3px 0 10px;
}
.screen{
   text-align: center;
   margin: 10px 0 0 0;
   font-weight: bold;
   padding: 10px 0 0 0; 
}
.screen img{
        margin: 0 0 0px 0;
        width: 150px;
}
.group {
    margin: 5px;
    padding: 10px;
   /* background-color: rgb(255,204,51)  ;   */
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid red;
    float: none;
    clear: both;
}

.qpname{
    padding: 10px;
}
select{
  margin: 5px 0 5px 0;
}
.vylepar {
  margin: 0 0 0 0;
}
.form-my {
  margin: 0 0 0 0;
  padding:0;
}

#choosefile{
   margin: 10px 0 5px 0;
}
.takephoto{
     display: none;
}

@media (max-width: 720px) {
  .navbar, .navbar li{
       font-size: 22px;
  }
  .takephoto{
     display: block;
   }

  #dropbox {
       display: none;
  }
  #takefoto, #takefoto2 {
    height: 100px;
    padding: 40px;
    border-radius: 16px;
    margin: 0 0 10px 0;
    font-weight:  normal;
    font-size:16px;
    display: block;
  }
  
}

#userTable {
  border-collapse:separate; 
  border-spacing: 5px 5px;
}
#userTable input, #userTable select {
  width: 250px;
  height: 28px;
  border-radius:4px;
  padding: 0 0 0 5px;
}
#userTable textarea{
  width: 250px;
  border-radius:4px;
  padding: 0 0 0 5px;
}
#userTable .btnUser{
  margin: 10px 0 0 0 ;
  height: 40px;
  padding: 10px;
}

.vylep_row{
  margin: 7px 0 0px 0;
  padding: 15px;
 /* border-bottom: 1px solid gray; */
  height: auto;
  border-radius:8px;
}

.zipfile img{
   height:35px;
}
.pdffile img{
   height:35px;
}
.zipfile{
    width: 80px;
}
.pdffile{
    width: 80px;
}
.addPhoto, .bphoto{
    width: 65px;
    height: 65px;
    margin: 5px;
    border-radius: 5px;
}
.vylep_row:nth-child(even) {background: #CCC}
.vylep_row:nth-child(odd) {background: #CCf}

.servisfoto{
  margin: 0 0 0 5px;
}

.id_plochy{
    color: red;
    font-weight:500;
    font-size: 120%;
}

.spat{
    height: 65px;
    margin: 10px 0 10px 0 ;
    border-radius: 12px; 
    z-index:99;     
}

.btn_exit:hover{
     cursor: pointer;
}
.btn_ok:hover{
     cursor: pointer;
}