@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:100,300);



#pdfCombiner {

    font-family: 'Alegreya Sans', sans-serif;

    width: 615px;

    margin: auto;

    text-align: center;

    position: relative;

    background-color: #F7F7F7;

    border: 1px solid #F1F1F1;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    padding: 15px;

}

#pdfCombiner p {

    margin: 20px 0 40px;

    font-size: 48px;

}

#pdfCombiner div.pdf-file {

    border: 1px solid lightgray;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    margin-bottom: 10px;

    padding: 5px;

    background-color: white;

}

#pdfCombiner div.pdf-file input {

    color: gray;

    padding: 5px;

    margin-left: -340px;

}

#pdfCombinerSubmit {

    width: 150px;

    margin: auto;

    margin-top: 15px;

    display:inline-block;

    color:#ffffff;

    font-family:Arial;

    font-size:15px;

    font-weight:bold;

    font-style:normal;

    height:50px;

    line-height:50px;

    text-decoration:none;

    text-align:center;

    outline: none;

}

#pdfCombinerSubmit:hover {

    background-color:#378de5;

}

#pdfCombinerSubmit:active {

    position:relative;

    top:1px;

}

#pdfCombinerAddNew{

   position: absolute;

/*right: 35px;*/

border: 1px solid #DDDDDD;

background-color: #8DD105;

color: white;

border-radius: 50%;

width: 16px;

height: 16px;

font-weight: bold;

font-size: 24px;

padding: 8px;

margin: 0;

line-height: 16px;

cursor: pointer;

}



#pdfCombinerReset{

position: absolute;

border-radius: 50%;

height: 16px;

font-weight: bold;

font-size: 14px;

margin: 0;

line-height: 16px;

cursor: pointer;

color: red;

text-decoration: underline;

}



#pdfCombinerAddNew:hover{

    background-color: #92DA00;

}

#pdfCombinerReset {

    right: 15px;

}

#pdfCombinerErr, #pdfCombinerStatus {

    color: red;

    margin-top: 5px;

    display: none;

}

#pdfCombinerStatus {

    color: black;

}



h2{

font-size: 48px;

color: #7E7E7E;

margin-bottom:10px;

}