body, html {
    height: 100%;
}

p{color:#545454; text-align: justify}
h3, h4 {
    font-size: 19px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;}


pre{
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


table.nfpa-diamond {
    background-image: url('../img/chemicals/nfpa.png');
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 16px;
    font-family: sans-serif;
    width: 75px;
    height: 75px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.nfpa-diamond td {
    padding: 0 !important;
    border: none;
    width: 33%;
    height: 33%;
    text-align: center !important;

    /* padding: .78571429em; */
    /* text-align: inherit; */

}

.section-seperator{
    min-height: calc( 100% - 300px);
}


.rounded-button{
    border-radius: 3px;
    padding: 5px 10px;

    bottom: 10px;
    position: absolute;
}


.styled_div {
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
}




.sm-margin-b-500 .field_contents{
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}


.title{
    text-align: left;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}


.no_border{
    border-left: 0 !important;
    padding-left: 0 !important;

}

.no_margin{
    margin: 0 !important;
 }

.small_margin{
    margin: 10px 0 !important;
}





.arrow_item{
    color: #26BFAA;
    font-size: 20px;
    /*line-height: 0;*/
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}



.btn-green-bg
{
    background: -webkit-gradient(linear, left top, left bottom, from(#06964b), to(#0cca3f));
    background: linear-gradient(#06964b, #0cca3f);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.btn-green-bg.focus,.btn-green-bg:focus,.btn-green-bg:hover
{
    background: -webkit-gradient(linear, left top, left bottom, from(#0fbd62), to(#1fe454));
    background: linear-gradient(#0fbd62, #1fe454);
    cursor: pointer;
    border-right-color: #ccc;
}



.popup-download {
    width: 46px;
    height:44px;
    padding: 2px;
    position: absolute;
    top: -17px;
    left: 5px;
    text-align: center;
    border-radius: 5px;
    background: rgba(0,0,0,0.9);
    color: #fff;
    font-weight: 600;

    -webkit-box-shadow: 0px 0px 5px 1px rgba(17,235,49,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(17,235,49,1);
    box-shadow: 0px 0px 5px 1px rgba(17,235,49,1);

}

.popup-download:hover{
    color: #b0efb5;
}

.popup-download img {width:32px;
    }

.add_to_basket{
    left: 60px !important;
    padding-top: 6px;
}

.alert-success img {float:right;}

.narrow_width{
    width: 75px;
}

.clear_div{width:100%; clear: both;}

.resizable_border{

    -webkit-box-shadow: 0px 0px 3px 1px #7fd2ff;
    -moz-box-shadow: 0px 0px 3px 1px #7fd2ff;
    box-shadow: 0px 0px 3px 1px #7fd2ff;

}


@media (min-width: 1001px) and (max-width:1200px) {

}

@media (min-width: 768px) and (max-width:1000px) {
    .content-md {
        padding-top: 40px;}

    .row{
        margin: 20px 0;

    }
    
}


@media (max-width: 768px){
    .content-md {
        padding-top: 20px;}


    .row{
        margin: 5px 0;

    }
}

.err{
    color: #FF0000;
    font-size: 20px;
    margin: 0 5px;
}

.info{
    color: #009839;
    font-size: 18px;
    margin: 0 5px;
}

#contact-form {
    padding: 100px 0;
    /* margin-top: 50px;*/
    background:#f9f9f9;
}
#contact-form form input,
#contact-form form textarea {
    padding: 24px 20px 0;
    border-color: #a5a5a5;
    border-radius: 5px;
    font-size: 14px;
    color: #4e4e4e;
    box-shadow: none;
}
#contact-form form input {
    margin-bottom: 15px;
    padding: 24px 27px;
}
#contact-form form textarea {
    margin-bottom: 28px;
    min-height: 172px;
    resize: none;
}
#contact-form button{float:right;}

