body {
    position:relative;
    /*background: linear-gradient(to right,#00717f,#0096a1);*/
    background-image: url("images/background.jpg");
    background-size:cover;

    margin:0;
    min-height:100vh;

    font-family: 'Source Sans Pro', sans-serif;

    padding-bottom:80px;
}

.whiteTitle {
  color: white;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.white{
    color:white;
}

#content{
    max-width:970px !important;
}


@media (min-width: 1024px) {
    footer{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .nod32CoverMiddle {
        margin-top:50%;
    }
}

#topbar {
    background-color:rgba(0,0,0,0.5);
    padding: 8px;
}

#content {
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    padding: 15px;

    max-width:800px;
}

input {
    font-family: 'Source Sans Pro', sans-serif;
}

footer {
    background-color:rgba(255,255,255,0.3);
    margin: 0;
    padding-top: 10px;
    color: black;
}

.submitButton {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border: 0;
    margin: 5px;
    padding: 5px;
    font-weight: bold;

    padding-left: 10px;
    padding-right: 10px;
}

.nod32Cover {
    height:250px;
}

.conditions{
    width: 100%;
    height: 40vh;
	min-height:150px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

    background-color: white;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    font-weight: normal !important;
    color: black;
    text-align: left;
    padding: 5px;

    overflow-y: scroll;
}

.stepDescription{
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.companyNameBox{
    display: inline;
    color:white;
    padding-left:3px;

    /*border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;*/

    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    font-weight: bold;
}

.invalid-feedback{
    padding: 5px;
    margin-top: 0px;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    color: #ff0000;
    font-weight: bold;
    font-size: 14px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.invalid-feedback-alert{
    padding: 5px;
    margin: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    color: #ff0000;
    font-weight: bold;
    font-size: 14px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

#receiptPreview{
    max-width: 100%;
}

.red{
    color: red;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
}

.center{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.bold {
  font-weight: bold;
}

.title{
  font-weight: bold;
  font-size:22px;
  color: black;
  -webkit-text-stroke: 0.5px white;
}

.infoBox{
    background-color: rgba(255,255,255,0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 5px;
}

#showReceipt{
    display:none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    background-color:rgba(0,0,0,0.5);
}

#imgReceipt{
    max-height: 100vh;
    max-width: 100vw;
    z-index:2000;
}

.message{
    background-color: darkblue;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.error{
    background-color: darkred;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.smallTag{
    font-size:10px;
    background-color: #101010;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    padding:4px;
    padding-left: 10px;
    padding-right: 10px;
}

.inputTable{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.inputTable td{
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}

.inputTable input{
    width: 300px;
}
