﻿/*
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 : 13-nov-2015, 8:59:15
    Author     : llvila
*/

.uppercase {
    text-transform: uppercase;
}

.item_material_card {
    height: 100px;
    width: 80px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.item_material_imatge {
    height: 75px;
}

    .item_material_imatge > img {
        width: 100%;
        height: 100%;
    }

.item_material_text {
    font-size: 9px !important;
    margin-bottom: 0px;
    margin-top: 3px;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

.min-contingut {
    min-height: 400px;
}

.text-main-menu {
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.img-responsive-center {
    display: inline;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 40px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
    }

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
}

.title-block {
    color: #bdbdbd;
    font-size: 12px;
    margin-top: 48px;
    text-transform: uppercase;
}

.title-field {
    font-weight: bold;
    font-size: 12px;
    margin-top: 8px;
    color: #555;
}