/* New In 11 page styles.

   @file        new-in-11.css.en
   @author      marionm
   ========================================================================== */

/* mini grids
   ========================================================================== */

.mini,
.heirs-mini > *,
.mini-b,
.heirs-mini-b > *,
.mini-m,
.heirs-mini-m > *,
.mini-t,
.heirs-mini-t > * {
    display: block;
    page-break-inside: avoid;
    width: 100%;
}

.mini > *,
.heirs-mini > * > *,
.mini-b > *,
.heirs-mini-b > * > *,
.mini-m > *,
.heirs-mini-m > * > *,
.mini-t > *,
.heirs-mini-t > * > * {
    display: table-cell;
    vertical-align: top;
}

.mini-b > *,
.heirs-mini-b > * > * { vertical-align: bottom; }

.mini-m > *,
.heirs-mini-m > * > * { vertical-align: middle; }

.mini-t > *,
.heirs-mini-t > * > * { vertical-align: top; }

.mini-collapse > *,
.heirs-mini-collapse > * > * {
    display: block;
    width: 100%;
}


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

#header { padding-bottom: 40px; }

#heading h2 {
    color: #d51100;
    font-size: 45px;
    font-weight: 400;
    line-height: 47px;
}

#header { position: relative; }

#header nav {
    float: right;
    font-size: 16px;
    width: 210px;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
#header nav > a {
    color: #636363;
    display: block;
    float: right;
}

#header nav > a:hover { color: #f77700; }
.new-in-11 .mathematica span:nth-child(2){ padding: 7px 0 0 8px;}
.left-57 span:nth-child(2){ 
	padding: 0 0 0 5px;
	vertical-align: top;
}
#header nav  .mini-m.mathematica img{
	margin-right: 7px;
}
.mini-m.left-50{ margin-left:25px;}
.mini-m.left-57{
	margin: 0 0 10px 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom:20px;
    width: 280px;
}
.mini-m.border-bottom{
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
	margin: 0px 0 5px 5px;
	width: 280px;
}
#header nav a.new-features:hover > *,
#header nav a.new-features.active > * {
    background: url('/mathematica/new-in-11/img/icon-down.png') no-repeat 300px 6px;
    background-size: 10px 7px;
    color: #f77700;
}
#header nav a.new-functions:hover > *,
#header nav a.new-functions.active > * {
    background: url('/mathematica/new-in-11/img/icon-down.png') no-repeat 300px 6px;
    background-size: 10px 7px;
    color: #f77700;
}
#header nav .mathematica img{
	margin-right: 10px;
}
#header nav a > div {
    float: right;
    line-height: 1;
    margin-bottom: 20px;
    width: 330px;
}
#header nav a.width-288 > div {
    width: 288px;
}

#header nav a.for-existing-users > div.mathematica {
    width: 369px;
}
#header nav a.new-functions > div{
    margin-bottom: 0;
}
#header nav a.for-existing-users > div {
    margin-bottom: 10px;
    width: 340px;
}

#header nav img {
    display: block;
    margin: 1px 14px 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: 10px 0;
    position: absolute;
    right: 60px;
    top: 297px;
    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;
    box-sizing: border-box;
    display: none;
    padding: 5px 0;
    position: absolute;
    right: 60px;
    top: 340px;
    width: 210px;
}

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

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

/* featured new areas
   ========================================================================== */

#featured h2 {
    margin: 0 0 0px 0;
    color: #f71900;
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
}

#featured .table {
    display: table;
}

#featured .row { display: table-row; }

#featured .column {
    box-sizing: border-box;
    padding: 0 20px 0 0;
    width: 345px;
}

#featured .column.right {
    padding: 0;
    width: 325px;
}

#featured .column.left.more-space {
    padding-right: 13px;
    width: 363px;
}

#featured .column img {
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-top: 50px;
}

#featured p.description {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 45px;
}

#featured h3 {
    margin: 10px 0;
    color: #393939;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

#featured h3 span {
    margin: 0 0 0 5px;
    color: #de4800;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: super;
}

span.bigger-span {
    margin: 0px 0 0 5px!important;
    vertical-align: bottom!important;
    font-size: 20px!important;
}

#featured ul { padding: 0 0 0 0; }

#featured .last ul { padding: 0; }

#featured li {
    padding: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

#featured.width { padding-bottom: 100px; }

#featured p {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}