 main, section,footer {
    margin: 0 auto;
    max-width: 1440px;
    box-sizing: border-box;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #005957;
}

::selection {
    color: #fff;
    background: #005957;
}

/* !!! DUBLIRANO */

a.button.excel {
    border: none;
    background-color: #1CC664;
    color: #fff;

    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    padding: 5px 20px ;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;

    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease; /* IE10 is actually unprefixed */
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;

    -webkit-appearance: none;

    background-image: url(../svg/excel.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left 10px;
    padding: 7px 20px 7px 40px;
}

a.button.excel:hover {
    background-color: #1098EB;
    background-image: url(../svg/excel.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left 10px;
}

/*.bg {
    background: #fff;
    border-bottom: 5px solid black;
    height: 56px;
}*/

ul {
    color: #555;
   font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
}


/*PERSONAL INPUT*/

.input-item input[type="text"]{
    padding: 5px 15px;
    font-size: 14px;
    border: 2px solid #c12130;
    border-radius: 4px 4px 0 0 ;
}

/******/

.pages { padding: 20px 0; }

.back {
    background: #fff;
    border: 1px solid #d8d8d8;
}

.back h4 {
    margin: 0;
    color: #c12130;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    line-height: 22px;

}

