html {
    height: 100%;
    font-family: Verdana;
}

body {
    color: #444;
    margin: 0;
    background: linear-gradient(#888, #AAA);
    font-family: Verdana;
    font-size: 1em;        
    height: 100%;
    overflow-x: hidden;
    padding: 0;
}

a {
    color: #a57d15;
}

/**************/
/* ALIGNEMENT */
/**************/

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

/**********/
/* NAVBAR */
/**********/

.navbar-nespresso {
    background: linear-gradient(#000, #222);
    /*background-color: #222;*/
}
.navbar-brand img{
    width:140px;
}
/**************/
/* BREADCRUMB */
/**************/

.breadcrumb {
    background: linear-gradient(#222, #444);
    padding: 0px 0px 10px 20px;
    border-radius: 0px;
    font-size: 14px;
    color: #FFF;
}

.breadcrumb-item a {
    /*color: #FFF;*/
}

.breadcrumb-item.active {
    color: #888;
}


/*Menu Ovi*/

ul#ctx_menu {
    background: linear-gradient(#222, #444);
    padding: 10px 0px 10px 10px;
    border-radius: 0px;
    font-size: 14px;
    color: #FFF;
    width: 100%;
}

ul#ctx_menu li {
    display: inline-block;
    margin: 0;
    padding: 5px 10px 5px 10px;
    box-sizing: content-box;
    color:#a57d15;
    background-color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
}

ul#ctx_menu li.enabled {
    color:#000;
    background-color: transparent;
    font-weight: normal;
}

ul#ctx_menu li a {
    color: #FFFFFF;
    text-decoration: none;
}

.nespresso-login-ctn {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    max-width: 500px;

    padding: 20px;
    border-radius: 10px;
    background: rgba(40,40,40,0.2);
}

.nespresso-login-welcome {
    color: #FFF;
    margin-bottom: 20px;
    text-align: center;
}

.nespresso-login-welcome img {
    height: 80px;
}

.nespresso-login-langs {
    position: absolute;
    top: 20px;
    right: 20px;
}

.nespresso-login-forgot-pwd {
    font-size: 12px;
    font-style: italic;
}

.nespresso-login-form .input-group {
    margin-bottom: 0px;
}

.nespresso-login-captcha-ctn {
    padding: 10px;
    background-color: white;
    flex: 1 1 auto;
}


.dhxwins_vp_material div.dhx_cell_wins div.dhx_cell_cont_wins {
    /*background: linear-gradient(#CCC, #DDD);*/
}


.dhx_cell_cont_wins > div:first-child{
    /*background: linear-gradient(#FFF,#DFDFDF);*/
}
