/*
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 : 18/03/2017, 18:59:44
    Author     : Claudio
*/

.grad, .grad2{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9d0d8+0,c7dde1+59,ffffff+100 */
    background: rgb(169,208,216); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(169,208,216,1) 0%, rgba(199,221,225,1) 59%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(169,208,216,1) 0%,rgba(199,221,225,1) 59%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(169,208,216,1) 0%,rgba(199,221,225,1) 59%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d0d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
