.fv-container {
  border: 1px solid #cccccc;
  width: 942px;
  margin-top:20px;
}

.fv-container > table > tbody > tr {
    height:30px;   
}

.fv-container > table > tbody > tr > th {
    text-align:left;   
    padding-left:5px;
}

.fv-container > table > tbody > tr > td {
    padding-left:5px;
}

#frmExport input, .btnBack, #divContainerFooter input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #ff6b00;
  border-color: #ffa666 #e66100 #bf5000;
  border-image: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  width: auto;
}

#divContainerFooter input {
    margin-left:50px;
    width:150px;
}

.btnMessageYes,.btnMessageCancel {
    display:inline; 
    position:absolute;   
}

.btnMessageYes input,.btnMessageCancel input {
    width:150px;    
}

.btnMessageYes {
    right:50px;    
}



.btnBack {
    width:150px;
    box-shadow:none;
    margin:20px;
}

div.roweven,.fv-container table > tbody > tr.roweven {
  background-color: #ffffff;
  min-height: 25px;
  overflow: visible;
  vertical-align: middle;
  width: 100%;
}

div.rowodd,.fv-container table > tbody > tr.rowodd {
  background-color: #f2f2f6;
  min-height: 25px;
  overflow: visible;
  vertical-align: middle;
  width: 100%;
}

.width50p {
  width: 50%;
}

.floatLeftBold {
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 5px 5px;
  vertical-align: middle;
}

.floatLeftText {
  border-left: 1px solid #f2f2f6;
  float: left;
  font-size: 11px;
  font-weight: normal;
  padding: 5px;
}


.clear {
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
}


.edition2012 {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 12px;
  padding: 0 10px;
  text-align: center;
  width: 170px;
}

.edition img, 
.edition2012 img {
  padding-top: 5px;
}


.footer-button {
    background-color:#DCDDDD;
    height:80px;
}

.footer-button input[type="submit"]{
    margin:40px 0 0 10px;
}

.footer-button input[type="checkbox"]{
    margin-left:10px;
}


/*Popup-Formular*/
#divTopform {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  color: black;
  display: none; 
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}


/*#divForm,#divForm2 {
  background-color: #FF6A00;
  margin: 50px auto;
  position: relative;  
  border-radius:15px;
  box-shadow: 3px 3px 3px #888;    
    
}

.clsForm,.clsForm2 {
  z-index: 2000;
}

#divForm2 {
    width:600px;
    height:150px;    
    
}

#divTopform2 {
  background: transparent none repeat scroll 0 0;
  background: rgba(78,76,76,0.7);
  bottom: 0;
  color: black;
  display: block; 
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}


.clsHeaderTitle {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height:25px;
  padding: 10px 0 0 20px;
  border-radius:15px 15px 0 0;
  background-color:#FF6A00;
  
}


.clsClose {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: -20px 10px 10px -5px;
  overflow: hidden;
  text-align: right;
  text-indent: -99em;
  top: 0;
  z-index: 100;
}

.clsClose a,.clsClose a:hover {
    color:#FFF;
    text-decoration:none;
}

.clsClose2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: -30px 10px 10px -5px;
  overflow: hidden;
  text-align: right;
  text-indent: -99em;
  top: 0;
  z-index: 100;
}

.clsClose2 a,.clsClose2 a:hover  {
    color:#FFF;
    text-decoration:none !important;
}




#divContainer {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: -moz-use-text-color #FF6A00 #FF6A00;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 10px 10px;
  height: 150px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  border-radius:0 0 15px 15px;
  box-shadow: 3px 3px 3px #888;
  border: 10px solid #FF6A00;
  border-top:none;
}

#divContainer p {
    font-size:100%;
    padding:0 20px;
}


#divContainerFooter {
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  bottom:0;
}*/


select:required:invalid {
color: #939393;
}


.status {
    display: block;
    border: 1px solid; 
    font-weight:bold;
    padding:0 5px 0 5px;
    border-radius:5px;
}

.status.error {
    background-color:#FFBABA;
    color:#D8000C;
    
}

#spnWaitDesktop,#spnWaitMobile,#spnWaitExport {
    margin-left:15px;
    position:absolute;
    margin-top:30px;
    float:right;
    display:none;
}



.error {
    border:1px solid red !important; 
}

.fv-produkte label
{
    display:inline;
}




