body {
    background-color: #fff;
    color: #4f5051;
}

li {
    font-size: 14px;       
}

.bodytext {
    font-size: 14px;  
    color: #4f5051;
    line-height: 20px;
}

.specialbold {
    font-weight: 700;
    color: #626467;
}

.wingdingsymbols {
    font-family: wingdings;
    font-size: 15px;
}

.tscplayer_inline {
	width: 500px;
	height: 300px;
}

.monospace {
   color: #212529;
}

code {
    font-size: 90%;
    color: #212529;
    word-break: break-word;
}

.navbar {
    background-image: url('../images/MITBackground.png'), 
    /*linear-gradient(90deg, rgba(37,148,161,1) 0%, rgba(28,137,150,1) 100%); */
    /*background: rgb(1,106,119); */
    linear-gradient(90deg, rgba(1,106,119,1) 0%, rgba(68,184,197,1) 100%);
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 15px;
}

.navbar-aut {
    background-image: url('../MIABackground.png'), 
    linear-gradient(90deg, rgba(1,106,119,1) 0%, rgba(68,184,197,1) 100%);
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 15px;
}

.navbar-wsftp {
    background-image: url('../WSFTPBackground.png'), 
    linear-gradient(90deg, rgba(1,106,119,1) 0%, rgba(68,184,197,1) 100%);
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 15px;
}

.navbar-outlk {
    background-image: url('../MITBackground.png'), 
    linear-gradient(90deg, rgba(1,106,119,1) 0%, rgba(68,184,197,1) 100%);
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 15px;
}

.navbar .container { padding: 0; }

.story-badge {
    font-size: 13px;
    font-weight: 500;
    color: #868e93;
    margin-bottom: 20px;
}

.story-badge img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

main {
    margin-top: 60px;
}

.pageHeader {
    height: 110px;
}

.siteTitle {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
}

.siteDescription {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}

.col-md-1 {
    padding: 0;
}

.col-md-8 {
    background: #fff;
    padding: 0 20px 20px 20px; /* padding between the three columns */    
}


/* DATE BOX */


.datebox {
    background: #58a018;
    padding: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 18px;
    border-bottom: 10px solid #ccc;
    border-radius: 6px;
}

.datebox p.datebox-month {
    font-size: 12px;
}

.datebox p.datebox-day {
    font-size: 22px;
}

.datebox p.datebox-year {
    font-size: 12px;
}

/* NAVIGATION   */

.sidenav { 
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    top: 120px;
}

.sidenav-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #868e93;
    margin-bottom: 8px;
}

.page-title {
    color: #007b89;
}

.releaseversion {
    font-weight: 300;
    font-size: 18px;
    font: #666;
}

.releaseversion-updated {
    font-weight: 300;
    font-size: 18px;
    font: #666;
	color: #198592
}

#toc a {
    font-size: 12px;
   /* line-height: .75; */
}

/* unvisited link */
#toc a:link {
    color: #219ca5;
}

/* visited link */
#toc a:visited {
    color: #219ca5;
}

/* mouse over link */
#toc a:hover {
    color: #08a3bc;
}

/* selected link */
#toc a:active {
    color: #219ca5;
}

.toc-vert-spacing {
    line-height: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}

.toc-vert-spacing-secondary {
    line-height: 16px;
    margin-bottom: 8px;
    margin-left: 16px;
    font-weight: 400;
}


/* LINK STYLING*/

.offset {
  padding-top: 50px;
  margin-top: -50px;
  display: inline-block;
}

a:link {
    color: #219ca5;
}

/* visited link */
a:visited {
    color: #219ca5;
}

/* mouse over link */
a:hover {
    color: #08a3bc;
}

/* selected link */
a:active {
    color: #219ca5;
}

/* CONTENT STYLING*/
h1 {
   font-size: 24px;
   font-weight: 390;
   color: #4f5051;
   border-bottom: 1px solid #ccc;
   margin-top: 80px;
   padding-bottom: 1px;
}

h2 {
    font-size: 20px;
    font-weight: 500;
    color: #117c89;
   /* margin-bottom: 20px; */
    margin-top: 50px;
}

h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    color: #696c6d;
    margin-top: 50px;
    margin-bottom: 10px;
    
}

.graphiccenter {
    margin-left: 0px;
}

.graphicLeft {
    margin-left: 0px;
    width: 90%;
}

ul.listbullet2 {
    display: list-item;
    padding: 0;
    color: #696c6d;
    margin-left: 1.5em;
    list-style-type: disc;
}

.listbullet2 {
    display: list-item;
    padding: 0;
    color: #696c6d;
}

.storytitle-secondary {
    font-weight: 600;
    font-size: 14px;
    color: #696c6d;
}

h4 {
    font-weight: 600;
    font-size: 14px;
    color: #696c6d;
    margin-top: 50px;
    margin-bottom: 10px;
}

.alert-orange-text {
    font-weight: 600;
    color: #f26d00;
}

