body, html,
#page-tabs,
#page-tabs li,
#markdown-toc ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

body, html {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-color: #fff;
    color: #555;
    font: 400 14px Arial, Helvetica, sans-serif;
}

a img {
    border-width: 0;
}

.TK-Hat {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #eff0f1;
    color: #4d4f52;
    background: #ffffff;
    position: relative;
    z-index: 42042;
}

.TK-Hat::after {
    content: "";
    clear: both;
    display: block;
}
.TK-Hat *,
.TK-Hat:after,
.TK-Hat:before {
    box-sizing: border-box;
}
.TK-Hat-Brand {
    float: left;
    width: 150px;
    margin: 0;
}
.TK-PRGS-Logo {
    display: block;
    outline: none!important;
    text-decoration: none!important;
    transition: color .1s linear, background .1s linear, opacity .1s linear;
}
.TK-PRGS-Logo:focus,
.TK-PRGS-Logo:hover {
    opacity: .75;
}
.TK-PRGS-Logo svg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 1100px) and (min-width: 880px) {
   .TK-Hat-Brand {
         width: 120px;
         min-width: 120px;
     }
}
@media only screen and (max-width: 880px) {
    .TK-Hat-Brand {
        width: 100px;
        min-width: 100px;
    }
}

/* Header */

#page-header {
    background-color: #2a2d33;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px; 
    padding: 19px 15px;
    z-index: 100;
    height: 32px;
    overflow: hidden;
    /* overwriting default set value*/
    box-sizing: content-box;
}

#page-header a {
    text-decoration: none;
}

#logo-bar { 
    float:left; 
}

#logo-bar-sl {
    float: left;
}

#logo-bar a{
    display: inline-block;
}

#logo-bar-sl a {
    display: inline-block; 
}

#logo-bar span {
    display: none;
}

#logo-bar a img{    
	display: inline-block;
	height: 30px;
}

#logo-bar-sl a{
    background: url('../images/logo.png') 0 center no-repeat;
}

#logo-bar-sl span {
    display: none;
}

.nav-buttons {
    float: right;
}

/* Search */

#page-search form {
    margin-bottom: 0;
}

#page-search table {
    margin: 0;
    padding: 0;
    border: none;
}

#page-search table td {
    border: none;
}

#page-search form > table {
    border: 1px solid #D9D9D9;
}

#page-search .gsc-input-box {
    box-shadow: none;
    border: 0;
}

#page-search .gsc-input td+td {
    display: none;
}

#page-search table.gsc-search-box td {
    background-color: #fff;
    padding: 2px 5px;
}

#page-breadcrumb ul {
    list-style: none;
    padding: 0;
}

#page-breadcrumb li {
    display: inline-block;
}

#page-breadcrumb .link::after {
    content: ">";
    margin: 0 8px;
}

#page-top #page-search {
    margin: 0;
    width: 450px;
    max-width: calc(100% - 600px);
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    padding: 0;
}

#page-search .gsc-control-cse {
    background: none;
    border: 0;
}

#page-search .gsc-input {
    background-image: none !important;
    padding-right: 2px;
	text-indent: 0 !important;
}

#page-search .gsc-input::placeholder{
  opacity: 0 !important;
}


#page-search td.gsc-search-button {
    background: transparent url(../images/search.png) no-repeat 50% 50%;
    cursor: pointer;
	width: 32px !important;
}

#page-search input.gsc-search-button {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 13px 13px 12px;
    background: none;
    opacity: 0;
}

#page-search button.gsc-search-button, #page-search .gcsc-branding {
  display: none !important;
}

#page-top #page-search input.gsc-search-button {
    padding: 8px 7px 7px;
}

/* Topic navigation */

#page-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    overflow: auto;
    background: #f5f7f8;
    border-right: 1px solid #ebecee;
}

#page-tree {
    padding: 20px 20px 40px 30px;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
}

