:root {
    --purple-drk: #3D1E69;
    --purple-med: #593189;
    --purple-lgt: rgb(123, 92, 161);
    --green-lgt: #9ED33F;
    --green-med: rgb(120, 160, 48);
    --green-drk: #3F5419;
    --white: #FFFFFF;
    --black: #000000;
    --color: #212529;

    /* --tip-bg: rgba(123, 92, 161, .2); */
    --tip-bg: rgba(0,0,0,.03);
    --tip-red: rgba(210, 51, 59, .9);
    --tip-green: rgba(120, 160, 48, .9);
    --tip-blue: rgba(47, 66, 142, .9);
    --tip-brown: rgb(161, 109, 54, .9);

    --tip-red-border: rgba(210, 51, 59, 1);
    --tip-green-border: rgba(120, 160, 48, 1);
    --tip-blue-border: rgba(47, 66, 142, 1);
    --tip-brown-border: rgb(161, 109, 54, 1);


}

/* ____                  _   _       _*/
/*/ ___|  ___ _ __ _   _| |_(_)_ __ (_)_______ _ __ (tm)*/
/*\___ \ / __| '__| | | | __| | '_ \| |_  / _ \ '__|*/
/* ___) | (__| |  | |_| | |_| | | | | |/ /  __/ |*/
/*|____/ \___|_|   \__,_|\__|_|_| |_|_/___\___|_|*/
/**/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500&family=Roboto:wght@300;400;500&display=swap');;

.wy-side-nav-search {
    background-color: #28334a;
    color: #fcfcfc; 
}

.wy-nav-top {  /* mobile header*/
	background: #28334a; 
}

.wy-nav-side {
    background: #28334a;
}
 /* Readable content */
 .wy-nav-content {
	/* max-width: 80% !important; */
    max-width: auto;
}
/*Font for text */
body {
    font-family: "Roboto","proxima-nova","Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    color: #404040;
    min-height: 100%;
    overflow-x: hidden;
    background: #edf0f2
}

.wy-body-for-nav {
	background: left repeat-y #ffffff;
}


/*sidebar links on hover */
.wy-menu-vertical a:hover {
    background-color: #4e4a4a;
}
/* Side bar TOC titles*/
.wy-menu-vertical .caption {
	color: #e16a2d !important;
    font-weight: 400 !important;
}

/*my version*/
.version {
	color: #303a4c !important;
}

.wy-menu-vertical a:hover {
    background-color: #54616E;
}

/* show version in drop down span v:latest */
.rst-versions .rst-current-version {
	color: #e16a2d;
    font-size: 80%;
}

/* hide scrollbar on version changer */
.rst-versions .shift-up {
    overflow-y: hidden;
}

/*link submenus */
.wy-menu-vertical li.current a {
    color: #2f4050;
    border-right: solid 1px #c9c9c9;
}

/* removes onhover for logo */
.wy-side-nav-search>a:hover,.wy-side-nav-search .wy-dropdown>a:hover {
   background: none !important;
}

/* float glyphicon for version span */
.rst-versions .rst-current-version .fa-info-circle,.rst-versions .rst-current-version .icon-book {
 float:left
}

/* collapsable span for versions and pdf */
.rst-versions .rst-current-version {
	background-color: #28334a;
	color: #e16a2d;
}