.icon-large-alert {
    width: 48px;
    height: 48px;
    display: inline-block;
}

.version-list .bodytext {
    margin-bottom: 0;
    line-height: 1.36;
}

.version-list {
    margin-bottom: 20px;
}


img.largethumbnail {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

img.thumbnail {
    width: auto;
    height: auto;
    border: 1px solid #ccc;
}


section {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.lead {
    line-height: 1.36;
}

/* Table Styling */

.tablebodytext {
    font-size: 13px;       
}


.tablelistbullet {
    font-size: 13px;
    margin-left: 9px;
    padding-left: 0px;
}

table.tableintopic {
    border-collapse: collapse;
}


table, th, td {
    border: 1px solid #cad5d8;
}

td {
    padding: 10px;
     vertical-align: baseline;
    font-size: 12px;
}

.tableheadingcenter {
    font-size: 13px;
    font-weight: 700;
   
}

.tableheadingcenter {
    color: #4f5051;
}

.tableheading {
    font-size: 13px;
    font-weight: 700;
  /* color: #4f5051; */
    color: #5b5c5e;
}

.tableheadingdark {
    font-size: 13px;
    font-weight: 700;
    color: #4f5051;
	text-align: bottom;
	padding-left: 10px;
	padding-top: 10px;

}


tr:first-child {
 
}

tr:nth-child(even) {
    background: #FFF;
}

tr:nth-child(odd) {
    background: #f7f8f9;
}

th {
    background: #e2e7e8;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
}


.tablebodytextcenter {
    font-size: 12px;
}

.releasetableicon {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}

.categorycell {
    font-size: 12px;
    width: 150px;
    color: #868e93;
    font-weight: 500;
}

.itemcell {
    font-size: 12px;
    width: 120px;
}


/* Table Badges */

.badge-fixed {
    border: 1px solid #58a018;
    border-radius: 3px;
    color: #fff;
    padding: 2px 6px 2px 20px;
    background: #58a018 url("../uipics/I_Checkmark_White_14px.svg") no-repeat 2px 4px;
    background-size: 14px 14px;
    height: 24px;
    display: inline-block;
    margin-bottom: 5px;
}

.badge-improved {
    border: 1px solid #c4308c;
    border-radius: 3px;
    color: #fff;
    padding: 2px 6px 2px 20px;
    background: #c4308c url("../uipics/I_Bolt_White_14px.svg") no-repeat 2px 4px;
    background-size: 14px 14px;    
    height: 24px;
    display: inline-block;
    margin-bottom: 5px;
}

.badge-new {
    border: 1px solid #08a3bc;
    border-radius: 3px;
    color: #fff;
    padding: 2px 6px 2px 20px;
    background: #08a3bc url("../uipics/I_Star_White_14px.svg") no-repeat 2px 4px;
    background-size: 14px 14px;    
    height: 24px;
    display: inline-block;
    margin-bottom: 5px;
}


.linkiconleft {
    width: 14px;
    height: 14px;
    margin-top: -4px;
    margin-right: 5px;
    border: 0;
}

.linkiconright {
    width: 14px;
    height: 14px;
    margin-top: -4px;
    margin-left: 8px;
    border: 0;
}



/* Caution Boxes     */
.boxcaution, 
.boxzlistcaution, 
.boximportant,
.boxzlistimportant,
.boxwarning,
.boxzlistwarning 
{
    border: 1px solid #fabb17;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 10pt;
    border-radius: 4px;
    margin-top: 20px;
}

.boxnote, .tablenote {
    border: 1px solid #8dd0d7;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 10pt;
	border-radius: 4px;
}

.tablenote {
    border: 1px solid #8dd0d7;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 10pt;
	margin-top: 10px;
	border-radius: 4px;
}

.boxtip {
    border: 1px solid #a4b63f;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 10pt;
	border-radius: 4px;
}

.boxzlisttip, .boxlisttip {
    border: 1px solid #a4b63f;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 10pt;
	margin-top: 10px;
	border-radius: 4px;
}

.boxzlistnote, .boxlistnote {
    border: 1px solid #8dd0d7;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 10pt;
	margin-top: 10px;
	border-radius: 4px;
}

.boximportant, .boxzlistimportant {
	background: url(../images/important.gif) #fff4b6 no-repeat 8px 8px;
}

.boxwarning, .boxzlistwarning {
	background: url(../images/warning.gif) #DDDDDD no-repeat 8px 8px;
}

.boxcaution, .boxzlistcaution {
	background: url(../images/caution.gif) #DDDDDD no-repeat 8px 8px;
}

.boxnote,.boxzlistnote, .tablenote {
	background: url(../images/note.gif) #ddf4f4 no-repeat 8px 8px;
}

.boxtip, .boxzlisttip, .boxlisttip {
	background: url(../images/tip.gif) #edf3cb no-repeat 8px 8px;
}

.figurescaptioned {
	font-style: italic
}






