﻿/*
    Jumpeye framework    
	Version: 1.0.0
	www.jumpeye.com
	
	Created by Jumpeye Components
 
 
    Panel style-10
*/

    .panel.style-10 {
        background           : #fff;
        width                : auto;
        border               : 1px solid #d2d2d2;
        box-shadow           : 0 3px 2px 0 rgba(0,0,0,0.15); 
        -moz-box-shadow      : 0 3px 2px 0 rgba(0,0,0,0.15); 
        -webkit-box-shadow   : 0 3px 2px 0 rgba(0,0,0,0.15);
        -moz-border-radius   : 5px; 
        -webkit-border-radius: 5px; 
        border-radius        : 5px;
    }
    
    .panel.style-10 h5 {
        position                       : relative; 
        top                            : 2px;
        width                          : auto;
        margin                         : 0px 2px; 
        padding                        : 13px 17px 16px;
        font-size                      : 18px; 
        color                          : #fff; 
        font-weight                    : normal;
        border-top-left-radius         : 5px; 
        -moz-border-radius-topleft     : 5px; 
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius        : 5px; 
        -moz-border-radius-topright    : 5px; 
        -webkit-border-top-left-radius : 5px;
    }    
    
    .panel.style-10.orange h5  { background: url(../../assets/ui/panels/style-010/orange.png); }
    .panel.style-10.green h5   { background: url(../../assets/ui/panels/style-010/green.png); }
    .panel.style-10.blue h5    { background: url(../../assets/ui/panels/style-010/blue.png); }
    .panel.style-10.purple h5  { background: url(../../assets/ui/panels/style-010/purple.png); }
    .panel.style-10.aqua h5    { background: url(../../assets/ui/panels/style-010/aqua.png); }
    .panel.style-10.magenta h5 { background: url(../../assets/ui/panels/style-010/magenta.png); }   
    
    .panel.style-10 p {
        position   : relative; 
        bottom     : 2px;
        padding    : 21px 18px 18px; 
        margin     : 0 2px 2px;
        background : #e5e5e5;
        background : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background : -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 40%);
        background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(40%,#ffffff));
        background : -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 40%);
        background : -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 40%);
        background : -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 40%);
        background : linear-gradient(top,  #e5e5e5 0%,#ffffff 40%);
        filter     : progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
        font-size  : 12px; 
        color      : #828282; 
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.68);
        line-height: 20px;   
    }