/* override table no-wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}


.rst-versions {
	border-top: solid 3px #e16a2d;
}

.rst-content .highlight > pre {color:#ccc;}

/* Pygment styles https://raw.githubusercontent.com/jwarby/pygments-css/master/fruity.css */
.highlight pre { background-color: #333; }
.highlight .hll { background-color: #333333 }
.highlight .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
.highlight .err { color: #ffffff } /* Error */
.highlight .g { color: #ffffff } /* Generic */
.highlight .k { color: #fb660a; font-weight: 500 } /* Keyword */
.highlight .l { color: #ffffff } /* Literal */
.highlight .n { color: #ffffff } /* Name */
.highlight .o { color: #ffffff } /* Operator */
.highlight .x { color: #ffffff } /* Other */
.highlight .p { color: #ffffff } /* Punctuation */
.highlight .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */
.highlight .cp { color: #ff0007; font-weight: 500; font-style: italic; background-color: #0f140f } /* Comment.Preproc */
.highlight .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */
.highlight .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */
.highlight .gd { color: #ffffff } /* Generic.Deleted */
.highlight .ge { color: #ffffff } /* Generic.Emph */
.highlight .gr { color: #ffffff } /* Generic.Error */
.highlight .gh { color: #ffffff; font-weight: 500 } /* Generic.Heading */
.highlight .gi { color: #ffffff } /* Generic.Inserted */
.highlight .go { color: #444444; background-color: #222222 } /* Generic.Output */
.highlight .gp { color: #ffffff } /* Generic.Prompt */
.highlight .gs { color: #ffffff } /* Generic.Strong */
.highlight .gu { color: #ffffff; font-weight: 500 } /* Generic.Subheading */
.highlight .gt { color: #ffffff } /* Generic.Traceback */
.highlight .kc { color: #fb660a; font-weight: 500 } /* Keyword.Constant */
.highlight .kd { color: #fb660a; font-weight: 500 } /* Keyword.Declaration */
.highlight .kn { color: #fb660a; font-weight: 500 } /* Keyword.Namespace */
.highlight .kp { color: #fb660a } /* Keyword.Pseudo */
.highlight .kr { color: #fb660a; font-weight: 500 } /* Keyword.Reserved */
.highlight .kt { color: #cdcaa9; font-weight: 500 } /* Keyword.Type */
.highlight .ld { color: #ffffff } /* Literal.Date */
.highlight .m { color: #0086f7; font-weight: 500 } /* Literal.Number */
.highlight .s { color: #0086d2 } /* Literal.String */
.highlight .na { color: #ff0086; font-weight: 500 } /* Name.Attribute */
.highlight .nb { color: #ffffff } /* Name.Builtin */
.highlight .nc { color: #ffffff } /* Name.Class */
.highlight .no { color: #0086d2 } /* Name.Constant */
.highlight .nd { color: #ffffff } /* Name.Decorator */
.highlight .ni { color: #ffffff } /* Name.Entity */
.highlight .ne { color: #ffffff } /* Name.Exception */
.highlight .nf { color: #ff0086; font-weight: 500 } /* Name.Function */
.highlight .nl { color: #ffffff } /* Name.Label */
.highlight .nn { color: #ffffff } /* Name.Namespace */
.highlight .nx { color: #ffffff } /* Name.Other */
.highlight .py { color: #ffffff } /* Name.Property */
.highlight .nt { color: #fb660a; font-weight: 500 } /* Name.Tag */
.highlight .nv { color: #fb660a } /* Name.Variable */
.highlight .ow { color: #ffffff } /* Operator.Word */
.highlight .w { color: #888888 } /* Text.Whitespace */
.highlight .mf { color: #0086f7; font-weight: 500 } /* Literal.Number.Float */
.highlight .mh { color: #0086f7; font-weight: 500 } /* Literal.Number.Hex */
.highlight .mi { color: #0086f7; font-weight: 500 } /* Literal.Number.Integer */
.highlight .mo { color: #0086f7; font-weight: 500 } /* Literal.Number.Oct */
.highlight .sb { color: #0086d2 } /* Literal.String.Backtick */
.highlight .sc { color: #0086d2 } /* Literal.String.Char */
.highlight .sd { color: #0086d2 } /* Literal.String.Doc */
.highlight .s2 { color: #0086d2 } /* Literal.String.Double */
.highlight .se { color: #0086d2 } /* Literal.String.Escape */
.highlight .sh { color: #0086d2 } /* Literal.String.Heredoc */
.highlight .si { color: #0086d2 } /* Literal.String.Interpol */
.highlight .sx { color: #0086d2 } /* Literal.String.Other */
.highlight .sr { color: #0086d2 } /* Literal.String.Regex */
.highlight .s1 { color: #0086d2 } /* Literal.String.Single */
.highlight .ss { color: #0086d2 } /* Literal.String.Symbol */
.highlight .bp { color: #ffffff } /* Name.Builtin.Pseudo */
.highlight .vc { color: #fb660a } /* Name.Variable.Class */
.highlight .vg { color: #fb660a } /* Name.Variable.Global */
.highlight .vi { color: #fb660a } /* Name.Variable.Instance */
.highlight .il { color: #0086f7; font-weight: 500 } /* Literal.Number.Integer.Long */

/* Hide "On Read the Docs" and "On GitHub" sections */
dl + dl + dl + dl {
    display: none;
}
/* override table no-wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal !important;
}

/*make images pop*/
img {
	box-shadow: 0px 0px 7px 1px #ccc;
}

/* 'cept for the logo*/
.logo {
	box-shadow: none;
}

/* Set fixed size for product logo image bc IE cant handle auto */
.wy-side-nav-search img {
	/* height: 77px !important;*/
	width: 256px !important;
}



/*2019 overrides*/
body {
    color: #5A5A5A;
    font-family: "Ideal Sans SSm A", "Ideal Sans SSm B", sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gotham Rounded A", "Gotham Rounded B", sans-serif;
    font-weight: 400;
}

a {
    color: #F05651;
}

.wy-side-nav-search,
.wy-nav-side,
.rst-versions,
.rst-versions .rst-current-version {
    background: #191348;
}

.rst-versions {
    border-top-color: #F05651;
}

.wy-menu-vertical .caption {
    color: #F05651 !important;
}

.btn {
    background: #F05651 !important;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    color: #fff !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    padding: 13px 22px;
    text-align: center;
    text-decoration: none;
    transition: background .2s;
}

.btn:visited {
    color: #fff !important;
}

.btn:hover {
    background: #ec2822 !important;
}

.btn .fa {
    color: #fff;
}

.rst-content .admonition-title {
    background: #191348;
}

.rst-content .important .admonition-title {
    background: #F05651;
}

.rst-content .admonition.important {
    background: #fcdddc;
}

.wy-table-responsive table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.wy-table-responsive thead th {
    border: none !important;
    color: #191348;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.78;
    padding: 16px 20px;
    text-align: left;
    text-transform: uppercase;
}

.wy-table-responsive tbody {
    border-radius: 10px;
}

.wy-table-responsive tbody td {
    color: #5A5A5A;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    padding: 12px 16px;
}

.wy-table-responsive tbody tr td {
    background: none !important;
    border-left: 2px solid #E1E1E1 !important;
    border-bottom: 2px solid #E1E1E1 !important;
    border-right: none !important;
    border-top: none !important;
}

.wy-table-responsive tbody tr td:last-child {
    border-right: 2px solid #E1E1E1 !important;
}

.wy-table-responsive tbody tr:first-child td {
    border-top: 2px solid #E1E1E1 !important;
}

.wy-table-responsive tbody tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.wy-table-responsive tbody tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.wy-table-responsive tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.wy-table-responsive tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* Nested TOC entries greater than 4 levels */
.wy-menu-vertical li.toctree-l3 li.toctree-l4 li.toctree-l5                                                         > a { padding-left:  7em; background: #a8a8a8; }
.wy-menu-vertical li.toctree-l3 li.toctree-l4 li.toctree-l5 li.toctree-l6                                           > a { padding-left:  8em; background: #ccc; }
.wy-menu-vertical li.toctree-l3 li.toctree-l4 li.toctree-l5 li.toctree-l6 li.toctree-l7                             > a { padding-left:  9em; background: #bbb; }
.wy-menu-vertical li.toctree-l3 li.toctree-l4 li.toctree-l5 li.toctree-l6 li.toctree-l7 li.toctree-l8               > a { padding-left: 10em; background: #aaa; }
.wy-menu-vertical li.toctree-l3 li.toctree-l4 li.toctree-l5 li.toctree-l6 li.toctree-l7 li.toctree-l8 li.toctree-l9 > a { padding-left: 11em; background: #999; }


/* 
#######################################################################################

NEW STUFFS

#######################################################################################
*/


/* .wy-side-nav-search {
    background: linear-gradient(#1A0D2D 0%, #1A0D2D 50.33%, #3D1E69 88%, #3D1E69 100%); 
    color: #ffffff;
} */

.wy-nav-top {  /* mobile header*/
	background: #593189;
}

/* .wy-nav-side {
    background: #593189;
} */

/*Font for text */
body {
    font-family: "Roboto","proxima-nova","Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    color: var(--color);
    min-height: 100%;
    overflow-x: hidden;
    background: #edf0f2
}

.wy-body-for-nav {
	background: left repeat-y #ffffff;
}


/*sidebar links on hover */
.wy-menu-vertical a:hover {
    background-color: #4e4a4a;
}
/* Side bar TOC titles*/

/*my version*/
.version {
	color: #303a4c !important;
}

.wy-menu-vertical a:hover {
    background-color: var(--green-lgt); 

}

/* show version in drop down span v:latest */
.rst-versions .rst-current-version {
	color: #78A030;
}


/*link submenus */
.wy-menu-vertical li.current a {
    color: #2f4050;
    border-right: solid 1px #c9c9c9;
}

/* removes onhover for logo */
.wy-side-nav-search>a:hover,.wy-side-nav-search .wy-dropdown>a:hover {
   background: none !important;
}

/* float glyphicon for version span */
.rst-versions .rst-current-version .fa-info-circle,.rst-versions .rst-current-version .icon-book {
 float:left
}

/* collapsable span for versions and pdf */
.rst-versions .rst-current-version {
	background-color: #593189;
	color: #78A030;
}


.rst-versions {
	border-top: solid 3px #78A030;
}


/*Landign Page Product Buttons*/

div.productBtn {
 display: inline-block;
 color: #fcfcfc;
 border: 1px solid #CCC;
 background: #593189;
 box-shadow: 6px 4px 3px -2px #cdcdcd;
 cursor: pointer;
 vertical-align: middle;
 max-width: 107px;
 padding: 5px;
 text-align: center;
 height: 82px;
}

div.productBtn:active {
 color: #ff6600;
 box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}
.productBtnLink {
 padding: 50px;
}

.productBtn img {
 max-height: 23px;
}
.productBtn:hover {
 -ms-transform: scale(1.25, 1.2);
 -webkit-transform: scale(1.25, 1.2);
 transform: scale(1.25, 1.2);
}

.logoImage {
 margin-top: 25px;
}
#scrutLogo {
 margin-top: 30px;
}

#productButtonsDiv {
 width: 800px;
}

#flowproLogo {
 max-height: 28px;
 margin-top: 23px;
}

/* Set fixed size for product logo image bc IE cant handle auto */
.wy-side-nav-search img {
	/* height: 96px !important;
	width: 256px !important; */
    height: auto;
}

/*2019 overrides*/
/* body {
    color: #5A5A5A;
    font-family: "Ideal Sans SSm A", "Ideal Sans SSm B", sans-serif;
    font-weight: 300;
} */

h1, h2, h3, h4, h5, h6, .rst-content .toctree-wrapper p.caption {
    /* font-family: "Gotham Rounded A", "Gotham Rounded B", sans-serif; */
    font-family: 'Nunito', sans-serif; 
    font-weight: 600; 
    color: var(--black); 
    margin-bottom: 10px;
}

a {
    color: var(--purple-drk);
    font-weight: 500;
    transition: .2s;
}

a:visited {
    color: var(--purple-drk); 
}

.wy-nav-side,
.rst-versions,
.rst-versions .rst-current-version {
    background: var(--purple-drk);
}

.wy-side-nav-search {
    background: linear-gradient(#1A0D2D 0%, #1A0D2D 50.33%, #3D1E69 88%, #3D1E69 100%);
    color: white;
}

.rst-versions {
    border-top-color: #78A030;
}

.wy-menu-vertical .caption {
    color: var(--green-lgt) !important;
}

.btn {
    background: var(--green-med) !important;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    color: #fff !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    padding: 13px 22px;
    text-align: center;
    text-decoration: none;
    transition: .2s;
}

.btn:visited {
    color: #fff !important;
}

.btn:hover {
    background: var(--purple-drk) !important;
}

.btn .fa {
    color: #fff;
}

/* .rst-content .admonition-title {
    background: var(--green-med) !important;
}

.rst-content .tip {
    background: var(--tip-bg);
}

.rst-content .important .admonition-title {
    background: #78A030;
}

.rst-content .admonition.important {
    background: #fcdddc;
} */

.wy-table-responsive table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: inherit !important;
    line-height: 1.5 !important;
}

.wy-table-responsive thead th {
    border: none !important;
    color: #593189;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.78;
    padding: 16px 20px;
    text-align: left;
    text-transform: uppercase;
}

.wy-table-responsive tbody {
    border-radius: 10px;
}

.wy-table-responsive tbody td {
    color: #5A5A5A;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    padding: 12px 16px;
}

.wy-table-responsive tbody tr td {
    background: none !important;
    border-left: 2px solid #E1E1E1 !important;
    border-bottom: 2px solid #E1E1E1 !important;
    border-right: none !important;
    border-top: none !important;
}

.wy-table-responsive tbody tr td:last-child {
    border-right: 2px solid #E1E1E1 !important;
}

.wy-table-responsive tbody tr:first-child td {
    border-top: 2px solid #E1E1E1 !important;
}

.wy-table-responsive tbody tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.wy-table-responsive tbody tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.wy-table-responsive tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.wy-table-responsive tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.product-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.product-links li {
    display: inline-block;
    flex: 1;
    flex-basis: calc(100% / 2 - 1em);
    margin: 0 0.5em !important;
    max-width: calc(100% / 2 - 1em);
    padding-top: 15px;
    text-align: center;
}
.product-links li a {
    /* background: #593189; */
    display: block;
    padding: 0;
    transition: .2s transform;
}
.product-links li img {
    height: 90px;
}
.product-links li a:hover,
.product-links li a:focus {
    transform: scale(1.05);
}

.product-button {
    font-size: 2.0rem;
    line-height: 2.0rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 30px;
    background: var(--purple-drk);
    color: white;
    border-radius: 12px;
    transition: .2s;
}

.product-button:hover {
    background: var(--purple-med); 
}

.wy-nav-content a:hover, .wy-nav-content a:visited:hover {
    color: var(--green-med);
}

.wy-menu-vertical a:visited {
    color: var(--white); 
}

.wy-menu-vertical a {
    font-family: 'Nunito', sans-serif;
    font-weight: 400; 
}

.wy-nav-top {
    background: var(--purple-drk);
    color: var(--white);
}

.wy-nav-top a:visited {
    color: var(--white);
}

.wy-nav-side {
    transition: .2s;
}

.wy-nav-content {
    max-width: none;
}

.wy-menu-vertical li.current {
    background: var(--white);
}

.wy-menu-vertical li.current a:hover {
    background: var(--green-lgt);
    color: var(--white);
}

.wy-menu-vertical li.toctree-l2.current>a {
    background: var(--white);
}

.wy-menu-vertical li.toctree-l2.current>a:hover {
    background: var(--green-lgt);
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
    background: var(--white);
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a:hover {
    background: var(--green-lgt);
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
    background: var(--white);
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a:hover {
    background: var(--green-lgt);
}

.wy-menu-vertical li.current>a:hover span.toctree-expand {
    color: var(--white);
}


/* Admonitions */

.admonition {
    background: var(--tip-bg) !important;
    border-radius: 4px;
    border-left-width: 3px;
    border-left-style: solid;
}

.admonition .first {
    border-radius: 0 4px 0 0;
}

.rst-content .note .admonition-title {
    background: var(--tip-blue);
}

.rst-content .attention .admonition-title {
    background: var(--tip-brown);
}

.rst-content .caution .admonition-title {
    background: var(--tip-brown);
}

.rst-content .danger .admonition-title {
    background: var(--tip-red);
}

.rst-content .error .admonition-title {
    background: var(--tip-red);
}

.rst-content .hint .admonition-title {
    background: var(--tip-green);
}

.rst-content .important .admonition-title {
    background: var(--tip-red);
}

.rst-content .note .admonition-title {
    background: var(--tip-blue);
}

.rst-content .seealso .admonition-title {
    background: var(--tip-green);
}

.rst-content .tip .admonition-title {
    background: var(--tip-green);
}

.rst-content .warning .admonition-title {
    background: var(--tip-red);
}

.rst-content .versionadded .admonition-title {
    background: var(--tip-green);
}

.rst-content .versionchanged .admonition-title {
    background: var(--tip-brown);
}

.rst-content .deprecated .admonition-title {
    background: var(--tip-red);
}


.rst-content .note {
    border-color: var(--tip-blue-border);
}

.rst-content .attention {
    border-color: var(--tip-brown-border);
}

.rst-content .caution {
    border-color: var(--tip-brown-border);
}

.rst-content .danger {
    border-color: var(--tip-red-border);
}

.rst-content .error {
    border-color: var(--tip-red-border);
}

.rst-content .hint {
    border-color: var(--tip-green-border);
}

.rst-content .important {
    border-color: var(--tip-red-border);
}

.rst-content .note {
    border-color: var(--tip-blue-border);
}

.rst-content .seealso {
    border-color: var(--tip-green-border);
}

.rst-content .tip {
    border-color: var(--tip-green-border);
}

.rst-content .warning {
    border-color: var(--tip-red-border);
}

.rst-content .versionadded {
    border-color: var(--tip-green-border);
}

.rst-content .versionchanged  {
    border-color: var(--tip-brown-border);
}

.rst-content .deprecated {
    border-color: var(--tip-red-border);
}


@media screen and (max-width: 728px) {
    .product-button {
        font-size: 1rem;
        line-height: 1rem;
    }
}