html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }

body { line-height: 1 }

ol, ul { list-style: none }

blockquote, q { quotes: none }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  font: 100% "roboto", "Trebuchet MS", sans-serif;
  background-color: #e8e8e8;
}

a { text-decoration: none; }

/**
 * Hidden fallback
 */


/**
 * Styling navigation
 */

header {
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(#264b71,#1a2a42);
  display: block;
}

/**
 * Styling top level items
 */

.nav a, .nav h3 {
  display: block;
 padding: .85rem;
  color: #fff;
  background-color: #151515;
  box-shadow: inset 0 -1px #1d1d1d;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  margin: 0;
  font-size: 14px;
}

.nav a:focus, .nav a:hover, .nav h3:focus, .nav h3:hover {
  color: rgba(255, 255, 255, 0.5);
  background: #030303;
}

.nav h3 { cursor: pointer; }

/**
 * Styling first level lists items
 */

.group-list a, .group-list h3 {
    padding: 8px 27px;
    background: #252525;
    box-shadow: inset 0 -1px #373737;
    color: #eee;
}

.group-list a:focus, .group-list a:hover, .group-list h3:focus, .group-list h3:hover { background: #131313; }

/**
 * Styling second level list items
 */

.sub-group-list a, .sub-group-list h3 {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;
}

.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list h3:focus, .sub-group-list h3:hover { background: #232323; }

/**
 * Styling third level list items
 */

.sub-sub-group-list a, .sub-sub-group-list h3 {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list h3:focus, .sub-sub-group-list h3:hover { background: #333333; }

/**
 * Hide nested lists
 */

.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
}



/**
 * Rotating chevron icon
 */

h3 > span {
  float: right;
}

/* .nav__list input[type=checkbox]:checked + h3 > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
 */

/* Custom css */

nav.nav {
    float: left;
    display: block;
    width: 220px;
    position: absolute;
    left: 0;
    background: #111;
}

div#content {
    height: 100%;
    display: block;
    padding: 44px;
    box-sizing: border-box;
    margin-left: 220px;
    background: #fff;
}

.svc_box {
	clear:both:
	display: block;
	margin: 20px;
	width: 960px;
	height:420px;
	border: 3px solid #294055;
}
.svc_menu {
	float: left;
	height: 420px;
	width: 224px;
}
.svc_menu a {
	display: block;
	height: 70px;
	background: url("images/nts-svc-btn.jpg") no-repeat 0 0;
	line-height: 70px;
	color: #fff;
	text-decoration: none;
	transition: .3s ease background;
	text-indent: 20px;
}
.svc_menu a:hover {
	background: url("images/nts-svc-btn.jpg") no-repeat -266px 0;
}

header {
	padding: 30px;
	/* box-sizing: border-box; */
	/* float: left; */
	/* width: 100%; */
	min-height: 75px;
}

header div, header h1, header h2,header h3, header h4, header h5 {
	line-height: 78px;
	float: left;
	display: block;
	color: #fff !important;
	margin: 0 20px 0 0;
	padding: 0;
}


a.btn-dl {
	background: linear-gradient(#264b71,#1a2a42);
	padding: 12px 20px;
	clear: both;
	width: auto;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 13px;
	margin: 0 0 10px 0;
}
a.btn-dl.off {
	background: linear-gradient(#ddd,#eee);
}
a.btn-dl .fa {
	font-size: 11px;
	margin: 0 8px 0 0px;
}



.downloads h3 {
    margin: 42px 0 6px 0px;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.highlight {
    background: #f4f4f4;
    padding: 10px;
    box-sizing: border-box;
    margin: -10px;
    border: 1px solid #ddd;
    clear: both;
    margin: 34px 0 0 0;
    float: left;
    width: 100%;
}
.highlight h3 {
    margin: 10px 0;
    padding: 0;
    border: none;
}

/* Dev tracker and table */

ol.progtrckr {
        display: table;
        list-style-type: none;
        margin: 0;
        padding: 0;
        table-layout: fixed;
        width: auto;
		font-size: 12px !important;
    }
    ol.progtrckr li {
        display: table-cell;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
    ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
    ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
    ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
    ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
    ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
    ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
    ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid yellowgreen;
    }
	ol.progtrckr li.progtrckr-current {
        color: black; 
        border-bottom: 4px solid orange;
    }
    ol.progtrckr li.progtrckr-todo {
        color: silver; 
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }
    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }
    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: yellowgreen;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }
    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }

.todo-table {
	width: 100%;
	border:1px solid #C0C0C0;
		border-collapse:collapse;
		padding:5px;
		color: #777 !important;
}
.todo-table th {
	color: #000;
	border:1px solid #C0C0C0;
		border-collapse:collapse;
		padding:5px;
}
.todo-table td {
	color: #000;
	border:1px solid #C0C0C0;
		border-collapse:collapse;
		padding:5px;
}

.todo-table {
    border: 1px solid #cccccc;
    font-size: 13px !important;
    color: #666 !important;
    text-shadow: 1px 1px 0px #fff;
    margin: 0 auto 20px;
}
.todo-table .task {
	width: 75%;
	text-align: left;
}
.todo-status {
	width: 25%;
}
.todo-table th, .todo-table td {
	padding: 12px;
}
.todo-table thead tr {
    background: #ececec;
    border-top: 1px solid #fff;
    border-radius: 3px 3px 0 0;
}
.todo-table thead th {
	font-weight: bold !important;
    padding: 12px;
}
.todo-table tbody tr:nth-child(odd) {
	background: #fff;
}
.todo-table tbody tr:nth-child(even) {
	background: #f8f8f8;
}