/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 3, 2014, 11:24:32 AM
    Author     : funday3
*/

#side-menu a {
    color: #ffffff;
}

#side-menu a:hover {
    color: #cccccc;
    text-decoration: none;
}

#side-menu {
    background-color: #1d480e;

    color: #ffffff;
    font-size: 18pt;
    font-weight: 300;
    padding: 0 20px;
    margin-bottom: 30px;
}

#side-menu .menu-title {
    font-weight: 800;
    font-size: 13pt;
    text-transform: uppercase;
    padding: 10px 0;
}

#side-menu ul {
    list-style: none;
    margin: 0 -20px;
    padding-left: 30px;
}

#side-menu .category {
    padding: 10px 0;
    font-size: 13pt;
}

#side-menu .sub-menu {
    background-color: #5A8B49;
    margin: 0 -20px;
    padding: 0 20px;
    font-size: 12pt;
}

#side-menu li {
    padding: 5px 0;
    font-size: 11pt;
}

#side-menu .active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#side-menu .glyphicon {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


#title-bar {
    background-color: #211400;
    height: 50px;
}

#title-bar h1 {
    color: #ffffff;
    font-size: 16pt;
    font-weight: 800;
    text-transform: uppercase;
    margin: 15px 0;
    text-align: center;
}

#carousel-col {
    padding: 0;
    margin-top: 15px;
}

#description, #parameters {
    margin-top: 15px;
    font-size: 13pt;
    font-weight: normal;
}

#parameters {
    background-color: #4f473a;
    padding: 10px 15px;
    color: #ffffff;
}

#parameters table {
    font-size: 10pt;
    font-weight: 300;
    text-align: center;
}

#parameters td, #parameters th {
    padding: 3px;
}


.product-panel img {
    padding: 7px;
}

.product-panel h5 {
    padding: 0 15px;
}

.product-col {
    padding: 5px;
}

.product-row {
    margin-top: 20px;
}

.product-row a:hover {
    text-decoration: none;
}

.pdf-col {
    padding-top: 15px;
}

.pdf-logo {
    height: 20px;
    width: 20px;
}

.product-image {
    height: 140px;
    margin-bottom: 10px;
}

.product-image-lg {
    height: 144px;
}

.product-image-md {
    height: 207px;
}

.product-image-sm {
    height: 183px;
}

.product-image-xs {
    max-height: 265px;
}