.testversionsform input[type="button"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #ff6b00 -moz-linear-gradient(center top , #ff730d, #f26600) repeat-x scroll 0 0;
  border-color: #ffa666 #e66100 #bf5000;
  border-image: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  width: auto;
}


/*Setzt das fastviewer-logo in die rechte obere Ecke*/
#fastviewer-logo img {    
    height:90px;
    position:absolute;
    right:25px;
    top:0px;   
}


/*Setzt das fastviewer-Symbol in die linke untere Ecke*/
#fastviewer-symbol img {  
    right:0;
    bottom:42px;    
    position:absolute;
    
}



.fvChoiceProduct {
    padding:7px 0 12px;
}

/*Anpassungen für das Formular in der Lightbox*/





/*Meldungsfenster nach Generierung der Testversion*/
.ui-dialog
{
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: #e1e2e0 -moz-linear-gradient(center top , #e9eae9, #d3d4d4) repeat-x scroll 0 0 !important;    
    border-color: #e3e4e3 #d3d4d4 #bec0c2 !important;
    border-image: none !important;
    border-style: solid !important;
    border-radius: 6px !important;  
    border-width: 1px !important;
    color: #787980 !important;
    margin: 0 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    padding:0 !important;
}

.ui-dialog-titlebar {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: #e1e2e0 -moz-linear-gradient(center top , #e9eae9, #d3d4d4) repeat-x scroll 0 0 !important;
    border-color: #e3e4e3 #d3d4d4 #bec0c2 !important;
    border-image: none !important;
    border-style: solid !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-width: 1px !important;
    color: #787980 !important;
    font-size: 1.3em !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 10px !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.ui-dialog .ui-dialog-content {
  -moz-border-bottom-colors: none !important;
  -moz-border-left-colors: none !important;
  -moz-border-right-colors: none !important;
  -moz-border-top-colors: none !important;
    
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.3em !important;
  background-color:#FFF !important;
  padding:30px 0 0 60px !important;
  color:#525252 !important;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.ui-dialog .ui-dialog-content > h2 {
    color:#fc6b00;
    font-weight:bold;
    margin-bottom:30px;
}


.ui-dialog .ui-dialog-content > p {
    padding-right:100px;   
}

.ui-dialog-titlebar-close {
    border-radius: 5px !important; 
}
.ui-button-text-only
{
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;     
}

.ui-dialog-buttonset button {
    background:#F76B05 !important;
  border-color: #ffa666 #e66100 #bf5000 !important;
  border-image: none !important;
  border-style: solid !important;
  border-width: 1px !important;
  color:#FFF !important;
  width:96px;
  height:54px;
  font-weight:bold !important;
}

/*Titelzeile des Meldungsfensters wird ausgeblendet*/
.ui-draggable .ui-dialog-titlebar {
    display:none !important;
}

.ui-dialog-buttonpane {
  border:none !important;
}


.ui-dialog {
    border-radius:10px !important; 
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2) !important;
    border-color: #e3e4e3 #d3d4d4 #bec0c2 !important;
}



.ui-widget-header {
    border:none !important;
}
.ui-widget {    
    font-family: 'Open Sans', sans-serif !important;
}

.ui-dialog-buttonpane {
    margin-top:0 !important;
    border-color: #e3e4e3 #d3d4d4 #bec0c2 !important;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

/*Social Media Buttons im Formular bei erfolgreicher Anforderung der Testversion*/

.smbbox {
    overflow:hidden;
    margin-top:20px;
}

.smbbox ul.sbm {
    margin: 30px 0 0 -30px;
}

.smbbox ul.sbm li {
    background-image: none;
    display: inline;
    float: left;
    line-height: 1em;
    margin: 0 5px 0 0;
    padding: 0;
    width: auto;    
}







.btnTestversion.mobile input {
    width:100%;
}

.btnTestversion.mobile {
    display:none;
}


#frmLicenseGenerator > h2, #frmTeilnahmeMeeting > h2 {
    color:#FF6B00;
}

#frmTeilnahmeMeeting {
    float: left;
    width: 200px;
    margin: 0 0 0 30px;
}

#frmTeilnahmeMeeting input[type="submit"] {
    width:200px;
    background-color:#77787F !important;
    border-color:#77787F !important;
    
}

#frmLicenseGenerator input[type="submit"] {
    width:365px;
}


#frmTeilnahmeMeeting input[type="submit"], #frmLicenseGenerator input[type="submit"]{    
    font-size:18px !important;
    white-space:pre-line;
}