#page-nav .k-plus { background: url(../images/close.png); }
#page-nav .k-minus { background: url(../images/open.png); }

#page-nav .k-in {
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

#page-nav .k-in a {
    margin: -1px -.3333em -1px -.25em;
    padding: 1px .3333em 1px .25em;
    display: inline-block;
}

#page-nav .k-in,
#page-nav .k-in a {
    border: 0;
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

#page-nav .k-state-selected {
    background-color: #00b312;
}

#page-nav .k-state-selected,
#page-nav .k-state-selected a {
    color: #fff;
}

/* Table of contents */

#markdown-toc {
    border-bottom: 1px solid #ebecee;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

#markdown-toc > ul > li {
    display: inline-block;
    position: relative;
}

#markdown-toc li > ul {
    position: absolute;
    max-height: 400px;
    width: 500px;
    overflow: auto;
    background: #fff;
    border: 1px solid #f5f7f8;
    box-shadow: 3px 3px 3px #f5f7f8;
    padding: 1em 0;
}

#markdown-toc a {
    padding: 0 14px;
    text-decoration: none;
    line-height: 1.8em;
}

#markdown-toc a:hover {
    text-decoration: underline;
}

#markdown-toc code,
#markdown-toc em {
    display: none;
}

#markdown-toc .section > a {
    line-height: 50px;
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
    padding-right: 30px;
    background: transparent url(../images/arrow.png) 90% 50% no-repeat;
}

#markdown-toc .section > a:hover {
    background-color: #f5f7f8;
    text-decoration: none;
}

#markdown-toc .section a {
    color: #428bca;
}

/* Article pages */

#page-inner-content {
    position: relative;
    overflow: hidden;
    margin: 0;
}

#page-inner-content:after {
    content: " ";
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
}

#page-article {
    background-color: #fff;
    line-height: 1.5;

    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    overflow: auto;
    padding: 15px 1em 15px 3em;
    box-sizing: border-box;
}

#page-article article {
    max-width: 930px;
}

#page-article h1 {
    margin-top: 30px;
}

a {
    color: #428bca;
}

a:hover {
    color: #036c9c;
}

h1,h2,h3,h4,h5,h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
    text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    padding-left: 25px;
    margin-left: -25px;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
    background: transparent url(../images/anchor.png) no-repeat 0 50%;
}

h2 {
    margin: 2em 0 0;
}

h3 {
    border-top: 2px solid #ebecee;
    padding-top: 20px;
    margin-top: 40px;
}

h2 + h3 {
    border-top: 0;
    margin-top: 0;
}

h3 code, h3 em {
    color: #666;
    font-family: monospace;
    font-size: 15px;
}

h3 code {
    margin-left: 10px;
}

h3 em {
    font-style: normal;
    font-weight: bold;
}

blockquote {
    padding: 10px 10px 10px 64px;
    margin: 0;
}

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

blockquote th, blockquote td {
    padding: .5em;
}

.prettyprint {
    font-size: 12px;
    padding: 20px;
    border: 1px solid transparent;
    overflow: hidden;
    word-break: break-word;
}

.prettyprint code {
    display: block;
    overflow-x: auto;
    padding: 0;
    line-height: 22px;
}

.prettyprint code .hljs {
    background-color: transparent;
}

/* Footer */
footer
{
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1em;
}

/* Responsive styles */

@media (max-width: 1024px) {
    #page-nav { width: 30%; }
    #page-article { width: 70%; }
}

/* SART Feedback form styles */
#feedback-section {
	margin-top: 20px;
	padding-bottom: 20px;	
}

#feedback-menu-container {
	width: 100%;
	max-width: 930px;
	padding-top: 15px;
	border-top: 2px solid #ebecee;
}

#helpful-buttons-container {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	position: relative;
}

#helpful-buttons-container button {
	float: right;
	line-height: 0.933em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	padding: 0.667em 2.000em;
	background-color: #fff;
	color: #555;
	border-width: 0;
	cursor: pointer;
	background-clip: padding-box;
	border: 1px solid #ccc;
	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

