body{
  margin:0; 
  padding:0; 
  background-color: #4d4d4d;
  color: #353535;
}
.clear{
  clear: both;
}
.decoration{
  text-decoration: underline;
}
/*.scroll-en{
  overflow-y:scroll;
}
.scroll-dis{
  overflow-y:hidden;
}*/

  .tabelInscriere, 
  .wrapcontent{
    width:48%;
    height:380px; 
    min-height:380px; 
    border: 1px solid #d1d1d1;     
    margin-top:15px;     
    background-color: #ffffff;
    /*overflow-y: scroll;*/
    font-size: 12px;
  }
  .tabelInscriere{
    float: right;
    margin-right: 15px;
    overflow: hidden;    
  }
  .wrapcontent{
    float: left;
    margin-left:15px;    
  }
    .content{       
      padding: 10px;
      padding-bottom: 0; 
      text-align: justify;
    }
    .content .wrap-blockqoute{
      padding-bottom: 5px; 
      border-bottom: 1px solid #D1D1D1; 
      position: relative;
    }
      .content blockquote{
        margin:0; 
        padding: 0; 
        float: left; 
        width: 70%;
        font-style: italic;
        font-size: 12px;
        color: #555;
        line-height: 14px;
        min-height: 42px;
      }
      .content .wrap-blockqoute .logo{
        display: block;
        position: absolute;
        top: -10px;
        right: 0;
        width: 50px;
        height: 50px;
        background: transparent url(../logo.png) no-repeat top left;        
        text-indent: -999999px;
      } 
      .content .header h1,
      .content .header h2{font-size: 14px; }

         .content p{ font-size: 12px;}
          .content p i{font-size: 11px; color: #555;}

        .content table td{border-spacing: 10px;}
          .content table span{font-size:13px;}
            .content ul{margin:0; padding-top: 0; padding-left: 18px;}
              .content ul li{margin: 0; padding: 0; font-size: 13px; }
                .content li i{font-size: 11px; color: #555;} 
      
      .content div.footer{ 
        font-size: 10px; 
        margin-top: 12px; 
        padding-top: 7px; 
        border-top: 1px solid #D1D1D1;
      }
        .content div.footer i{color: #555;}
  
  .tabelInscriere h1{font-size:14px; padding-left: 15%;}
  .tabelInscriere #formular{
    padding:0 10px 10px 90px; 
    padding-top: 0; 
    padding-left: 15%; 
    margin-top: -5px; 
    line-height: 13px; /*max-height:360px; overflow-y:auto;*/
  }
    .tabelInscriere .ss-item{
      float:left; 
      clear:both; 
      border-bottom: 1px solid #D9D9D9;
      padding-bottom: 6px;
      padding-top: 7px;
      width: 80%;
    }        
      .tabelInscriere label{
        width: 160px; 
        float: left; 
        font-size: 12px; 
        font-weight: bold;
      }
      .tabelInscriere .ss-required-asterisk{color: #CE3530; font-size: 15px;}
      
      .tabelInscriere input, 
      .tabelInscriere select, 
      .tabelInscriere textarea{ 
        height: 21px; 
        padding: 0; 
        margin: 0; 
        padding-left: 5px;         
        -webkit-border-radius: 2px; 
        -moz-border-radius: 2px;
        border-radius: 2px; 
        border: 1px solid #B0B0B0;
        background-color: #f8f8f8;
        font-size: 11px;                
      }
      .tabelInscriere input:focus, 
      .tabelInscriere select:focus, 
      .tabelInscriere textarea:focus{background-color: #fcfcfc;}
      
      .tabelInscriere input{line-height: 21px;}
      .tabelInscriere label.error{
        width: 100%;
        color: #CE3530; 
        padding-top: 4px;
        font-size: 10px;
        font-style: italic;
      } 
      
      .tabelInscriere select{
        height: 23px; 
        padding-bottom: 3px; 
        padding-top: 3px;
      }

      .tabelInscriere textarea{
        height: 40px; 
        width: 220px; 
        padding: 5px; 
        resize: none; 
        overflow: auto;
      }
      
      .tabelInscriere .ss-navigate input {
        padding: 1px 12px;
        margin: 0;
        height: 31px;
        border: 0px;
        cursor: pointer;        
        color: #ffffff;
        font-size: 13px;
        font-weight: bold;
        /*font: bold 13px/18px "Trebuchet MS";*/
        float: right;
        background-color: #CE3530;        
        -webkit-box-shadow: inset 0px -3px 10px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 0px -3px 10px rgba(0,0,0, 0.4);
        box-shadow: inset 0px -3px 10px rgba(0, 0, 0, 0.4);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);        
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; 
        clear: both;       
        transition: background-color 0.25s ease-in-out;
        -moz-transition: background-color 0.25s ease-in-out;
        -webkit-transition: background-color 0.25s ease-in-out;
        -o-transition: background-color 0.25s ease-in-out;
      }
      .tabelInscriere .ss-navigate input:hover,
      .tabelInscriere .ss-navigate input:active{
        background-color: #AC2B28;
      }
              
        .tabel{
          width: 97.4%;
          margin: 10px auto; 
          padding: 0; 
          border: 1px solid #D1D1D1; 
          margin-top: 10px;
          margin-left: 15px;
          margin-right: 15px;
        }    
          .tabel iframe{
            width: 100%;
            height: 450px;
            border: none; 
            padding: 0; 
            margin: 0; 
            margin-bottom: -5px; 
            background: #eeeeee;
          }

@media screen and (max-width: 1230px) {  
  .wrapcontent, .tabelInscriere{overflow-y: scroll; }
}
@media screen and (max-width: 850px) {  
  .wrapcontent, .tabelInscriere{overflow-y: scroll; width:100%; float: none; margin-left:15px; margin-right:15px;}
  
}

#thanks{
    width:500px; 
    /*height:100px;*/ 
    border: 1px solid #d1d1d1;     
    margin: 200px auto;     
    background-color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;  
}
#thanks span{
  float:right; 
  font-style: italic; 
  font-size: 11px;
}
#thanks i{font-size: 10px; color: #595959;}