#divUebersetzungen input[type="text"] {
    width:500px;   
}

.checkbox.server {
    float:left;    
    position:relative;
}

.checkbox.server img {
    margin-left:8px;
    margin-top:4px;
    position:absolute;
}

/*Box mit dem Button zur Anforderung der Testversion*/
.box .inner p {
    color:#717784;    
}


/*Button zur Anforderung der Testversion*/
.box .inner .btnTestversion {
    text-align:center;
    margin:-3px 0 7px 0px;
    
}

.box .inner input[type="button"] {
    height:45px !important;
}

.box .inner input[type="button"],.btnTestversion input[type="submit"] {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-weight: bold;
    color:#FFF !important;  

	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
    
    text-transform:uppercase ;
    cursor:pointer !important;
    font-size:14px !important;  
    line-height: 1.2;
    text-align: center !important;
    text-shadow: 1.414px 1.414px 0px rgba(0, 0, 0, 0.34) !important;    
    
    -webkit-appearance:none;
 
}

.box .inner input[type="button"]:hover {
/*Box mit dem Button zur Anforderung der Testversion*/
  
  
}







.sprachauswahl {
      box-shadow: 3px 3px 3px #888;
      width:24px;
      height:20px;
}

.btnExportdatei input{
    background-color:#e66100;
}

#divLanguageMessage {
    height:20px;
    margin:10px 0 -20px 0;
    font-weight:bold;
    color:green;
    display:none;

}






 .fastviewer-form {
    border:1px solid #c9cacc; 
    border-radius:10px;
    padding:34px 40px 40px 38px;
    margin-top:-75px;
    
}

.fastviewer-form a {
    text-decoration:underline;
    color: #717784;
}



.fastviewer-form a:hover {
    text-decoration:none;
}

.fastviewer-form h2 {
    padding-bottom:30px;
    color:#FF6B00;
}

.fastviewer-form .testversionsform {
    padding:7px 0 0 0;
}

.fastviewer-form input[type="text"],.fastviewer-form input[type="email"],.fastviewer-form input[type="submit"] {
    width: 545px !important;
}

.fastviewer-form select {
    width: 562px !important;
    line-height:38px;
    font-size:14px;
}

.fastviewer-form #divAnrede,.fastviewer-form #divFirma,.fastviewer-form #divVorname,.fastviewer-form #divNachname,.fastviewer-form #divEmail {
    display:block;
}


.fastviewer-form #divEmail {
    clear:both;
}

.fastviewer-form .btnTestversion {
    margin-top:13px;
}

.fastviewer-form .btnTestversion input[type="submit"]{
    height:75px !important;
    width:558px !important;
}

#divLabelMeeting {
    margin:10px 0 0 20px;
}


.fastviewer-form > div {
    margin-top: -28px;
}



.fvChoiceProduct {
    margin-left:-5px;
    width:100%;   
    padding:0; 
}


























/*Anforderungsformular der 30-Tage- Testversion*/


.testversionsform h1 {    
  color:#ff6b00;
  margin-top:50px;
}



.testversionsform div
{
    margin-top:2px;
}

.testversionsform
{    
    
    padding-left:50px;
}

.radio.server
{
    margin-left:-10px;
    display:block;
}

.clsChoiceServer {
    padding-bottom:0px;       
    border-top:1px solid #dadbd8;
    margin-left:5px;    
    margin-top:4px !important;
    padding-top: 5px;
    height:40px;
}

.clsChoiceServer span {
    margin-left:-8px;
}

.chkFields {
    margin-top:10px !important;
}


.testversionsform.lightbox #frmLicenseGenerator {
    border-right: 1px solid #DaDBD8;
    width: 400px;
    margin-left:10px;
    float:left;
}



.testversionsform.lightbox .clsChoiceServer {
    width: 395px;
}

.testversionsform.no-lightbox .clsChoiceServer {
   width: 645px ; 
}

.testversionsform a {
    color:#494b52;
    text-decoration:underline;
}

.testversionsform a:hover {
    text-decoration:none;
}

/* Lightbox wird angepasst */
.testversionsform.lightbox {
    margin-top:25px;
}


.testversionsform.lightbox #frmLicenseGenerator > h2,.testversionsform.lightbox #frmTeilnahmeMeeting > h2 {
    margin-bottom:25px !important;
    margin-top:0;
    font-weight:bold;
    font-size:23px;
}

.testversionsform.lightbox #frmTeilnahmeMeeting > h2
{
    line-height:22px;
}

