﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}


.agl-title-medium {
    font-size: 1.5em;
}

.agl-title-small {
    font-size: 1.2em;
    line-height: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-download {
    list-style-image: url("");
}


.content-text {
    font-size: 0.9em;
}


.ul-li-arrow {
    list-style-type: none;
    padding-left: 1em;
    padding-top: 0.5em;
}


.list-download {
    list-style-type: none;
    padding-left: 1em;
}


.slider-title {
    position: absolute;
    z-index: 5;
    font-size: 2em;
    color: white;
 //   background-color: rgba(255, 255, 255, 0.10);
    top: 40px;
    left: 40px;
    padding: 20px;
    font-weight: 900;
}

.slider-text {
    position: absolute;
    z-index: 5;
    font-size: 1.1em;
    background-color: rgba(112, 104, 104, 0.50);
    border-radius: 20px;
//    background-color: rgba(255, 255, 255, 0.30);
    color: white;
    top: 150px;
    left: 40px;
    padding: 20px;
    max-width: 550px;
    font-weight: 600;
}


.margin-left-0
{
    margin-left: 0;
}
.product-sidebar-info{
    padding: 20px;
}

.product-sidebar-info i 
{
    margin-right: 10px;
    line-height: 25px;
}

.margin-left-10 {
    margin-left: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

footer a {
    color: #000;
    font-size: 1em;
    padding: 0;
    margin: 0;
}


.agl-footer{
    background-color: #F3F3F3;
    margin-top: 60px;
    border-top: 2px inset #143C7D;
    padding-top: 30px;
}

.bold-hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

.center-box {
    margin-left:auto; 
    margin-right: auto;
}