/* What's new page styles.

   developer:   marionm
   requires:    Normalize
                /language/css/language.css.en
   ========================================================================== */

/* header
   ========================================================================== */

#header { position: relative; }

#header nav {
    float: right;
    width: 210px;
}

#header nav > a {
    color: #636363;
    display: block;
    float: right;
}

#header nav > a:hover { color: #f77700; }

#header nav a.new-functions {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

#header nav a.new-features:hover > *,
#header nav a.new-features.active > * {
    background: url('/language/new-in-11/img/icon-down.png') no-repeat 285px 6px;
    background-size: 10px 7px;
    color: #f77700;
}
#header nav a.new-functions:hover > *,
#header nav a.new-functions.active > * {
    background: url('/language/new-in-11/img/icon-down.png') no-repeat 240px 6px;
    background-size: 10px 7px;
    color: #f77700;
}
.mini-m.left-50{
     margin-left:65px;

}
#header nav .left-10 img {
    margin: 1px 14px 0 0;
}
.mini-m.left-10{
     margin-left:10px;

}
.mini-m.left-57{
 	margin:0 0 10px 57px;
    border-bottom: 1px solid #ddd;
    padding-bottom:23px;
    width:270px;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
#header nav a > div {
    float: right;
    line-height: 1;
    margin-bottom: 20px;
    width: 295px;
}
#header nav a.new-functions > div{
   
}
#header nav a.for-existing-users > div {
    margin-bottom: 10px;
	width: 340px;
}
span.space-top-10{
	padding-top: 10px;
}
.language span:nth-child(2){
}

.left-57 span:nth-child(2){ 
	padding: 0 0 0 3px;
	vertical-align: top;
}
#header nav  .mini-m.language img{
	margin-right: 14px;
}
#header nav img {
    display: block;
	margin: 1px 9px 0 0;
}

#header p {
    background: #fff;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px 0;
    max-width: 590px;
}

#header nav + p {
    color: #f77700;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}
#header .new-functions {
    color: inherit;
    cursor: pointer;
}

#header .new-functions-list {
    background: #fff;
    border: 1px solid #f77700;
    box-shadow: 0 0 10px #ddd;
    box-sizing: border-box;
    display: none;
    padding: 5px 0;
    position: absolute;
    right: 38px;
    top: 260px;
    width: 210px;
}

#header .new-functions-list a {
    color: #535353 !important;
    display: block;
    font-size: 16px;
    padding: 5px 20px;
}

#header .new-functions-list a:hover {
    background: #f2f2f2;
    color: #f77700 !important;
}
#header .new-features {
    color: inherit;
    cursor: pointer;
}

#header .previous-features {
    background: #fff;
    border: 1px solid #f77700;
    box-shadow: 0 0 10px #ddd;
    display: none;
    padding: 5px 0;
    position: absolute;
    right: 38px;
    top: 295px;
    width: 210px;
}

#header .previous-features a {
    color: #535353;
    display: block;
    padding: 5px 20px;
    width: 100%;
}

#header .previous-features a:hover {
    background: #f2f2f2;
    color: #f77700;
}

#header .previous-features hr { margin: 5px 20px; }

#header .previous-features hr + div {
    color: #636363;
    font-size: 11px;
    line-height: 1.2;
    margin: 10px 20px;
}

/* features
   ========================================================================== */

#featured .column:not(:last-child) {
    padding-bottom: 40px;
    padding-right: 30px;
    vertical-align: top;
    width: 330px;
}

#featured .column:last-child {
    padding-bottom: 40px;
    vertical-align: top;
    width: 300px;
}

#featured img { border: 1px solid #ddd; }

#featured .h3,
#featured .h4 { color: #dd1100; }

#featured ul,
#featured li { list-style: none; }

#featured li {
    line-height: 1.2;
    padding: 3px 0;
}

#featured li a {
    color: #444;
    font-size: 16px;
}

#featured li a:hover { color: #f77700; }