
/******************************************************************************
 * * *  IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * * *
 ******************************************************************************/

/***  BROWSER RESETS  ***/
@import url("normalize.css");

/***  FONTAWESOME  ***/
@import url("../fontawesome/css/all.min.css");

/***  BODY FONT  ***/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800&display=swap');




/******************************************************************************
 * * *  UNIVERSAL STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/

body {
  /*padding-left: 10px;
  padding-right: 10px;*/
  background-color: #F5F5F5;
  line-height: 1.6em;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: sans-serif;
  font-size: 14px;
  color: #707070;
}



/***  PARAGRAPHS  ***/

p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
p:first-child {margin-top: 0;}
p:last-child {margin-bottom: 0;}



/***  LINKS  ***/

a {
  text-decoration: none;
  color: #B9701D;
}

a:hover {text-decoration: none; color: #263147;}

/*** HYPERLINKS IN LIST HEADER ***/
.ListHeaderRow a {
  text-decoration: none;
  color: white;
}

.ListHeaderRow a:hover {text-decoration: none; color: #263147;}


/***  BUTTONS  ***/

button, 
.button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.4em 1.2em;
  border: 1px solid #D32F2F;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #D32F2F;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  color: white;
  cursor: pointer;
  cursor: hand;
  webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

button:hover, 
.button:hover {
  text-decoration: none;
  background-color: #D32F2F;
  opacity:0.5;
}

button:focus, 
.button:focus {outline: none;}




/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  margin: 1.6em 0 0.7em 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.3em;
  color: #1F1F1F;
}

h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {margin-top: 0;}

h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child, 
h6:last-child {margin-bottom: 0;}

h1 {font-size: 1.72em;}
h2 {font-size: 1.42em;}
h3 {font-size: 1.28em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 0.9em;}


/***  LISTS  ***/

ul,
ol {
  padding: 0;
  margin: 1.2em 0;
  list-style: disc;
}

ol {list-style: decimal;}

ul:first-child, 
ol:first-child {margin-top: 0;}

ul:last-child, 
ol:last-child {margin-bottom: 0;}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

li {
  padding: 0;
  margin: 0;
  margin-left: 1.75em;
}



/***  BLOCKQUOTES  ***/

blockquote {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
blockquote:first-child {margin-top: 0;}
blockquote:last-child {margin-bottom: 0;}


/***  MEDIA  ***/

/* Universal Media Styles */

audio, canvas, img, video {vertical-align: middle;}

/* Image Styles */

img {
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*  Video Styles  */

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/***  3.6 FORMS  ***/

/* Wrappers & Elements */

form {
  padding: 0;
  border: 0;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  clear: both;
}
form:first-child {margin-top: 0;}
form:last-child {margin-bottom: 0;}

fieldset {
  padding: 0;
  border: 0;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
fieldset:first-child {margin-top: 0;}
fieldset:last-child {margin-bottom: 0;}

legend {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
  margin-bottom: 0.5em;
}

label {
  /*display: block;*/
  display: inline;
  vertical-align: middle;
  /*vertical-align: sub;*/
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

/* Inputs */

input, 
textarea, 
select {
  display: inline-block;
  vertical-align: middle;
  /*width: 100%;
  width: 75%;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 0;
  font-size: 0.9em;
}

input:focus, 
textarea:focus, 
select:focus {
  outline-color: transparent;
  outline-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="url"], 
input[type="date"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
textarea, 
select {
  width:100%;
  padding: 10px;
  border: 1px solid #d2d2d2;
  background: white;
}

textarea {
  height: 100px;
  resize: vertical;
}

/*select {height: calc(1em + 30px);}*/

/*input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #363636;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #D9D9D6;
    margin-right: 20px;
    line-height: 1;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
    width: 24px;
    height: 24px;
    border-width: 8px;
    border-color: #263147;
}

input[type="radio"]+label:before {
    border-radius: 100%;
}*/

input[type="checkbox"],  
input[type="radio"] {
  display: inline;
  vertical-align: sub;
  width: auto;
  margin-right: 2.5px;
  /*margin-left: 2.5px;*/
}

input[type="checkbox"] + span,  
input[type="radio"] + span{
	padding-right: 20px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="date"]:focus, 
input[type="datetime-local"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
textarea:focus, 
select:focus {border-color: #2ccbf9;}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	margin: 5px;
  display: inline-block;
  border: 1px solid #263147;
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
  width: auto;
  height: 2.8em;
  padding: 0.4em 1.2em;
  background-color: #263147;
  /*text-transform: uppercase;*/
  font-size: 0.9em;
  font-weight: 600;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*Button-gray-button-ButtonStyle*/
input[type="submit"].Button-gray-button-ButtonStyle, 
input[type="reset"].Button-gray-button-ButtonStyle, 
input[type="button"].Button-gray-button-ButtonStyle {
  border-color: #d2d2d2;
  background: #eee;
  color: #484848;
}

input[type="submit"].Button-gray-button-ButtonStyle:hover, 
input[type="reset"].Button-gray-button-ButtonStyle:hover, 
input[type="button"].Button-gray-button-ButtonStyle:hover {
  border-color: #d2d2d2;
  background: #e2e2e2;
  color: #484848;
}



input[type="submit"].gray-button, 
input[type="reset"].gray-button, 
input[type="button"].gray-button {
  border-color: #d2d2d2;
  background: #eee;
  color: #484848;
}

input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {background-color: #B9701D; border-color: #B9701D; }

input[type="submit"].gray-button:hover, 
input[type="reset"].gray-button:hover, 
input[type="button"].gray-button:hover {
  border-color: #d2d2d2;
  background: #e2e2e2;
  color: #484848;
}



/******************************************************************************
 * * *  ICONS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/

.fa,
.fas,
.far,
.fal,
.fab {
  vertical-align: middle;
  width: 1.15em;
  height: 1.15em;
  border: 0px solid black;
  margin-top: 1px;
  margin-bottom: 1px;
  line-height: 1.15em;
  text-align: center;
  font-style: normal !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}





/******************************************************************************
 * * *  TABLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/
 
/***  SHOW CONTROL TITLE  ***/

div[control-type='textbox'] input, div[control-type='label'] span, div[control-type] select {
  display: block;
  border: none;
  /*border-bottom: 1px solid black;*/
  outline: none;
  /*width: 75%;*/
  width: 100%;
  padding: 0;
  font-size: 14px;
  /*position: relative;
  left: 12%;*/
}

div[control-type] > div[control-title] {
  /*padding-top: 6px;*/
  font-size: 10px;
  /*height: 22px;
  position: relative;
  left: 12.5%;*/
  font-weight: bold;
  font-size: 0.86em;
  color: #175E8E;
}
.ListHeaderRow > td{
	text-align: center;
}

/*** LAYOUT TABLE  ***/

.layout-table, 
.layout-table > tbody {
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header > tbody, 
.main > tbody, 
.footer > tbody {
  padding-left: 50px;
  padding-right: 50px;
}

.layout-table > tbody > tr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% + 30px);
  margin: -15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header > tbody > tr, 
.footer > tbody > tr, 
.layout-table.vertical-align-center > tbody > tr {align-items: center;}

.layout-table > tbody > tr > td {
  width: 100%;
  padding: 15px;
  border: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout-table > tbody > tr > td.col-fifth {width: 20%;}
.layout-table > tbody > tr > td.col-fourth {width: 25%;}
.layout-table > tbody > tr > td.col-third {width: 33.33%;}
.layout-table > tbody > tr > td.col-half {width: 50%;}
.layout-table > tbody > tr > td.col-two-thirds {width: 66.66%;}
.layout-table > tbody > tr > td.col-three-fourths {width: 75%;}
.layout-table > tbody > tr > td.col-four-fifths {width: 80%;}

@media screen and (max-width: 900px) {

.header > tbody, 
.main > tbody, 
.footer > tbody {
  padding-left: 40px;
  padding-right: 40px;
}

.layout-table > tbody > tr > td.col-fifth, 
.layout-table > tbody > tr > td.col-fourth, 
.layout-table > tbody > tr > td.col-third, 
.layout-table > tbody > tr > td.col-half, 
.layout-table > tbody > tr > td.col-two-thirds, 
.layout-table > tbody > tr > td.col-three-fourths, 
.layout-table > tbody > tr > td.col-four-fifths {width: 100%;}

}

@media screen and (max-width: 600px) {
.header > tbody, 
.main > tbody, 
.footer > tbody {
  padding-left: 25px;
  padding-right: 25px;
}
}


@media screen and (max-width: 400px) {
.header > tbody, 
.main > tbody, 
.footer > tbody {
  padding-left: 15px;
  padding-right: 15px;
}
}



/***  ListTable  ***/

.ListTable-wrap {
  max-width: 100vw;
  /*overflow: scroll;*/
}

.ListTable{
	/*min-width: 1000px;*/
	margin: 5px;
	max-width: 99vw;
}
.ListTable tr:nth-child(odd) {background: white;}

.ControlPanelTR, .ControlPanelTR tr, .PagingTableTR, .PagingTableTR tr	{background: transparent !important;}

.ListTable tr.ListHeaderRow {
  background-color: #B9701D;
  text-transform: uppercase;
  color: white;
  /*letter-spacing: 0.1em;*/
  letter-spacing: 0.05em;
  font-weight: 600;
}

.ListTable tr.table-heading {
  background-color: #B9701D;
  text-transform: uppercase;
  color: white;
  /*letter-spacing: 0.1em;*/
  letter-spacing: 0.05em;
  font-weight: 600;
}

.ListTable td {padding: 10px;}

.ListTable td.blue-text {
  font-weight: bold;
  color: #175E8E;
  letter-spacing: 0.05em;
}
.ControlPanel td{
	padding: 0px;
}
/***  STYLED TABLE  ***/

.styled-table-wrap {
  /*max-width: 100%;
  overflow: scroll;*/
}

.styled-table {
	/*min-width: 1000px;*/
	margin: 5px;
	max-width: 99vw;
}

.styled-table tr:nth-child(odd) {background: white;}

.styled-table tr.ListHeaderRow {
  background-color: #212121;
  text-transform: uppercase;
  color: white;
  /*letter-spacing: 0.1em;*/
  letter-spacing: 0.05em;
  font-weight: 600;
}

.styled-table tr.table-heading {
  background-color: #212121;
  text-transform: uppercase;
  color: white;
  /*letter-spacing: 0.1em;*/
  letter-spacing: 0.05em;
  font-weight: 600;
}

.styled-table td {padding: 20px;}

.styled-table td.blue-text {
  font-weight: bold;
  color: #175E8E;
  letter-spacing: 0.05em;
}


.table-nav input[type="button"].prev-page-all, 
.table-nav input[type="button"].prev-page, 
.table-nav input[type="button"].next-page, 
.table-nav input[type="button"].next-page-all {
  border: none;
  background-color: #EAEAEA;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 16px;
}

.table-nav input[type="button"].prev-page-all:hover, 
.table-nav input[type="button"].prev-page:hover, 
.table-nav input[type="button"].next-page:hover, 
.table-nav input[type="button"].next-page-all:hover {background-color: #E0E0E0;}

.table-nav input[type="button"].prev-page-all {background-image: url(../fontawesome/svgs/light/angle-double-left.svg);}
.table-nav input[type="button"].prev-page {background-image: url(../fontawesome/svgs/light/angle-left.svg);}
.table-nav input[type="button"].next-page {background-image: url(../fontawesome/svgs/light/angle-right.svg);}
.table-nav input[type="button"].next-page-all {background-image: url(../fontawesome/svgs/light/angle-double-right.svg);}

.table-info {text-align: right;}
.search-bar {
	position: relative;
	left: 2%;
}
.search-bar input[type="text"] {}

.search-bar input[type="button"] {
  width: 36px;
  background-image: url(../fontawesome/svgs/light/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 16px;
}



/******************************************************************************
 * * *  FORM  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/

.form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-title {margin-bottom: 1.5em;}

.form-title .fal {
  font-size: 1.1em;
  color: #175E8E;
}

.layout-table > tbody > tr > td.form-label {
  width: 120px;
  text-align: right;
}

.form label {color: #121C36;}

.layout-table > tbody > tr > td.form-field {width: calc(100% - 120px);}

.form-submit {
  width: 100%;
  text-align: right;
}

/* Stylized Checkbox */

.layout-table > tbody > tr > td.form-checkbox {
  position: relative;
  width: 100%;
  padding-left: 54px;
}

.layout-table > tbody > tr > td.form-checkbox label {
  padding-top: 3px;
  padding-bottom: 3px;
}

.layout-table .form-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.layout-table .form-checkbox .checkbox-toggle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 24px;
  margin-top: -12px;
  border: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #B83C26;
}

.layout-table .form-checkbox input[type="checkbox"]:checked ~ .checkbox-toggle {background-color: #212121;}

.layout-table .form-checkbox input[type="checkbox"] ~ .checkbox-toggle:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  content: '';
}

.layout-table .form-checkbox input[type="checkbox"]:checked ~ .checkbox-toggle:after {
  left: auto;
  right: 2px;
}







/******************************************************************************
 * * *  WORKFLOW  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/

.tool-bar {
  position: fixed;
  background-color: #E6E6E6;
}

.tool-bar > tbody > tr, 
.tool-bar > tbody > tr > td {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tool-bar ul, 
.tool-bar li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tool-bar li {display: inline-block;}

.tool-bar li a {
  display: block;
  padding: 20px;
  color: #1f1f1f;
}

.tool-bar li a:hover {opacity: 0.8;}

.canvas {
  display: flex;
  padding: 126px 60px 60px 60px;
}

.chart td {
  width: auto;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

.green-dot, 
.red-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #212121;
}

.red-dot {background-color: #B83C26;}

.blue-box {
  position: relative;
  display: block;
  width: 100%;
  min-width: 200px;
  padding: 10px 15px;
  border: 1px solid #175E8E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #E5F5FF;
  text-align: left;
  color: #193243;
}

.blue-box .box-title {
  display: block;
  font-weight: 600;
}

.blue-box .box-info {font-size: 0.86em;}

.icon-box {padding-left: 50px;}

.icon-box .fal {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
}

.red-box {
  position: relative;
  display: block;
  width: 200px;
  padding: 7px 15px 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  color: #7E2717;
}

.red-box:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 80px;
  margin-left: -100px;
  margin-top: -40px;
  background: url(../images/red-box-bg.png) center center no-repeat;
  background-size: 100% 100%;
  content: '';
}

.red-box .fal {font-size: 20px;}

.red-box .box-title {
  display: block;
  font-weight: 600;
}

.red-box .box-info {font-size: 0.86em;}



/***  ARROWS  ***/

.arrow-left, 
.arrow-right {
  position: relative;
  display: inline-block;
  width: 100%;
  width: 20px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: black;
}

.arrow-left:after, 
.arrow-right:after {
  position: absolute;
  top: -7px;
  left: -8px;
  content: "";
  background: url("../fontawesome/svgs/solid/caret-left.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.arrow-right:after {
  top: -7px;
  left: auto;
  right: -8px;
  content: "";
  background: url("../fontawesome/svgs/solid/caret-right.svg") center center no-repeat;
}

.arrow-up, 
.arrow-down {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 20px;
  margin-left: 13px;
  margin-right: 13px;
  background-color: black;
}

.arrow-up.arrow-extended, 
.arrow-down.arrow-extended {height: 54px;}

.arrow-left.arrow-extended, 
.arrow-right.arrow-extended {width: 54px;}

.arrow-right.rotate-down, 
.arrow-left.rotate-up, 
.arrow-up.rotate-right, 
.arrow-down.rotate-left {transform: rotate(30deg);}

.arrow-left.rotate-down, 
.arrow-right.rotate-up, 
.arrow-up.rotate-left, 
.arrow-down.rotate-right {transform: rotate(-30deg);}

.arrow-up:after, 
.arrow-down:after {
  position: absolute;
  top: -8px;
  right: -7px;
  content: "";
  background: url("../fontawesome/svgs/solid/caret-up.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.arrow-down:after {
  top: auto;
  bottom: -8px;
  right: -7px;
  background: url("../fontawesome/svgs/solid/caret-down.svg") center center no-repeat;
}

.arrow-up.arrow-yes, 
.arrow-up.arrow-no {margin-bottom: 34px;}

.arrow-down.arrow-yes, 
.arrow-down.arrow-no {margin-top: 34px;}

.arrow-left.arrow-yes,
.arrow-left.arrow-no {margin-right: 34px;}

.arrow-right.arrow-yes,
.arrow-right.arrow-no {margin-left: 34px;}

.arrow-up.arrow-yes:before, 
.arrow-down.arrow-yes:before, 
.arrow-left.arrow-yes:before,
.arrow-right.arrow-yes:before, 
.arrow-up.arrow-no:before, 
.arrow-down.arrow-no:before, 
.arrow-left.arrow-no:before,
.arrow-right.arrow-no:before {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #212121;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 28px;
  font-size: 0.86em;
  color: #212121;
  content: 'Yes';
}

.arrow-up.arrow-no:before, 
.arrow-down.arrow-no:before, 
.arrow-left.arrow-no:before,
.arrow-right.arrow-no:before {
  border-color: #B83C26;
  color: #B83C26;
  content: 'No';
}

.arrow-up.arrow-yes:before, 
.arrow-up.arrow-no:before {
  top: calc(100% + 4px);
  left: -13px;
}

.arrow-down.arrow-yes:before, 
.arrow-down.arrow-no:before {
  bottom: calc(100% + 4px);
  left: -13px;
}

.arrow-left.arrow-yes:before, 
.arrow-left.arrow-no:before {
  left: calc(100% + 4px);
  top: -13px;
}

.arrow-right.arrow-yes:before, 
.arrow-right.arrow-no:before {
  right: calc(100% + 4px);
  top: -13px;
}




/******************************************************************************
 * * *  CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  OVERLAY NAV  ***/

.overlay-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 0;
  opacity: 0;
  background: #175E8E;
  color: white;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.overlay-nav.active {
  max-height: 3000px;
  overflow: auto;
  opacity: 1;
}


.overlay-nav .menu-close {
  position: absolute;
  top: 47px;
  left: 48px;
  display: block;
  font-size: 1.72em;
  color: #D32F2F;
}

.overlay-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  padding: 0 35px;
  margin: 0 auto;
  list-style: none;
}

.overlay-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.overlay-menu > li {
  width: 20%;
  padding: 75px 15px 75px 55px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.overlay-menu > li.double-wide {width: 40%;}

.overlay-menu > li > .menu-title {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 1.28em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color:white;
}

.overlay-menu > li > .menu-title > .fal {
  position: absolute;
  top: -0.15em;
  left: -40px;
  font-size: 1.3em;
}

.overlay-menu li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.overlay-menu > li.double-wide > ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.overlay-menu li ul li a {
  display: block;
  font-size: 1.15em;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.overlay-menu li ul li.active a, 
.overlay-menu li ul li a:hover {color: #D32F2F;}

.overlay-menu ul ul {display: none;}

@media screen and (max-width: 1500px) {

.overlay-nav {align-items: flex-start;}

.overlay-menu {
  padding-top: 50px;
  padding-bottom: 50px;
}

.overlay-menu > li, 
.overlay-menu > li.double-wide {
  width: 33.3333%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.overlay-menu > li.double-wide > ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

}
@media screen and (max-width: 1200px) {
.overlay-nav .menu-close {
  top: 34px;
  left: 48px;
}
}
@media screen and (max-width: 900px) {

.overlay-nav .menu-close {left: 38px;}

.overlay-menu {
  padding-left: 25px;
  padding-right: 25px;
}

.overlay-menu > li, 
.overlay-menu > li.double-wide {width: 50%;}

}
@media screen and (max-width: 600px) {

.overlay-nav .menu-close {left: 23px;}

.overlay-menu {
  padding-left: 10px;
  padding-right: 10px;
}

.overlay-menu > li, 
.overlay-menu > li.double-wide {width: 100%;}

}
@media screen and (max-width: 400px) {
.overlay-nav .menu-close {left: 13px;}
}
/*** homepage menu ***/
.homepage-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  padding: 0 35px;
  margin: 0 auto;
  list-style: none;
}

.homepage-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.homepage-menu > li {
  width: 20%;
  padding: 75px 15px 75px 55px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.homepage-menu > li.double-wide {width: 40%;}

.homepage-menu > li > .menu-title {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 1.28em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
}

.homepage-menu > li > .menu-title > .fal {
  position: absolute;
  top: -0.15em;
  left: -40px;
  font-size: 1.3em;
}

.homepage-menu li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.homepage-menu > li.double-wide > ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.homepage-menu li ul li a {
  display: block;
  font-size: 1.15em;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
  color: black;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.homepage-menu li ul li.active a, 
.homepage-menu li ul li a:hover {color: #D32F2F;}

.overlay-menu ul ul {display: none;}

@media screen and (max-width: 1500px) {

.homepage-menu {
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage-menu > li, 
.homepage-menu > li.double-wide {
  width: 33.3333%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.homepage-menu > li.double-wide > ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

}
@media screen and (max-width: 900px) {

.homepage-menu {
  padding-left: 25px;
  padding-right: 25px;
}

.homepage-menu > li, 
.homepage-menu > li.double-wide {width: 50%;}

}
@media screen and (max-width: 600px) {


.homepage-menu {
  padding-left: 10px;
  padding-right: 10px;
}

.homepage-menu > li, 
.homepage-menu > li.double-wide {width: 100%;}

}

/***  OVERLAY SEARCH  ***/

.overlay-search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 0;
  opacity: 0;
  background: #175E8E;
  color: white;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.overlay-search.active {
  max-height: 3000px;
  overflow: auto;
  opacity: 1;
}


.overlay-search .search-close {
  position: absolute;
  top: 47px;
  right: 48px;
  display: block;
  font-size: 1.72em;
  color: #D32F2F;
}

.overlay-search form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  padding: 0 35px;
  margin: 0 auto;
  list-style: none;
}

.overlay-search input[type="text"] {
  width: calc(100% - 94px);
  margin-right: 8px;
}

.overlay-search input[type="submit"], 
.overlay-search input[type="button"] {height: 40px;}

@media screen and (max-width: 1200px) {
.overlay-search .search-close {
  top: 34px;
  right: 48px;
}
}
@media screen and (max-width: 900px) {
.overlay-search .search-close {right: 38px;}
}
@media screen and (max-width: 600px) {
.overlay-search .search-close {right: 23px;}
}
@media screen and (max-width: 400px) {
.overlay-search .search-close {right: 13px;}
}


/***  OVERLAY FORM  ***/

.new-app {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 0;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  background: #175E8E;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.new-app.active {
  max-height: 3000px;
  overflow: auto;
  opacity: 1;
}

.new-app .new-app-close {
  position: absolute;
  top: 47px;
  right: 48px;
  display: block;
  font-size: 1.72em;
  color: #D32F2F;
}

.new-app .form {
  max-width: 1000px;
  padding: 60px;
  background: white;
}

@media screen and (max-width: 1200px) {
.new-app .new-app-close {
  top: 34px;
  right: 48px;
}
}
@media screen and (max-width: 900px) {
.new-app .new-app-close {right: 38px;}
}
@media screen and (max-width: 600px) {
.new-app .new-app-close {
  top: 20px;
  right: 20px;
}
.new-app .form {padding: 20px;}
}
@media screen and (max-width: 400px) {
.new-app .new-app-close {right: 13px;}
}



/***  HEADER  ***/

.header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

.header > tbody > tr {
  margin-top: -5px;
  margin-bottom: -5px;
}

.header > tbody > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header a {color: #484848;}

.header a:hover {color: #D32F2F;}

.header .fal {font-size: 1.42em;}

.header > tbody > tr > td.nav-menu {width: 50px;}

.header > tbody > tr > td.krise-logo {width: 110px;}

.header > tbody > tr > td.page-title {width: 290px;}

.header > tbody > tr > td.header-tools,
.header > tbody > tr > td.header-nav {width: calc(50% - 225px);}

.header-tools select {max-width: 250px;}

.header-nav {text-align: right;}

.header-menu {
  padding: 0;
  margin: 0;
}
.nav-menu {
	/*position: relative;
    left: -75%;*/
	font-size: x-large;
}
.menu-open {
	text-decoration: unset;
	color: black;
}
.header-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  font-weight: 600;
}

.header-menu li:not(:last-child) {margin-right: 46px;}

.header-menu .user-link {
  display: flex;
  align-items: center;
}

.header-menu .user-avatar {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  background: #E2E2E0 url(../fontawesome/svgs/solid/user.svg) center center no-repeat;
  background-size: 60%;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {

.header > tbody > tr > td.krise-logo {width: 80px;}

.header > tbody > tr > td.page-title {width: calc(100% - 130px);}

.header > tbody > tr > td.header-tools,
.header > tbody > tr > td.header-nav {width: 50%;}

.header-tools select {max-width: 200px;}

.header-tools button {font-size: 0.9em;}

}

@media screen and (max-width: 900px) {

.header > tbody > tr > td.header-tools,
.header > tbody > tr > td.header-nav {
  width: 100%;
  text-align: left;
}

.header-tools select, 
.header-tools button {
  width: 100%;
  max-width: 100%;
}

.header-menu li:not(:last-child) {margin-right: 20px;}

.header-menu li:last-child {float: right;}

.header-menu .user-avatar {display: none;}

}

/* Login Header */

.login-header > tbody > tr > td.page-title, 
.login-header > tbody > tr > td.easyprocess-title {width: calc(50% - 55px);}

.login-header .easyprocess-title {text-align: right;}

.login-header .easyprocess-title h2, 
.login-header .easyprocess-title p {margin: 0;}

.login-header .easyprocess-title h2 {
  font-weight: normal;
  text-transform: none;
}

.login-header .easyprocess-title p {
  font-weight: bold;
  font-style: italic;
}

@media screen and (max-width: 900px) {

.login-header .page-title {display: none;}

.login-header > tbody > tr > td.easyprocess-title {
  width: calc(100% - 110px);
  text-align: left;
}

}



/***  MAIN  ***/

.main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main > tbody {max-width: 1500px;}

.main > tbody > tr > td {width: 100%;}



/***  LOGIN  ***/

.login {
  /*display: block;*/
  position: relative;
  /*padding: 60px;*/
  padding: 50px;
  width: 100%;
  max-width: 600px;
  /*margin: 140px auto !important;*/
  margin: auto !important;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login:before {
  position: absolute;
  top: 50px;
  left: 50px;
  bottom: 0;
  right: 50px;
  z-index: -1;
  box-shadow: 0 0 100px rgba(0,0,0,0.25);
  background-color: white;
  content: '';
}

.login-submit {text-align: right;}

@media screen and (max-width: 600px) {

.login {
  padding: 20px;
  margin: 80px auto !important;
}

}

/***  APPLICATIONS  ***/

.app-cols > tbody > tr > td {width: 33.3333%;}

.app-cols .app-label {
  display: block;
  padding: 5px;
  background-color: #1F1F1F;
  text-align: center;
  color: white;
}

.app-cols .app-wrap {
  position: relative;
  background: white;
  padding: 40px 25px;
  text-align: center;
}

.app-wrap  > tbody > tr:nth-of-type(2) > td:first-of-type {
	padding: 15px;
}
.app-code {
	padding: 15px;
}
.app-cols .app-wrap:before {
  position: absolute;
  top: 50px;
  left: 50px;
  bottom: 0;
  right: 50px;
  z-index: -1;
  box-shadow: 0 0 100px rgba(0,0,0,0.25);
  background-color: white;
  content: '';
}
.app-thumb {
	cursor:pointer;
}
.app-cols .app-thumb {
  display: block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  background: #1F1F1F;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.app-cols .app-thumb:hover {opacity: 0.8;}

.app-cols .app-thumb .fal {
  font-size: 3em;
  line-height: 100px;
  color: white;
}

.app-cols .app-title {
  font-size: 1.2em;
  letter-spacing: 0.05em;
}

.app-cols .app-title a {color: #1f1f1f;}

.app-cols .app-info {
  padding: 15px;
  margin-left: 0;
  list-style: none;
  text-align: center;
}

.app-cols .app-info li {
  display: inline-block;
  margin-left: 0;
  padding: 0 10px;
}

.app-cols .app-info li span {font-weight: bold;}

@media screen and (max-width: 1200px) {
.app-cols > tbody > tr > td {width: 50%;}
}

@media screen and (max-width: 600px) {
.app-cols > tbody > tr > td {width: 100%;}
}

/* App Colors 

.app-cols .app-blue .app-label, 
.app-cols .app-blue .app-thumb {background-color: #175E8E;}

.app-cols .app-dark-blue .app-label, 
.app-cols .app-dark-blue .app-thumb {background-color: #121C36;}

.app-cols .app-red .app-label, 
.app-cols .app-red .app-thumb {background-color: #B83C26;}

.app-cols .app-green .app-label, 
.app-cols .app-green .app-thumb {background-color: #85A73C;}

.app-cols .app-orange .app-label, 
.app-cols .app-orange .app-thumb {background-color: #F18729;}
 App Colors */
 
.app-cols .app-blue .app-label, 
.app-cols .app-blue .app-thumb {background-color: #175E8E;}
 
.app-cols .app-red .app-label, 
.app-cols .app-red .app-thumb {background-color: #ec1c24;}

.app-cols .app-green .app-label, 
.app-cols .app-green .app-thumb {background-color: #0ed145;}

.app-cols .app-orange .app-label, 
.app-cols .app-orange .app-thumb {background-color: #ff7f27;}

.app-cols .app-pink .app-label, 
.app-cols .app-pink .app-thumb {background-color: #b83dba;}

.app-cols .app-turquoise .app-label, 
.app-cols .app-turquoise .app-thumb {background-color: #66cbf8;}

.app-cols .app-aqua .app-label, 
.app-cols .app-aqua .app-thumb {background-color: #8cfffb;}

.app-cols .app-black .app-label, 
.app-cols .app-black .app-thumb {background-color: #000000;}

.app-cols .app-brown .app-label, 
.app-cols .app-brown .app-thumb {background-color: #b97a56;}

.app-cols .app-darkgray .app-label, 
.app-cols .app-darkgray .app-thumb {background-color: #585858;}

.app-cols .app-darkred .app-label, 
.app-cols .app-darkred .app-thumb {background-color: #88001b;}

.app-cols .app-indigo .app-label, 
.app-cols .app-indigo .app-thumb {background-color: #3f48cc;}

.app-cols .app-lightgray .app-label, 
.app-cols .app-lightgray .app-thumb {background-color: #c3c3c3;}

.app-cols .app-lightyellow .app-label, 
.app-cols .app-lightyellow .app-thumb {background-color: #fdeca6;}

.app-cols .app-lime .app-label, 
.app-cols .app-lime .app-thumb {background-color: #c4ff0e;}

.app-cols .app-rose .app-label, 
.app-cols .app-rose .app-thumb {background-color: #ffaec8;}

.app-cols .app-yellow .app-label, 
.app-cols .app-yellow .app-thumb {background-color: #fff200;}

.app-cols .app-gold .app-label, 
.app-cols .app-gold .app-thumb {background-color: #ffca18;}


/***  APPLICATION HOME  ***/

.app-home {max-width: 1000px;}

.app-home > tbody > tr > td.app-thumb-wrap {
  width: 180px;
  text-align: center;
}

.app-home .app-thumb {
  display: block;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  background: #E0E0E0;
  text-align: center;
  overflow: hidden;
}

.app-home .app-thumb .fal {
  font-size: 5em;
  line-height: 150px;
  color: #175E8E;
}

.app-home > tbody > tr > td.app-info {width: calc(100% - 180px);}

.app-home .app-thumb-wrap, 
.app-home .app-info {padding-bottom: 40px;}

.app-home .form {
  position: relative;
  padding: 60px;
  background: white;
}

.app-home .form:after {
  position: absolute;
  top: 50px;
  left: 50px;
  bottom: 0;
  right: 50px;
  z-index: -200;
  box-shadow: 0 0 100px rgba(0,0,0,0.25);
  background-color: white;
  content: '';
}

@media screen and (max-width: 600px) {

.app-home > tbody > tr > td.app-thumb-wrap, 
.app-home > tbody > tr > td.app-info {width: 100%;}

.app-home .app-thumb-wrap {padding-bottom: 0;}

}



/***  SYSTEM APPLICATIONS  ***/

.system-app-cols > tbody > tr > td {width: 20%;}

.system-app-cols a {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 10px;
  background: #1f1f1f;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.system-app-cols a:hover {opacity: 0.8;}

.blue-cols a {background-color: #175E8E;}

.orange-cols a {background-color: #F18729;}

.green-cols a {background-color: #85A73C;}

.red-cols a {background-color: #B83C26;}

@media screen and (max-width: 1200px) {
.system-app-cols > tbody > tr > td {width: 25%;}
}

@media screen and (max-width: 900px) {
.system-app-cols > tbody > tr > td {width: 33.33%;}
}

@media screen and (max-width: 600px) {
.system-app-cols > tbody > tr > td {width: 100%;}
}





/***  FOOTER  ***/

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #D9D9D9;
}

.footer > tbody > tr {
  margin-top: -5px;
  margin-bottom: -5px;
}

.footer > tbody > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer > tbody > tr > td.copyright,
.footer > tbody > tr > td.powered-by {width: 50%;}

.footer > tbody > tr > td.powered-by {text-align: right;}

.footer > tbody > tr > td.copyright:nth-last-child(n+3), 
.footer > tbody > tr > td.powered-by:nth-child(n+3), 
.footer > tbody > tr > td.debugger-button {width: 33.3333%;}

.footer .debugger-button {text-align: center;}

.footer .footer-menu, 
.footer .footer-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-menu {padding: 0 10px;}

.footer .footer-menu li:not(:last-child):after {
  content: "|";
}

.footer .footer-menu li a {
  display: inline-block;
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {

.footer > tbody > tr > td.copyright,
.footer > tbody > tr > td.powered-by,
.footer > tbody > tr > td.copyright:nth-last-child(n+3), 
.footer > tbody > tr > td.powered-by:nth-child(n+3), 
.footer > tbody > tr > td.debugger-button {
  width: 100%;
  text-align: center;
}


}
.Section-Configuration-ContentRow > td:first-of-type
{
	width:45%;
}

.Section-Log-ContentTable
{
	table-layout: fixed;
	border-collapse: collapse;
}

.Section-Log-ContentCell:first-of-type
{
	display: inline-block;
    overflow: auto;
    width: 40%;
    height: 80vh;
}
.Section-Log-ContentCell:nth-of-type(2)
{
	display: inline-block;
    overflow: auto;
    width: 20%;
    height: 80vh;
}
.Section-Log-ContentCell:last-of-type
{
	display: inline-block;
	overflow: auto;
    width: 40%;
    height: 80vh;
}
.main-menu {
	/*display: inline-flex;*/
	display: block;
}
.Section-WithBorder-ContentDescriptionCell
{
	font-weight: bold;
}
.Section-WithBorder-GridHeaderRow
{
	font-weight: bold;
}

.Section-WithBorder-GridHeaderRowCell
{
	font-weight: bold;
}

.Section-WithBorder-GridHeaderRowFirstCell
{
	font-weight: bold;
}

.Section-WithBorder-GridHeaderRowLastCell
{
	font-weight: bold;
}
.Section-WithBorder-HeaderTable > tbody > tr:first-of-type > td:first-of-type
{
	padding:10px;
}
.Section-WithBorder-HeaderTable
{
	FONT-WEIGHT: bold;
    PADDING: 3px;
    HEIGHT: 30px;
    font-size: 14px;
	background-color: #212121;
	text-transform: uppercase;
	color: white;
	letter-spacing: 0.1em;
	font-weight: 600;
    height: 40px;
}

.Section-WithBorder-MainTable
{
	border: 1px solid #cecece;
}
.WebPart-WithBorder-HeaderTable
{
	background-color: #212121;
	text-transform: uppercase;
	color: white;
	letter-spacing: 0.1em;
	font-weight: 600;
	
	PADDING-BOTTOM: 6px;
    PADDING-RIGHT: 10px;
    FONT-WEIGHT: bold;
    HEIGHT: 40px;
    TEXT-ALIGN: left;
    font-size: 16px;
	height:40px;
}

.WebPart-WithBorder-HeaderTable >td
{
	padding-left:5px;
}

.WebPart-WithBorder-MainTable
{
	border: 1px solid #cecece;
    margin-bottom: 20px;
    border-radius: 5px;
    border-collapse: collapse;
}
.Section-Hierarchy-ContentCell
{
height: 74vh;
display: inline-block;
overflow: auto;
}

.Section-Hierarchy-ContentCell:first-of-type
{
	width: 48%;
    max-width: 70%;
    min-width: 25%;
    resize: horizontal;
}

.Section-Hierarchy-ContentCell:last-of-type
{
width: 4%;
}

.Section-Hierarchy-ContentCell:nth-of-type(2)
{
	width: 48%;
    max-width: 70%;
    min-width: 25%;
    resize: horizontal;
}
.Section-Hierarchy-ContentTable
{
table-layout: fixed;
border-collapse: collapse;
}
.Section-Default-ContentDescriptionCell
{
	font-weight: bold;
}
.Section-Default-ContentDescriptionCell > span {
}
/* * {
	    box-sizing: border-box;
}
table {
    border-collapse: separate;
    border-spacing: 1px;
}*/
.HyperLink-Default {
	padding: 5px;
}
.HyperLink-Default-Style {
	padding: 5px;
}
.Label-Default-Style {
	padding: 5px;
}
.main-bar {
    background: rgb(242, 242, 242);
    height: 88px;
}

.main-bar td:nth-of-type(1) {
    position: relative;
    width: 314px;
}

.main-bar td:nth-of-type(2) {
    width: 68px;
}

.main-bar td:nth-of-type(4) {
    width: 181px;
}

.main-bar td:nth-of-type(5) {
    width: 130px;
}

.main-bar td:nth-of-type(6) {
    width: 42px;
}
.menu-bar {
    /*background: rgb(18, 91, 140);*/
	background: #212121;
}

.menu-bar td:nth-of-type(2) {
    width: 1196px;
}

.menu-bar nav {
    color: rgb(255, 255, 255);
    font: 400 18px/41px "opensans-bold", sans-serif;
    text-transform: uppercase;
}

.menu-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-bar li {
    float: left;
}

.menu-bar .drop-down {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(54, 55, 55);
    color: rgb(18, 91, 140);
    display: none;
    font: 400 14px/15px "opensans", sans-serif;
    padding: 17px 21px;
    position: absolute;
    top: calc(100% - 1px);
    z-index: 101;
}

.menu-bar .main-menu > li {
    position: relative;
}

.menu-bar .main-menu > li > span,
.menu-bar .main-menu > li > a,
.menu-bar .main-menu > li > a:link,
.menu-bar .main-menu > li > a:focus,
.menu-bar .main-menu > li > a:visited,
.menu-bar .main-menu > li > a:active {
    /*border: 1px solid rgb(18, 91, 140);*/
	border: 1px solid #212121;
    color: rgb(255, 255, 255);
    display: block;
    padding: 0 27px;
}

.menu-bar .main-menu > li:hover > span,
.menu-bar .main-menu > li:hover > a,
.menu-bar .main-menu > li:hover > a:link,
.menu-bar .main-menu > li:hover > a:focus,
.menu-bar .main-menu > li:hover > a:visited,
.menu-bar .main-menu > li:hover > a:hover,
.menu-bar .main-menu > li:hover > a:active {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    /*color: rgb(18, 91, 140);*/
	color: #212121;
    position: relative;
}

.menu-bar .main-menu > li:hover::after {
    background: rgb(255, 255, 255);
    bottom: 0;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
    z-index: 102;
}

.menu-bar .main-menu > li > .drop-down {
    left: 0;
    padding: 11px 0 11px 15px;
}

.menu-bar .main-menu > li > .drop-down hr {
    margin: 13px 26px 13px 11px;
}

.menu-bar .main-menu > li:hover > .drop-down {
    display: block;
}

.menu-bar .main-menu .drop-down li {
    display: block;
    float: none;
    white-space: nowrap;
    width: 100%;
}

.menu-bar .main-menu .drop-down > ul > li > span,
.menu-bar .main-menu .drop-down > ul > li > a,
.menu-bar .main-menu .drop-down > ul > li > a:link,
.menu-bar .main-menu .drop-down > ul > li > a:focus,
.menu-bar .main-menu .drop-down > ul > li > a:visited,
.menu-bar .main-menu .drop-down > ul > li > a:active {
    color: rgb(18, 91, 140);
    display: block;
    padding: 6px 26px 6px 11px;
    width: 100%;
}

.menu-bar .main-menu .drop-down > ul > li:hover > span,
.menu-bar .main-menu .drop-down > ul > li:hover > a,
.menu-bar .main-menu .drop-down > ul > li:hover > a:link,
.menu-bar .main-menu .drop-down > ul > li:hover > a:focus,
.menu-bar .main-menu .drop-down > ul > li:hover > a:visited,
.menu-bar .main-menu .drop-down > ul > li:hover > a:hover,
.menu-bar .main-menu .drop-down > ul > li:hover > a:active {
    background: rgb(236, 238, 238);
    color: rgb(18, 91, 140);
}

.menu-bar .main-menu .fly-out {
    background: rgb(236, 238, 238);
    color: rgb(18, 91, 140);
    display: none;
    left: 100%;
    position: absolute;
    top: -1px;
    padding: 19px 25px;
    height: calc(100% + 2px);
    border: 1px solid rgb(54, 55, 55);
    border-left: 0;
}

.menu-bar .drop-down > ul > li:hover > .fly-out {
    display: block;
}

.menu-bar .main-menu .fly-out > ul > li > span,
.menu-bar .main-menu .fly-out > ul > li > a,
.menu-bar .main-menu .fly-out > ul > li > a:link,
.menu-bar .main-menu .fly-out > ul > li > a:focus,
.menu-bar .main-menu .fly-out > ul > li > a:visited,
.menu-bar .main-menu .fly-out > ul > li > a:active {
    color: rgb(18, 91, 140);
    display: block;
    padding: 6px 11px;
    width: 100%;
}

.menu-bar .main-menu .fly-out > ul > li:hover > span,
.menu-bar .main-menu .fly-out > ul > li:hover > a,
.menu-bar .main-menu .fly-out > ul > li:hover > a:link,
.menu-bar .main-menu .fly-out > ul > li:hover > a:focus,
.menu-bar .main-menu .fly-out > ul > li:hover > a:visited,
.menu-bar .main-menu .fly-out > ul > li:hover > a:hover,
.menu-bar .main-menu .fly-out > ul > li:hover > a:active {
    color: rgb(135, 171, 60); 
}

.menu-bar .bulk-menu {
    float: right;
    font: 400 18px/41px "opensans-bold", sans-serif;
    position: relative;
    text-transform: uppercase;
}

.menu-bar .bulk-menu > span {
    border-bottom: 1px solid rgb(18, 91, 140);
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(18, 91, 140);
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    padding: 0 12px;
    position: relative;
    z-index: 106;
}

.menu-bar .bulk-menu  > span:hover,
.menu-bar .bulk-menu  > span.expanded {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    color: rgb(18, 91, 140);
    position: relative;
}

.menu-bar .bulk-menu > span.expanded::after {
    background: rgb(255, 255, 255);
    bottom: 0;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
    z-index: 102;
}
@media screen and (max-width: 1500px) {
    .menu-bar nav {
        font: 400 16px/38px "opensans-bold", sans-serif;
    }
    
    .menu-bar .bulk-menu {
        font: 400 16px/38px "opensans-bold", sans-serif;
    }
    
    .company-logo::after {
        height: 40px;
        left: calc((100% - 150px) / 2);
        line-height: 40px;
        top: calc((100% - 40px) / 2);
        width: 150px;
    }

    .menu-bar td:nth-of-type(2) {
        width: 90%;
    }
	.menu-bar .drop-down {
        font: 400 13px/13px "opensans", sans-serif;
    }

    .main-bar td:nth-of-type(1),
    .company-logo,
    .company-logo img {
        width: 254px;
    }
    
    .main-bar {
         height: 73px;
     }
}
@media screen and (max-width: 1300px) {
    .menu-bar nav {
        font: 400 15px/36px "opensans-bold", sans-serif;
    }
    
    .menu-bar .bulk-menu {
        font: 400 15px/36px "opensans-bold", sans-serif;
    }

    .main-bar td:nth-of-type(1),
    .company-logo,
    .company-logo img {
        width: 224px;
    }
    
    .main-bar {
        height: 67px;
    }
}
@media screen and (max-width: 1100px) {
    .menu-bar nav {
        font: 400 14px/35px "opensans-bold", sans-serif;
    }
    
    .menu-bar .bulk-menu {
        font: 400 14px/35px "opensans-bold", sans-serif;
    }

    .main-bar td:nth-of-type(1),
    .company-logo,
    .company-logo img {
        width: 204px;
    }
}
body {
  overflow-x: hidden;
  width: 100%;
}

#btnOffCanMenu {
  color: rgb(255, 255, 255);
  display: inline-block;
  font: 400 14px/19px "opensans-bold",sans-serif;
  height: 100%;
  margin: 9px 0;
  position: relative;
  width: 80px;
}
#btnOffCanMenu:hover {
  cursor: pointer;
}
#btnOffCanMenu img {
  left: 0;
  position: absolute;
  top: 36%;
}

#ocmMenuWrapper {
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  transition: .5s;
  z-index: 5000;
}
#ocmMenuWrapper ul {
  background: #333;
  box-shadow: 0 0 25px -3px #000 inset;
  left: 0;
  margin: 0;
  max-height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 0;
  /* z-index: 510; */ /*Commented this line to make menu visible when user not logged in*/
}
#ocmMenuWrapper ul.top-level, #ocmMenuWrapper ul[style*='translateX(0px)'] {
  pointer-events: initial;
}
#ocmMenuWrapper ul li {
	margin: auto;
  border-bottom: 1px solid #808080;
  color: #eee;
  display: block;
  font: 400 16px/16px "opensans",sans-serif;
  height: 58px;
  list-style-type: none;
}
#ocmMenuWrapper ul li.btnOCMBack {
  padding: 20px;
}
#ocmMenuWrapper ul li.btnOCMBack:hover {
  background: #222;
  cursor: pointer;
}
#ocmMenuWrapper ul li * {
  display: inline;
}
#ocmMenuWrapper ul li * ul,
#ocmMenuWrapper ul li * li {
  display: block;
}
#ocmMenuWrapper ul li span {
  color: #eee;
  display: block;
  font: 400 16px/58px "opensans",sans-serif;
  padding-left: 20px;
  position: relative; /*Added this line and next to make menu visible when user not logged in*/
  z-index: 510;
}
li > #ocmMenuWrapper ul li span:last-child {
  padding: 12px 20px 0;
}
#ocmMenuWrapper ul li a {
  color: rgb(255,255,255);
  display: block;
  line-height: 58px;
  padding-left: 20px;
  text-decoration: none;
}
#ocmMenuWrapper ul li a:last-child span {
  padding: 12px 20px 0;
}
#ocmMenuWrapper ul li:hover {
  background: #222;
}
#ocmMenuWrapper ul ul {
  backface-visibility: hidden;
  background: #333;
  box-shadow: 0 0 25px -3px #000 inset;
  margin: 0;
  padding: 0;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 520;
}
#ocmMenuWrapper ul ul .ocmSubMenu {
  z-index: 521;
}
#ocmMenuWrapper ul ul ul {
  z-index: 540;
}
#ocmMenuWrapper ul ul ul .ocmSubMenu {
  z-index: 541;
}
#ocmMenuWrapper ul ul ul ul {
  z-index: 550;
}
#ocmMenuWrapper ul ul ul ul .ocmSubMenu {
  z-index: 551;
}
#ocmMenuWrapper ul ul ul ul ul {
  z-index: 560;
}
#ocmMenuWrapper ul ul ul ul ul .ocmSubMenu {
  z-index: 561;
}
#ocmMenuWrapper ul .ocmSubMenu {
  background: #333;
  border-left: 1px solid #808080;
  box-shadow: -14px 0 20px -16px #000 inset;
  color: #808080;
  display: block;
  float: right;
  font: 400 25px/25px "opensans",sans-serif;
  height: 57px;
  padding: 16px;
  position: relative;
  right: 0;
  top: 0;
  width: 59px;
  z-index: 511;
}
#ocmMenuWrapper ul .ocmSubMenu:hover {
  background: #222;
  cursor: pointer;
}
#ocmMenuWrapper ul .ocmSubMenu .fa {
  display: block;
  font-size: 28px;
  line-height: 30px;
}
#ocmMenuWrapper .ocm-close {
  backface-visibility: hidden;
}
#ocmMenuWrapper .ocm-close:hover {
  cursor: pointer;
}
#ocmMenuWrapper .ocm-close i {
  margin-right: 4px;
}

.ocm-overlay {
  background: #000;
  position: fixed;
  height: 100vh;
  opacity: 0;
  transition: opacity .3s ease 0s, visibility .3s ease 0s;
  visibility: hidden;
  width: 100vw;
  z-index: 4000;
}
.ocm-overlay.active {
  opacity: .4;
  visibility: visible;
}
.bootstrap-dialog.type-primary .modal-header {
	background-color: #B9701D !important;
	text-transform: uppercase !important;
    color: white !important;
    letter-spacing: 0.1em !important;
    font-weight: 600 !important;
}
  top: 10px;
}
.ChangeApplication {
	cursor:pointer;
}
.ChangeApplication:hover {
	cursor:pointer;
}
.modal-body {
	background-color: #F5F5F5;
	padding-left: 10px;
	padding-right: 10px;
}
.HeaderPage {
	width:280px;
}
.TextBox-MyTextBox-Style {
	width: 480px !important;
}
.logHeader > td:first-of-type {
	width:	80px;
}
.logHeader > td:nth-of-type(2) {
	width:	315px;
}
.logHeader > td:nth-of-type(3) {
	width:	100px;
}
.modal-dialog {
    margin: auto;
}

.TabRow {
	float:left;
}

.TabCell {
	color: #7F8FA4;
	/*font-family: "Proxima Nova";*/
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #E6EAEE;
	border-left: 1px solid #E6EAEE;
	padding: 2px 50px;
}

.TabCell > a{
	color: #7F8FA4;
	/*font-family: "Proxima Nova";*/
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	
	text-decoration:none;
}
.TabCell > a:hover{
	text-decoration:none;
}
.TabCell:hover {
	cursor: pointer;
}
.SelectedTabCell {
	color: #354052;
	/*font-family: "Proxima Nova";*/
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #B9701D;
	border-left: 1px solid #B9701D;
    padding: 2px 50px;
}
.SelectedTabCell > a{
	color: #B9701D;
	/*font-family: "Proxima Nova";*/
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	
	text-decoration:none;
}
.SelectedTabCell > a:hover{
	text-decoration:none;
	cursor: context-menu;
}
.TabContainer {
	box-sizing: border-box;
	border: 1px solid #E6EAEE;
	border-radius: 4px;
	background-color: #FFFFFF;
}
.TabContainer > tbody > tr > td:first-of-type{
}
.HeaderTable {
    background-color: #212121;
    text-transform: uppercase;
    color: white;
    /* letter-spacing: 0.1em; */
    letter-spacing: 0.05em;
    font-weight: 600;
    width: calc(100% + 10px);
    margin-bottom: 5px;
    /* padding: 5px; */
    position: relative;
    left: -5px;
}
.HeaderTable > tbody > tr > td:first-of-type {
	width: 15px;
}
.HeaderTable > tbody > tr > td:first-of-type > img{
	height: 15px;
    width: 15px;
    max-width: 18px;
}
.HeaderTable:hover {
	/*opacity:0.6;*/
}

.HeaderTableFQCopper {
	color: #B9701D;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	left: -5px;
	font-size: 2rem;
}
.HeaderTableFQCopper > tbody > tr > td:first-of-type > img{
	height: 15px;
    width: 15px;
    max-width: 18px;
	margin-right: 5px;
}
.FQRadio .label-text {
    font-weight: bold;
    font-size: 0.86em;
    color: #175E8E;
}



.NewBorder {
	border: 1px solid black;
    margin: 0px;
    padding: 0px 5px 0px 5px;
}
.FooterTerm {
	/*position: relative;
	left: 20%;*/
	float: left;
}
.FooterPoweredBy {
	/*position: relative;
	right: 30%;*/
	float: right;
}
.FooterDebugButton {
	/*position: relative;
    right: 15%;*/
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.close:hover, .close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
	background: transparent;
    opacity: 0.5;
}
.newHeaderBorder {
	border-bottom: 1px solid #D9D9D9;
}
.currentApp {
	height: 19px;
	width: 114px !important;
	color: #354052;
	font-family: "Proxima Nova";
	font-size: 16px !important;
	font-weight: 600;
	line-height: 19px;
	text-align: right;
}
.ddToggle:hover {
	opacity: 0.6;
}
.headerUserDropDown {
	padding: 10px;
	min-width: 255px;
}
.headerAppDropDown {
	padding: 10px;
	min-width: 335px;
}
.headerEnvDropDown {
	padding: 10px;
	min-width: 100px;
}
.menu-open-new {
	color: black;
    font-size: x-large;
}
.HyperLink-Button-Style {
  display: inline-block;
  vertical-align: middle;
  padding: 0.4em 1.2em;
  border: 1px solid #D32F2F;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #D32F2F;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  color: white;
  cursor: pointer;
  cursor: hand;
  webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;	
  /*margin: 5px;*/
  margin: 7px;
}

.HyperLink-Button-Style:hover {
  text-decoration: none;
  background-color: #D32F2F;
  color:white;
  opacity: 0.5;
}
.bootstrap-dialog-header {
	text-align:center;
}
span[style*="visibility: hidden"] {
	display:none;
}
span[style*="visibility:hidden"] {
	display:none;
}