/*!
 * MSU APIv2 Documentation
 */
a {
    color: #008cdd;
    text-decoration: none;
    cursor: pointer;
}
#msu-logo {
    height: 30px;
    margin-top: -3px;
}
#msu-logo:hover {
    opacity: 0.8;
}
.navbar-brand {
    margin-left: 15px;
}
#signin {
    float:right;
    margin: 12px 20px;
    font-size: 12px;
    text-decoration: none;
    /*padding: 5px 20px 5px 20px;*/
    height: 26px;
    display: block;
    background: #adb2bb;
    background: transparent;
    background: -webkit-linear-gradient(#ccd0d6,#adb2bb);
    background: -moz-linear-gradient(#ccd0d6,#adb2bb);
    background: -ms-linear-gradient(#ccd0d6,#adb2bb);
    background: -o-linear-gradient(#ccd0d6,#adb2bb);
    background: linear-gradient(#ccd0d6,#adb2bb);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -o-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease;
}
#signin span {
    float:right;
    font-size: 12px;
    text-decoration: none;
    height: 26px;
    display: block;
    background: #fafbfc;
    padding: 5px 15px 5px 15px;
    margin: 1px;
    height: 24px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background: #f6f9fc;
    background: transparent;
    background: -webkit-linear-gradient(white,#eff1f4);
    background: -moz-linear-gradient(white,#eff1f4);
    background: -ms-linear-gradient(white,#eff1f4);
    background: -o-linear-gradient(white,#eff1f4);
    background: linear-gradient(white,#eff1f4);
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    -ms-box-shadow: inset 0 1px 0 white;
    -o-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
}
.navbar {
    background: -webkit-linear-gradient(rgba(255,255,255,0),#f0f2f6 95%,#e5e8ee);
    background: -moz-linear-gradient(rgba(255,255,255,0),#f0f2f6 95%,#e5e8ee);
    background: -ms-linear-gradient(rgba(255,255,255,0),#f0f2f6 95%,#e5e8ee);
    background: -o-linear-gradient(rgba(255,255,255,0),#f0f2f6 95%,#e5e8ee);
    background: linear-gradient(rgba(255,255,255,0),#f0f2f6 95%,#e5e8ee);
    background-color: #f0f2f6;
    border-radius: 0;
    height: 55px;
    margin-bottom: 0;
    z-index: 999;
}
.navbar:after {
    background: -webkit-linear-gradient(#98a4b8,rgba(171,182,201,0.48),rgba(139,154,179,0.02));
    background: -moz-linear-gradient(#98a4b8,rgba(171,182,201,0.48),rgba(139,154,179,0.02));
    background: -ms-linear-gradient(#98a4b8,rgba(171,182,201,0.48),rgba(139,154,179,0.02));
    background: -o-linear-gradient(#98a4b8,rgba(171,182,201,0.48),rgba(139,154,179,0.02));
    background: linear-gradient(#98a4b8,rgba(171,182,201,0.48),rgba(139,154,179,0.02));
    bottom: -3px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 50;
}
.navbar-text {
    font-weight: bold;
}
#guide {
    background: white;
    border-right: 1px solid #dadfe5;
    bottom: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 55px;
    width: 200px;
    z-index: 25;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#guide.stick {
    left: 0;
    position: fixed;
    top: 0;
}
#guide p.ref-title {
    color: #7a8e99;
    font-size: 11px;
    font-weight: bold;
    padding: 24px 20px 6px;
    margin-bottom: 0;
}
#guide ul.ref-list {
    padding: 0;
}
#guide ul.ref-list li {
    list-style: none;
}
#guide ul.ref-list li.section a {
    border: 1px solid transparent;
    border-left: 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#guide ul.ref-list li.section.viewing a {
    background: -webkit-linear-gradient(#4f9fef,#3577d0);
    background: -moz-linear-gradient(#4f9fef,#3577d0);
    background: -ms-linear-gradient(#4f9fef,#3577d0);
    background: -o-linear-gradient(#4f9fef,#3577d0);
    background: linear-gradient(#4f9fef,#3577d0);
    background-color: #4f9fef;
    border-bottom-color: #2357aa;
    border-right-color: #3071cb;
    border-top-color: #3b89e9;
    color: #fff;
    font-weight: bold;
    border-right-color: #008cdd;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.45);
}
#guide ul.ref-list li.section.active .children {
    display: block;
}
#guide ul.ref-list li.section .children {
    display: none;
    padding-bottom: 6px;
}
#guide ul.ref-list li.section .children a {
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
}
#guide ul.ref-list li.section a.viewing {
    background: -webkit-linear-gradient(#4f9fef,#3577d0);
    background: -moz-linear-gradient(#4f9fef,#3577d0);
    background: -ms-linear-gradient(#4f9fef,#3577d0);
    background: -o-linear-gradient(#4f9fef,#3577d0);
    background: linear-gradient(#4f9fef,#3577d0);
    background-color: #4f9fef;
    border-bottom-color: #2357aa;
    border-right-color: #3071cb;
    border-top-color: #3b89e9;
    color: #fff;
    font-weight: bold;
    border-right-color: #008cdd;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.45);
}
#api-docs {
    background: white;
    margin-left: 200px;
    min-width: 750px;
}
#api-docs #methods {
    margin-left: 750px;
    webkit-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    -moz-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    -ms-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    -o-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    background-color: #292e33;
    margin-left: 50%;
    position: relative;
    padding-bottom: 50px;
}
#api-docs .border {
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
    -ms-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
    -o-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
    background-color: #0f131a;
    height: 1px;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
#api-docs a.section-anchor {
    display: block;
    height: 0;
}
#api-docs #methods .method {
    padding-top: 20px;
    position: relative;
    margin-bottom: 50px;
}
#api-docs #methods .method-section {
    clear: left;
    font-size: 13px;
    line-height: 1.9em;
    margin-left: -100%;
    /*padding-top: 25px;*/
    position: relative;
}
#api-docs #methods .method-section:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#api-docs #methods .method-section .method-description {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #444;
    float: left;
    padding: 0 30px;
    position: relative;
    width: 50%;
    z-index: 15;
}
#api-docs #methods .method-section .method-description:before {
    background-color: #e4e8eb;
    content: "";
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    right: 1px;
    top: -45px;
}
#api-docs #methods .method-section .method-example {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 50%;
    padding: 20px 30px 0;
    position: relative;
    text-shadow: 0 1px 0 rgba(0,0,0,0.7);
    width: 50%;
    color: #ffffff;
}
#api-docs #methods .method-section .method-example a {
    color: #80b2ff;
}
#api-docs #methods .method-section .method-example a:hover {
    color: #dae4f2;
}
#api-docs #methods .method-section .method-example:after {
     background: -webkit-linear-gradient(left,#45494c,rgba(69,73,76,0));
     background: -moz-linear-gradient(left,#45494c,rgba(69,73,76,0));
     background: -o-linear-gradient(left,#45494c,rgba(69,73,76,0));
     background: linear-gradient(right,#45494c,rgba(69,73,76,0));
     top: -44px;
}
#api-docs div#methods .method:nth-child(3) .method-section .method-description:before,
#api-docs div#methods .method:nth-child(3) .method-section .method-example:before,
#api-docs div#methods .method:nth-child(3) .method-section .method-example:after {
    display: none;
}
#api-docs #methods .method-section:nth-child(2) .method-description:before,
#api-docs #methods .method-section:nth-child(2) .method-description:after,
#api-docs #methods .method-section:nth-child(2) .method-example:before,
#api-docs #methods .method-section:nth-child(2) .method-example:after {
    display: block;
}
#api-docs #methods .method-section .method-example:before, #api-docs #methods .method-section .method-example:after {
    background: -webkit-linear-gradient(left,#575A5C,rgba(15,19,26,0));
    background: -moz-linear-gradient(left,#575A5C,rgba(15,19,26,0));
    background: -o-linear-gradient(left,#575A5C,rgba(15,19,26,0));
    background: linear-gradient(right,#575A5C,rgba(15,19,26,0));
    content: "";
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -45px;
}
#api-docs #methods #response-format{
    background: -webkit-linear-gradient(#3e4145,#292e33);
    background: -moz-linear-gradient(#3e4145,#292e33);
    background: -ms-linear-gradient(#3e4145,#292e33);
    background: -o-linear-gradient(#3e4145,#292e33);
    background: linear-gradient(#3e4145,#292e33);
    -webkit-box-shadow: rgba(0,0,0,0.45) 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.45) 0 1px 2px;
    -ms-box-shadow: rgba(0,0,0,0.45) 0 1px 2px;
    -o-box-shadow: rgba(0,0,0,0.45) 0 1px 2px;
    box-shadow: rgba(0,0,0,0.45) 0 1px 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #3e4145;
    border-bottom: 1px solid #14161a;
    padding: 9px 20px;
    position: absolute;
    width: 100%;
    z-index: 75;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#api-docs #methods #response-format.stick {
    position: fixed;
    top: 0;
}
#api-docs #methods #response-format a {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    color: #ccd8e8;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    text-shadow: rgba(0,0,0,0.7) 0 1px 0;
    text-transform: uppercase;
}
#api-docs #methods #response-format a.selected {
    background: -webkit-linear-gradient(#14171a,#2a2f34);
    background: -moz-linear-gradient(#14171a,#2a2f34);
    background: -ms-linear-gradient(#14171a,#2a2f34);
    background: -o-linear-gradient(#14171a,#2a2f34);
    background: linear-gradient(#14171a,#2a2f34);
    -webkit-box-shadow: rgba(255,255,255,0.1) 0 1px 0,black 0 1px 0 inset,#25282e 0 -1px 0 inset;
    -moz-box-shadow: rgba(255,255,255,0.1) 0 1px 0,black 0 1px 0 inset,#25282e 0 -1px 0 inset;
    -ms-box-shadow: rgba(255,255,255,0.1) 0 1px 0,black 0 1px 0 inset,#25282e 0 -1px 0 inset;
    -o-box-shadow: rgba(255,255,255,0.1) 0 1px 0,black 0 1px 0 inset,#25282e 0 -1px 0 inset;
    box-shadow: rgba(255,255,255,0.1) 0 1px 0,black 0 1px 0 inset,#25282e 0 -1px 0 inset;
    color: white;
    cursor: default;
    text-decoration: none;
}
#api-docs #methods .method-section .method-description h6 {
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	font-size: 13px;
}
#api-docs #methods .method-section .method-example h1,
#api-docs #methods .method-section .method-example h2,
#api-docs #methods .method-section .method-example h3,
#api-docs #methods .method-section .method-example h4,
#api-docs #methods .method-section .method-example p {
    color: #acb9bf;
}
#api-docs #methods .method-section .method-example h3 {
    color: #edf4f4;
    display: block;
    padding-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
#api-docs #methods .method-section .method-example p {
    margin: 0;
    padding: 0;
}
#api-docs #methods .method-section h1,
#api-docs #methods .method-section h2,
#api-docs #methods .method-section h3,
#api-docs #methods .method-section h4 {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #111;
    display: block;
    font-weight: bold;
    line-height: 1.5em;
    margin:0;
}
#api-docs #methods .method-section h1 {
    font-size: 22px;
}
#api-docs #methods .method-section h2 {
    font-size: 20px;
    margin-bottom: 30px;
    padding-top: 10px;
}
#api-docs #methods .method-section h3 {
    font-size: 16px;
}
#api-docs #methods .method-section h4 {
    font-size: 13px;
}
#api-docs #methods .method-section p {
    color: #444;
    font-size: 13px;
    line-height: 1.9em;
    padding: 10px 0;
}
pre {
    /*font-family: "Courier New", Courier, monospace;*/
    background-color: inherit;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
}
code {
    padding: 0!important;
    background: inherit!important;
	font-family: monospace;
	background: #292e33 !important;
	padding: 15px !important;
	border-radius: 10px !important;
}
mark {
    border-radius: 4px;
    background: #e9edf2;
    display: inline;
    font-size: 90%;
    padding: 3px 3px;
}
#api-docs #methods .method-section .method-example table {
    color: #dae4f2;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Monaco,Consolas,"Lucida Console",monospace;
    font-size: 12px;
}
#api-docs #methods .method-section .method-example table td {
    font-size: 12px;
    line-height: 1.5em;
    padding: 4px 0;
    vertical-align: top;
    margin: 0;
    padding-right: 30px;
}
#api-docs #methods .method-section .method-example table th {
    padding-right: 15px;
    border-bottom: 1px dashed #dae4f2;
}
#api-docs #methods .method-section .method-example .table-container {
    max-height: 500px;
    overflow-y: auto;
}
.table-container::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: #F5F5F5;
}
.table-container::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}
.table-container::-webkit-scrollbar-thumb
{
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
#api-docs #methods .method-section dl {
	margin-bottom: 50px;
}
#api-docs #methods .method-section dl:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
#api-docs #methods .method-section dl dt {
	float: left;
	font-weight: bold;
	margin-right: -165px;
	padding-top: 16px;
	position: relative;
	text-align: right;
	word-break: hyphenate;
	word-wrap: break-word;
	width: 165px;
	z-index: 50;
}
#api-docs #methods .method-section dl dd {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	font-weight: bold;
	padding: 16px 0 0 175px;
	position: relative;
	width: 100%;
	z-index: 25;
}
#api-docs #methods .method-section dl dd:before {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
#api-docs #methods .method-section dl dd span.content {
	font-weight: normal;
	padding: 0;
	display: block;
	padding-top: 2px;
}
#sample-url-paragraph{
	padding-bottom:0px !important;
	margin-bottom:0px;
}
#sample-code-url{
	display:inline;
}
.url-sample{
	float:left;
}
.clearfix {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.btn-info-sign {
	padding: 0;
	position: absolute;
	margin-top: -3px;
	margin-left: 4px;
}
.btn-info-sign:hover, .btn-info-sign:focus, .btn-info-sign:active {
	text-decoration: none;
}
.parameter-badge {
	display: inline-block;
	min-width: 10px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #337ab7;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}
@media (min-width: 1700px) {
    #api-docs #methods {
        margin-left: 750px;
    }
    #api-docs #methods .method-section {
        margin-left: -750px;
    }
    #api-docs #methods .method-section .method-description {
        width: 750px;
    }
    #api-docs #methods .method-section .method-example {
        margin-left: 751px;
        width: auto;
    }
    #api-docs #methods #response-format.stick {
        left: 951px;
    }
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.0.3 - http://noelboss.github.io/featherlight/
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}