* { border: 0; margin: 0; padding: 0; }
html { height: 100% }
body { background: #e5e7ea; font-size: 100.01%; text-align: center; background-attachment: fixed; font-size: 1em; font-family: Arial, Helvetica, sans-serif;}

p, h1, h2, h3, h4, h5, ul, ol, fieldset, img { margin-bottom: 12px; }
h1, h2, h3, h4, h5, strong, b { font-weight: bold; }

h1 { font: normal 2.2em/120% "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif; color: #5dab4b; padding-top: 8px; }
h2 { font: normal 1.5em/120% Arial, Helvetica, sans-serif; color: #666666; }
h3 { font-size: 1.2em; padding-top: 8px; }
h4, h5 { font-size: 1em; }

a:link, a:visited { color: #c00; text-decoration: none; outline: 0; }
a:hover, a:active { color: #c00; text-decoration: underline; outline: 0; }

:focus { outline: 0; -moz-outline-style: none; }

button, .pd-button, .pd-button-small, .pd-button-color, .pd-button-color-small
{ /*background: #efefef;*/ }

button, .pd-button, .pd-button-small
{ border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    background: #efefef; /* for non-css3 browsers */
    background: linear-gradient(top, #FFFFFF, #EFEFEF);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#EFEFEF'); zoom: 1; /* Für Internet Explorer 5.5 - 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#EFEFEF)"; /* Für Internet Explorer 8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF)); /* for webkit browsers */
    background: -moz-linear-gradient(center top,  #FFFFFF,  #EFEFEF); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #FFFFFF,  #EFEFEF); /* for Presto (Opera etc) */
    border: 1px solid #CCCCCC; cursor: pointer; overflow: visible; padding: 0.3em 0.7em 0.3em 0.7em;
    vertical-align: middle; white-space: nowrap; outline: none;
    display: inline-block;
}
button:active, button:hover, button:focus, .pd-button:active, .pd-button:hover, .pd-button:focus,
.pd-button-small:active, .pd-button-small:hover, .pd-button-small:focus
{
    box-shadow: 0 0 3px #999; -moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999;
    border-color: #999999;
    background: #efefef; /* for non-css3 browsers */
    background: linear-gradient(top, #FFFFFF, #EFEFEF);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#EFEFEF'); zoom: 1; /* Für Internet Explorer 5.5 - 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#EFEFEF)"; /* Für Internet Explorer 8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF)); /* for webkit browsers */
    background: -moz-linear-gradient(center top,  #FFFFFF,  #EFEFEF); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,  #FFFFFF,  #EFEFEF); /* for Presto (Opera etc) */
}
@-moz-document regexp(".*") { /* Selector um Line-height-Bug in Firefox zu fixen */
    button, .pd-button { padding-top: 0.2em; }
    .pd-button-small { padding-top: 0em; }
}

a.pd-button, a.pd-button-selected { color: #535557 !important; }
a.pd-button-color { color: #fff !important; }
a.pd-button:hover, a.pd-button:active, a.pd-button-selected:hover, a.pd-button-selected:active { color: #535557 !important; text-decoration: none !important; }

/* neuer oranger Button */

.orange-button-big,
.orange-button-small {
    display: block;
    border: 2px solid #f29400;
    color: #f29400 !important;
    font-size: 24px;
    text-align: center;
    padding: 10px 10px 8px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    cursor: pointer;
    margin:2px;
}
.orange-button-small {
    font-size: 15px;
    padding: 8px 10px;
}
.orange-button-small span {
    display: inline-block;
    text-align: left;
}

.orange-button-big > span.none_bg:before,
.orange-button-small > span.none_bg:before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 25px;
    background: none;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;

}
@media only screen and (max-width: 480px) {
    .orange-button-big > span.none_bg,
    .orange-button-small > span.none_bg {
        font-size: 15px;
        text-align: left;
        padding-left: 0px;
        font-weight: bold;
    }
}
.button-bar {
 margin:  5px 5px 5px;
}

.p50 {
  float: left;
  width:50%;
}

.margin-top { margin-top: 8px !important; }

.pdf-page {
  display: inline-block 
}

#progress { height: 2px; width: 100%; z-index: 10; position: relative; }
#progress span { display: block; height: 2px; width: 0; background-color: #0c0; }

div.fileinfo > div > span { display: inline-block; min-width: 100px; }
div.pdf-preview img { margin-bottom: 0; }

.panel { padding: 10px;  }
#pdf-import-result {display:inline-block; font-size:0.75em; text-align:left}