#EdtabForm #sentstatus { background: none repeat scroll 0 0 rgba(0,0,0, 0.70);
      	                      
              height: 90px;
              overflow: visible !important;
	      position: fixed;
	      top: 0px;
	      
	      width: 50%;
	      z-index: 1;9999;

	                          
              transition: all 0.8s ease 0s;
              
              opacity: 0;
              right: 0;
  
	      
	   } 
	   
#EdtabForm #sentstatus h1 { text-align: center:
	      font-size: 2em;
	      font-weight: bold;
	      color: white;
	      width: 100%;
	       text-align: center;

}

#EdtabForm #sentstatus h1.error { color: red }



.boxx { overflow: hidden; border: 0px solid red}

.boxx-title { font-size:2em; display:block;clear:both}



/* =====================================================================================
   FORMULARZE
   ===================================================================================== */
   
#contactForm { width:100%}   
   
.boxx input[type="text"], .boxx input[type="email"], .boxx textarea {
    background: none repeat scroll 0 0 #ECF1F4;
    border: 1px solid #B5C9D4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(25, 62, 83, 0.1) inset, 0 0 0 1px rgba(155, 180, 195, 0.3);
    color: #3E7EA0;
    font-size: 12px;
    hhhhheight: 18px;
    padding: 6px 15px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
    wwwwwwwwwidth: 235px;
}

.boxx input[type="text"]:focus, .boxx input[type="email"]:focus, .boxx textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #9BB4C3;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 0 0 8px rgba(30, 73, 96, 0.1);
    outline: medium none;
}



.boxx .lajn { margin: 5px 0px}
.boxx .boxx-line { float: left; clear: both ; bborder: 1px solid}

.noclear { clear: none!important}



.boxx .edpolex { pposition: absolute; left:20%; float: left; margin: 10px; }

.boxx .vertical .edpolex { clear: both!important}
.boxx .vertical .edpolex label { float: left }
.boxx .vertical .edpolex .polex { float: left }



.btn {  -moz-user-select: none;
        background-image: none;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }

.btn:focus, .btn:active:focus, .btn.active:focus {  outline: thin dotted;
                                                    outline-offset: -2px;
                                                }
                                                                .btn:hover, .btn:focus {
                                                                    color: #333333;
                                                                        text-decoration: none;
                                                                        }
                                                                        .btn:active, .btn.active {
                                                                            background-image: none;
                                                                                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
                                                                                    outline: 0 none;
                                                                                    }
                                                                                    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
                                                                                        box-shadow: none;
                                                                                            cursor: not-allowed;
                                                                                                opacity: 0.65;
                                                                                                    pointer-events: none;
                                                                                                    }
                                                                                                    
    

.btn-success {
    background-color: #5CB85C;
        border-color: #4CAE4C;
            color: #FFFFFF;
            }
    
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
      background-color: #47A447;
      border-color: #398439;
      color: #FFFFFF;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
      background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
      background-color: #5CB85C;
      border-color: #4CAE4C;
}

.btn-success .badge {
      background-color: #FFFFFF;
      color: #5CB85C;
}
                                                
    
                                                                                                    
.glyphicon-plus:before { content: "+";  }
.glyphicon { display: inline-block;
             font-family: 'Glyphicons Halflings';
             font-style: normal;
             font-weight: 400;
             line-height: 1;
             position: relative;
             top: 1px;
            }                                                                                                    
            
            
@-moz-keyframes progress-bar-stripes {
0% {
    background-position: 40px 0;
    }
100% {
    background-position: 0 0;
    }
}

.progress {  background-color: #F5F5F5;
             border-radius: 4px;
             box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
             height: 20px;
             margin-bottom: 10px;
             margin-top: 10px;
             overflow: hidden;
          }
                                
.progress-bar {  background-color: #428BCA;
                 box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
                                            color: #FFFFFF;
                                                float: left;
                                                    font-size: 12px;
                                                        height: 100%;
                                                            line-height: 20px;
                                                                text-align: center;
                                                                    transition: width 0.6s ease 0s;
                                                                        width: 0;
                                                                        }
                                                                        .progress-striped .progress-bar {
                                                                            background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
                                                                                background-size: 40px 40px;
                                                                                }
                                                                                .progress.active .progress-bar {
                                                                                    animation: 2s linear 0s normal none infinite progress-bar-stripes;
                                                                                    }
                                                                                    .progress-bar-success {
                                                                                        background-color: #5CB85C;
                                                                                        }
                                                                                        .progress-striped .progress-bar-success {
                                                                                            background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
                                                                                            }
                                                                                            .progress-bar-info {
                                                                                                background-color: #5BC0DE;
                                                                                                }
                                                                                                .progress-striped .progress-bar-info {
                                                                                                    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
                                                                                                    }
                                                                                                    .progress-bar-warning {
                                                                                                        background-color: #F0AD4E;
                                                                                                        }
                                                                                                        .progress-striped .progress-bar-warning {
                                                                                                            background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
                                                                                                            }
                                                                                                            .progress-bar-danger {
                                                                                                                background-color: #D9534F;
                                                                                                                }
                                                                                                                .progress-striped .progress-bar-danger {
                                                                                                                    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
                                                                                                                    }            





.files { margin: 0 0 0 0px;
         wwwidth: 590px;
         padding: 20px 20px 40px 20px;
         border: solid 2px #ccc;
         background-color: #F5F5F5;
         min-height: 240px;
         position: relative;
         
        }
            
.files { -moz-box-shadow: 0 0 16px #ccc;  }
                                
.filePreview { list-style: none;
               padding: 0;
               margin: 0;
             }
             
.filePreview li { margin: 0;
                  padding: 10px 0;
                  margin: 0;
                  overflow: visible;
                  bbbborder-bottom: solid 1px #ccc;
                  position: relative;
                  float: left;
                }
                                                                                                    
.filePreview li img { wwwidth: 120px;
                      border: solid 1px #999;
                      padding: 6px;
                      margin: 0 10px 0 0;
                      background-color: #eee;
                      display: block;
                      float: left;
                    }
                    
.filesHiddenTextArea { display: none; visibility: hidden}                    
        
.files div.icons { clear:both}
                                                                                                                                                                                                    
.files div.icons a { pposition: absolute;
          color: #333;
          text-decoration: none;
          bottom: -20px;
          display: block;
          float: left;
          text-align: center;
          wwidth: 100%;
        }
                                                                                                                                                                                                                            
.remove:hover { color: #16F015;  }
                                                                                                                                                                                                                                
.loader { position: absolute; bottom: 10px; right: 0;
                color: green;
                }
                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                .loadingIndicator {