#helpful-buttons-container span {
	margin-top: 2px;
}

#yesButton {
	margin-right: 10px;
}

#helpful-buttons-container button:hover{
	background-color: #2a2d33;
	color: #fff;
}

#feedback-submitted-container,
#additional-feedback-button {
	display: none; 	
	font-size: 18px;
}

#feedback-submitted-container {
	float: right;	
	color: #000;	
}

#additional-feedback-button {
	color: #428bca;
}

#additional-feedback-button :hover {
	cursor: pointer;
	color: #2a2d33;
}

.k-widget.k-window.k-window-titleless {	
	width: 460px !important;
	top: 188px !important;	
	border: none;
	position: absolute;
	background-color: #fff;
}

#feedback-form span.required-field:after {
  content: "* required";
  font-size: 11px;
  float: right; }

#feedback-form-window input::-webkit-input-placeholder,
#feedback-form-window textarea::-webkit-input-placeholder,
#feedback-form-window input:-moz-placeholder,
#feedback-form-window textarea:-moz-placeholder,
#feedback-form-window input::-moz-placeholder,
#feedback-form-window textarea::-moz-placeholder,
#feedback-form-window input:-ms-input-placeholder,
#feedback-form-window textarea:-ms-input-placeholder {
	color: #d9d9d9;
	font-style: italic;
}

#feedback-form-window .feedback-extw__title {
	margin: 0;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 0;
}

#feedback-form-window .feedback-extw__subtitle {
	margin-top: 7px;
	font-size: 10.5pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#feedback-form-window {
  max-height: 580px !important;
  padding: 30px 15px 30px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }

#feedback-form-window > * {
  padding-right: 15px; }

#feedback-form {
  -webkit-flex: 1;
  -moz-flex: 1;
  overflow: auto; }

#feedback-form  #feedback-checkbox-area {
	margin-top: 24px;
}

#feedback-checkbox-area label {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
  margin: 5px 0 0;
  padding: 5px 0 0; }

#feedback-checkbox-area #feedback-email-input {
  margin-top: 20px !important; }

#feedback-form label {
	display: block;
	margin: 5px 0 10px;
}

.feedback-extw__checkbox {
	line-height: initial;
}

#feedback-extw__checkbox:after {
	content: "";
	display: block;
	clear: both;
}

#feedback-form .checkbox__input {
	float: left;
	clip: initial;
	position: initial;
	margin: 3px 0px 0px 0px
}

#feedback-form .checkbox__text {	
	line-height: 18px;
	margin-left: 5px;
}

#feedback-form .feedback-extw__textarea {
  resize: none; }
  
#feedback-form .feedback-extw__textarea,
#feedback-form .feedback-extw__input {
	padding: 10px;
	border: 1px solid #d9d9d9;
	width: 100%;
	box-sizing: border-box;
	font: inherit;
	font-style: italic;
}

#feedback-form .feedback-extw__input {
	margin: 12px 0 30px;
}

#feedback-form-window button {
	line-height: 0.933em;
	font-size: 10.5pt;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	padding: 0.667em 2.000em;
	background-color: #015991;
	color: #fff;
	border-width: 0;
	cursor: pointer;
	background-clip: padding-box;
	border: 1px solid #015991;
	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

#feedback-form-window button:hover {
	background-color: #013a5e;
}

button#form-close-button {
	background-color: #fff;
	color: #555;
	border: 1px solid #ccc;
	margin-left: 8px;
}

button#form-close-button:hover {
	background-color: #ccc;
}

#feedback-form span.k-tooltip {
  border: 0;
  color: #ff0000;
  font-style: italic;
  font-size: 12px;
padding: 0 0 6px !important; 
}


div.k-window-content {
	padding: 27px 30px 10px 30px;
	overflow: hidden;
}
/* END Feedback form styles*/

