/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-panel-box-white {
padding: 19px;
background: #fff;
color: #666666;
position: relative;
border: 1px solid #b6b6b6;
border-radius: 0;
transition: all 0.12s ease-in-out;
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
box-shadow: 0 0 4px rgba(126, 125, 125, 0.6);
-moz-box-shadow: 0 0 4px rgba(126, 125, 125, 0.6);
-webkit-box-shadow: 0 0 4px rgba(126, 125, 125, 0.6);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.uk-panel-box-whiter {
    padding: 20px;
    background: #e7e7e7;
    color: #666666;
    position: relative;
    border: 2px solid #fff;
    border-radius: 0;
    transition: all 0.12s ease-in-out;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;}

.uk-panel-box-randlos {
    padding: 20px;
    color: #666666;
    position: relative;
    transition: all 0.12s ease-in-out;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    border: 1px solid #8a8a8a;
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.8);
    background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(250,250,250,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(250,250,250,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(250,250,250,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(250,250,250,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed', GradientType=1 );
}

.uk-panel-box .uk-nav-side > li > a {
    padding-right: 40px;
    padding-left: 40px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #ffffff;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 0px;
    padding-bottom: 4px;
    margin-top: 0px;
    line-height: 40px;
    margin-bottom: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('http://vipet-shipping-service.de/images/BUTTONBACK.png');
  width: auto;
border-color: transparent;
  }

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
    background: rgba(0, 0, 0, 0);
        background-image: none;
        background-repeat: repeat;
        background-size: auto auto;
    color: #bdbdbd;
    outline: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('http://vipet-shipping-service.de/images/BUTTONBACK2.png');
    width: auto;
}