.testversionsform.lightbox input[type="text"],.testversionsform.lightbox input[type="email"] {
    width:352px;
}

.testversionsform.no-lightbox input[type="text"],.testversionsform.no-lightbox input[type="email"] {
    width:545px;
}

.testversionsform input[type="submit"] {
    height:60px;
    margin-top:10px;
}

.testversionsform.lightbox input[type="submit"] {
    width:365px;
}

.testversionsform.no-lightbox input[type="submit"] {
    width:545px;
}

.testversionsform select {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;    
    line-height:38px;
    height: 43px;
    margin-bottom:10px;
}

.testversionsform.lightbox select {
    width:367px;
    color:#939393;
    font-size:14px;
}


.testversionsform.no-lightbox select {
    width:560px;
    color:#939393;
}

.testversionsform.lightbox #divLabelMeeting {
    display:none;
}

.testversionsform.no-lightbox #divLabelMeeting {
    display:block;
}


/*Formular (ohne Lightbox) wird angepasst */
.testversionsform.no-lightbox #frmLicenseGenerator > h2 {
    margin-top:20px !important;
    margin-bottom: -5px !important;
}

.testversionsform input[type="text"],.testversionsform input[type="email"] {
    height:32px;
    border-radius:5px;    
}


/*Rahmen wird entfernt*/
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display:none;
}  

#cboxClose{
    right:10px !important;
    bottom:10px !important;
} 

#cboxContent {
    border-radius:10px;
}

#cboxContent {
    overflow:visible !important;
}

#cboxOverlay {
    opacity:0.98 !important;
}

#cboxLoadedContent{ 
    height:700px !important;    
}


@media screen and (max-width: 900px) {
        /*Hinweistext für die Erklärung der eigenen Serverlösung (Grafik) wird entfernt*/
        .checkbox.server img {
            display:none;
        }
        
        #colorbox, #cboxContent, #cboxLoadedContent{
            width:100% !important;
        }
        
        #cboxWrapper {
            width:95% !important;
            background-color:#fff;
            border-radius:10px;
            margin-left:1%;
        }
        
        .testversionsform.lightbox .clsChoiceServer {
            width:98% !important;
        }
        
        .testversionsform.lightbox #frmLicenseGenerator {
            width:95%;
        }
        .testversionsform.lightbox input[type="text"], 
        .testversionsform.lightbox input[type="email"] {
            width:90%;
        }
        
        .testversionsform.lightbox select {
            width:50%;
        }
        
        #frmLicenseGenerator input[type="submit"] {
            width:90% !important;
        }
}


@media screen and (max-width: 599px) {

    
    .btnTestversion.mobile {
        display:block !important;
    }  
    .btnTestversion.desktop {
        display:none !important;
    }   
    
    .testversionsform input[type="text"],.testversionsform select {
        width:90%;        
    }
    
    #fastviewer-symbol img {
        display:none;
    }
    
    #fastviewer-logo img {
        position:relative;
        top:-20px;
        margin-left:10px;
    }
    
    #colorbox  {
        top:10px !important;
        left:10px !important;
        right:10px !important;
    }
    
    .testversionsform {
        padding-left:10px;
    }
    
    /*Oberer Abstand der Überschrift wird entfernt*/
     
    .testversionsform h1 { 
        margin-top:-20px;
    }
    
    .radio.server {
        margin-left:5px !important;
        margin-bottom:20px
    }

    .clsChoiceServer input[type="radio"] {
        margin-left:0;
    }
    /*Zeilenumbruch wird erzwungen*/
    .clsChoiceServer label::after {        
        content: "\A";
        white-space: pre;
    }
    
    #serverNo {
        margin-left:2px !important;
    }
    
    .fastviewer-form {
        margin-top:0 !important;
    }
    
    .fastviewer-form input[type="text"], 
    .fastviewer-form input[type="email"], 
    .fastviewer-form input[type="submit"] {
        width:90% !important;
    }    
    
    .fastviewer-form select {
        width:50% !important;
    }        
    
    #frmLicenseGenerator input[type="submit"] {
        width:90% !important;
    }
    
    
}


    .btnTestversion.mobile {
        display:block;
    }  
    .btnTestversion.desktop {
        display:none;
    }   
    
.selectColor {
    color:#494b52 !important;
}

.clsMessageError a,.clsMessageSuccess a {
    color:#ff6b00 !important;
}