/* What's new page styles.

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

.table > *,
.heirs-table > * > *,
.table-row > *,
.heirs-table-row > * > * {
    display: table;
    width: 100%;
}
   
   
/* 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-54{ margin-left:54px;}
#header nav .left-54 img {
    margin-right: 16px;
}
.mini-m.left-57-thin{ margin-left:57px;}
.mini-m.left-57{
 	margin:0 0 10px 57px;
    border-bottom: 1px solid #ddd;
    padding-bottom:23px;
    width:320px;
}
.mini-m.bottom-7{
	margin-bottom: 7px;
}
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{
	margin-bottom: 4px;
}
#header nav  .mini-m.language img{
	margin: 0 14px 0 36px;
}
#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 p.top {
    color: #ef4900;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
	max-width: 87%;
}
#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;
	z-index: 10;
}

#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: 435px;
    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;
}
#header nav .blog-announcements {
	width: 340px; 
	float: right; 
	line-height: 1;
}

#header nav .blog-announcements img{
	margin: 1px 5px 0 0;
}

#header nav .blog-links {
	padding-left: 35px; 
	display: block;
}

#header nav .blog-links a{
	font-weight: 700; 
	color: #f77700;
}

#header nav .blog-links a:hover {
	color: #dd1100;
}

/* 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 #c7c7c7; }

#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; }

#featured .knowledgebase img {
    margin: 0 5px 6px 0;
	border: 1px solid #c7c7c7;
    box-sizing: border-box;
	display: inline;
}

#featured  .no-header{ margin-top: 24px; }