body, html {
    height: 100%;
    /*background: #f2f5f7;*/
}

h1 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px
}

.nav-container {
    /*background: white;*/
}

@media (min-width: 1200px) {
    .container {
        width: 1070px;
    }
}

.tabs-content > li:not(.active) .tab__content {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    animation: none !important;
    -webkit-animation: none !important;
}

.tabs-content > li.active {
    animation: none !important;
    -webkit-animation: none !important;
    backface-visibility: hidden;
}

.bar.pos-fixed {
    position: fixed;
    top: 0;
    animation: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}

textarea.form-control {
    background: #fcfcfc;
    border: 1px solid #ececec;
}

.form-control::placeholder {
    color: #b3b3b3;
    opacity: 1;
}

.content-wrap {
    min-height: 100%;
    height: 100%;
    height: auto !important;
    margin: 0 auto -120px;
}

.footer{
	padding-top: 60px;
	height: 60px;
	margin-bottom: 60px;
}

.content-wrap > .container > .container{
	margin-bottom: 60px;
}

.flexthis {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexthis .col-md-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.download-results {
    white-space: nowrap;
    border: 1px gray solid;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 3px;
    width: 93%;
    margin: auto;
}

.btn.btn--primary.downloadLink {
    width: 80%;
    padding: 0px;
    float: right;
}

@media (max-width: 575.98px) {
    .btn.btn--primary.downloadLink {
        width: 100%;
        /*height: 40px;*/
        margin-top: 10px;
    }

    #batchSubmit {
        margin-top: 10px;
    }

    .downloadResultsText {
        text-align: center;
    }

    .fileHostInfo {
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);

    }

    .server-functional {
        text-align: center;
    }

}

.results {
    margin-top: 40px;
    /*background: #8080802e;*/
    border-radius: 5px;
    border: 1px solid;
}

p.file-details {
    margin-bottom: 0px;
}

h3.file-details, h4.file-details {
    color: #4a90e2;
}

img.file-details {
    margin-left: -0.6em;
    max-width: 50%;
    margin-bottom: 0px;
}

.feature-2 i {
    float: left;
    width: 30px;
    /*padding-top: 10px;*/
}

.feature-2 .feature__body {
    float: left;
    margin-left: 20px;
}

.feature:not(.boxed) {
    margin-bottom: 25px;
}

span.file-details {
    color: #4a90e2;
}

.price-p {
    margin: 0px !important;
}

.f-premium {
    margin-bottom: 10px !important;
    text-align: left;
}

p.f-premium {
    margin-bottom: 0px;
    margin-top: 0px !important;
    text-align: justify;
}

.modal-hidden-button {

    display: none;
}

table.premium_price_table td {
    padding: 0.1em;
    text-align: left;
}

td.premium_price {
    text-align: right;
}

.premium_price > h4 {
    font-weight: 600;
    margin-bottom: 1em;
    text-align: right;
}

td.premium_price > h4 {
    text-decoration: line-through;
}

.premium_price_table.text-left > tr {
    height: 50px;
    overflow: hidden;
    display: block;
}

.img-responsive.file-details {
    margin: -30px 0px -30px 0px;
}

.server-functional {
    padding-top: 15px;
}

.small-lead {
    font-size: medium;
}

.downloadResultsText {
    word-break: normal;
    overflow: hidden;
}

.hostLink, .hostLink:active, .hostLink:visited {
    text-decoration: none;
    color: #252525;
}

.hostLink:hover {
    text-decoration: underline;
    color: #252525;
}

.host-description {
    width: 95%;
    margin: auto;
    padding-top: 20px;
}

.host-description > p {
    text-align: justify;
}
