:root
{
	--itep-Primary:#122b4e;
	--itep-Secondary:#9B2F2B;
	--itep-White:#fcfcfc;
	--bs-blue:#122b4e;
	--bs-primary:#122b4e;
	--bs-info:#122b4e;
}
.itep-bg
{
	background-color: #edf1f3;
}
body
{
	color: #000;
	background:var(--itep-Primary);
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.625em;
	transition: scroll-padding-top 0.3s ease;
}

.doc-icon
{
	margin-left:5px;
}

.indicator
{
    background-image: linear-gradient(45deg, rgba(255, 245, 0, 1) 25%, yellow 25%, yellow 50%, rgba(255, 245, 0, 1) 50%, rgba(255, 245, 0, 1) 75%, yellow 75%, yellow);
	color:#000000!important;
 	background-blend-mode: normal;
 	background-size: 1rem 1rem;
	animation-name: progress-bar-stripes;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}

/* BOOTSTRAP OVERRIDES */
.bg-primary
{
 background-color: var(--bs-primary)!important;
}
.bg-secondary
{
	background-color: var(--bs-secondary)!important;
}
.offcanvas-backdrop::before
{
	background-color:rgba(0,0,0,.15);
	transition: background-color 2s;
}
.modal
{
	z-index: 9000;
}
.modal-body
{
	overflow:auto!important;
	overflow-y:auto!important;
}
#modelProperties nav
{
	margin-top:10px;
}
.modal-open
{
	overflow:hidden!important;
}
#modelProperties #nav-tabContent
{
	padding:10px 20px 30px 20px;
	overflow-y:auto;
	margin-top:0px;
	border-bottom:1px solid #dee2e6;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active 
{
	color:#1e2125;
	background-color:#f8f9fa;
}
.form-control:focus, tagify:focus {
  border: 2px solid var(--itep-Primary);
  box-shadow: 0px 0px 3px var(--itep-Primary);
}
.form-select:focus, tagify:focus {
  border: 2px solid var(--itep-Primary);
  box-shadow: 0px 0px 3px var(--itep-Primary);
}

.tagify.tagify--focus
{
	transition: 0s;
	border-color: var(--itep-Primary);
	border-color: var(--itep-Primary);
	box-shadow: 0px 0px 3px var(--itep-Primary);
	
}
.tagify {
    --tags-border-color: #DDD;
    --tags-hover-border-color: #CCC;
    --tags-focus-border-color: var(--itep-Primary);
    --tag-bg: #6c757d;
    --tag-hover: #6c757d;
    --tag-text-color: white;
    --tag-text-color--edit: black;
    --tag-pad: 0.3em 0.5em;
    --tag-inset-shadow-size: 2.1em;
    --tag-invalid-color: #D39494;
    --tag-invalid-bg: rgba(211, 148, 148, 0.5);
    --tag-remove-bg: var(--itep-Primary);
    --tag-remove-btn-color: black;
    --tag-remove-btn-bg: white;
    --tag-remove-btn-bg--hover: #c77777;
    --input-color: inherit;
    --tag--min-width: 1ch;
    --tag--max-width: auto;
    --tag-hide-transition: 0.3s;
    --placeholder-color: rgba(0, 0, 0, 0.4);
    --placeholder-color-focus: rgba(0, 0, 0, 0.25);
    --loader-size: .8em;
}
.btn-primary, .btn-primary:focus
{
	color:#ffffff;
	background-color:var(--itep-Primary);
	border-color:var(--itep-Primary);
}
.btn-primary:hover, .btn-primary:active
{
    color:#ffffff;
    background-color:#656565;
    border-color:#656565;
	border:1px solid transparent!important;
	box-shadow:none;
}

.tabulator-page.active
{
	background:var(--itep-Primary) !important;
	border-color:var(--itep-Primary) !important;
}
.btn-itep-blue
{
	background:var(--itep-Primary);
	color:#ffffff;
	border:0px;
	width:100%;
}
.btn-itep-blue:hover, .btn-itep-blue:focus
{
	background:var(--itep-Primary);
	color:#ffffff;
	border-color:transparent;
	outline: none;
	box-shadow: 0 0 0 0.25rem rgba(18, 43, 78, 0.25);
}
.btn-itep-red
{
	background:var(--itep-Secondary);
	color:#ffffff;
	border:0px;
	width:100%;
}
.btn-itep-red:hover, .btn-itep-red:focus
{
	background:var(--itep-Secondary);
	color:#ffffff;
	border-color:transparent;
	outline: none;
	box-shadow: 0 0 0 0.25rem rgba(155, 47, 53, 0.25);
}
.btn-itep-narrow
{
	width:initial;
}
.card
{
	margin-bottom:1.5rem;
	box-shadow: 0px 3px 4px rgba(0,0,0,.1);
}
.itep-full-padded
{
	padding-left:20px;
	padding-right:20px;
}
/* STRUCTURAL ELEMENTS */
.itep-navbar
{
	box-shadow: 0px 5px 10px rgba(0,0,0,.1);
	z-index:8900;
}
.itep-content
{
	padding-top:0px;
	padding-bottom:0px;
	min-height:100vh;
}
.itep-general-wrapper
{
	padding-bottom:0px;
	padding-top:0px;
}

.itep-sidepanel-gray
{
	background-color:rgba(0,0,0,.05);
}
.itep-footer-red
{
	background-color:var(--itep-Secondary);
	color:#ffffff;
	padding:10px 5px 10px 5px;
	margin-top:0px;
	min-height:100px;
}
.itep-footer-blue
{
	background-color:var(--itep-Primary);
	color:#ffffff;
	min-height:100px;
	padding-bottom:5rem;
}
.itep-ela-right
{
	text-align:right;
}
.itep-txt-header-user
{
	font-size:1em;
}

.draggable
{
	cursor: move!important;
    user-select: none;
}

/* TABLE & UI FORMATTING */
.row-dragging
{
	background-color: #FFFFFF!important;
	color: #000000!important;
}

.row-dragover-in
{
	background-image: linear-gradient(0deg, rgba(65,89,113,0) 25%, rgba(255,192,0,1) 26%, rgba(249,255,0,1) 74%, rgba(65,89,113,0) 75%) !important;
	color: #000000!important;
}

.row-dragover-before
{
	background-image: linear-gradient(0deg, rgba(65,89,113,0) 89%, rgba(255,192,0,1) 90%, rgba(249,255,0,1) 99%, rgba(65,89,113,0) 100%) !important;
	background-size: 100px 30px;
	background-repeat: repeat-x;
	background-position:top;
}

.row-dragover-after
{
	background-image: linear-gradient(0deg, rgba(65,89,113,0) 0%, rgba(255,192,0,1) 0%, rgba(249,255,0,1) 10%, rgba(65,89,113,0) 11%) !important;
    background-size: 100px 30px;
    background-repeat: repeat-x;
	background-position:bottom;

}
.btn-group > .dropdown-menu
{
	border-top:0px!important;
}
.oc-itep-btn-editor-internal > .dropdown-menu 
{
	width:75%;
	margin-top:0px;
	background: linear-gradient(0deg, rgba(152,166,180,1) 95%, rgba(65,89,113,1) 100%) !important;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0 0 0 .25rem;
}
.oc-itep-btn-editor-condition > .dropdown-menu
{
    width:75%;
    margin-top:0px;
    background: linear-gradient(0deg, rgba(215,204,166,1) 95%, rgba(148,122,39,1) 100%) !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0 .25rem;
}
.oc-itep-btn-editor-condition-group > .dropdown-menu
{
    width:75%;
    margin-top:0px;
    background: linear-gradient(0deg, rgba(244,239,221,1) 97%, rgba(229,207,135,1) 100%) !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0 .25rem;
}
.oc-itep-btn-editor-condition-group-option > .dropdown-menu
{
    width:75%;
    margin-top:0px;
    background: linear-gradient(0deg, rgba(251,247,235,1) 95%, rgba(251,247,235,1) 100%) !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0 .25rem;
}
.btn-group > .dropdown-menu > .dropdown-item
{
	background:transparent;
	padding:5px 10px;
	text-align:right;
}
.btn-group > .dropdown-menu > .dropdown-item:hover
{
    background:rgba(255, 255, 255, .35);
    padding:5px 10px;
}
.tabulator-menu
{
	border-radius: .25rem .25rem .25rem .25rem;
}
.tabulator-menu > .tabulator-menu-item
{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.tabulator-menu > .tabulator-menu-item:hover
{
	background: var(--itep-Primary)!important;
	color:#ffffff;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid var(--itep-Primary)!important;
}

#modelProperties *
{
	font-size:12px;
	z-index:9999999;

}
#modelProperties  .offcanvas-header  h3
{
	font-size:24px;
	margin-block-end: 0em;
}
.offcanvas-header
{
	padding: 1rem 1rem 0 1rem;
}
#modelProperties-body, #modelProperties .tab-content
{
	padding: .75rem 1rem 1rem 1rem;
}
#modelProperties-body h4, #modelProperties .tab-content h4
{
	font-size:16px
}
#modelProperties-body label, #modelProperties .tab-content label
{
	margin-bottom: 0;
	margin-top: 10px;
}
.list-group-item-primary
{
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: left;
    border-radius: .5em .5em 0px 0px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    background: rgb(65, 89, 113);
    color: #fff;
    border: 0px;
    width: 100%;
}
.btn-secondary
{
//	background-color:transparent;
//	border-color:transparent;
}
.list-group-item:first-child
{
	border-radius: .5em .5em 0px 0px;
}

.itep-group-filter-type
{
    padding: 5px;
	background: #efefef;
	margin: -8px -16px 0px -16px;
	border-bottom: 1px solid #dfdfdf;
}
.itep-rungroup-editor-row
{
	background: rgba(65,89,113,.1);
}
.itep-options-row
{
	margin-top: 5px;
}

#BasisPicker .tabulator-row.tabulator-group
{
	padding:10px 20px;
}
#BasisPicker .tabulator-group-level-0  
{
	box-sizing: border-box;
	border-bottom: 1px solid rgb(222, 226, 230);
	color:#ffffff;
	background: rgb(18, 43, 78);
	font-weight:normal;
}
#BasisPicker .tabulator-group-level-1
{
    box-sizing: border-box;
	border-bottom: 1px solid rgb(222, 226, 230);
	color:#ffffff;
    background: rgb(65, 89, 113);
    font-weight:normal;
	
}
#modalBasisPicker .modal-content
{
	background-color: #edf1f3;
}
#BasisPicker.tabulator
{
	background-color: transparent!important;
}

#BasisPicker .tabulator-row.tabulator-group span
{
	color:#ffffff;
}
#BasisPicker .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow
{
	margin-right: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}
#BasisPicker .tabulator-row.tabulator-group .tabulator-arrow
{
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 16px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 0;
	border-left: 6px solid #ffffff;
	vertical-align: middle;
}
#BasisPicker.tabulator .tabulator-header
{
    padding-right: 0px;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
	background-color:white;
    color:var(--bs-blue);
}
#BasisPicker.tabulator .tabulator-header .tabulator-col
{
    background-color:transparent!important;
}
BasisPicker.tabulator-row.tabulator-selected
{
    background-color:var(--itep-Primary)!important;
    color:#ffffff;
}

option
{
	color: #000;
	font-family: "Roboto", Arial, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.625em;
}
select,label,textarea,input,table,td,tr
{
	color:#000!important;
}
label
{
	font-weight:bold!important;
}
svg 
{
	margin-left: 10px;
}
.dark-hr
{
	   mix-blend-mode: multiply;
}
#content
{
	padding-bottom:30px;
	min-height:100vh;
}
.level-a-container
{
	border:1px solid #000;
	border-left:10px solid #000;
	background-color:#e4edf1;
	margin-bottom:20px;
}
.level-b-container
{
	border:1px solid #000;
	border-left:5px solid #000;
	background-color:#e4edf1;
	margin-bottom:40px;
}
.level-c-container
{
	border:1px solid #000;
	border-left:3px solid #000;
	border-color:inherit;
	background-color:#e4edf1;
	padding:30px;
	margin-bottom:40px;
}
.advanced-container
{
	border:1px solid #000;
	border-left:3px solid #000;
	border-color:inherit;
	background-color:#c8d2df;
	padding:30px;
	margin-bottom:40px;
}
.level-a-legend
{
	background-color:#fefefe;
	border-top-left-radius:11px;
	color:#122b43;
	font-weight:bold;
	font-size:1.25em;
	border:1px solid #000;
	border-left:10px solid #000;	
	padding:10px 10px;
	width:50%;
	text-align:left;
	margin-top:15px;
	margin-bottom:-1px;
}
.level-b-legend
{
	background-color:#fefefe;
	border-top-left-radius:11px;
	color:#122b43;
	font-weight:bold;
	font-size:1.25em;
	border:1px solid #000;
	border-left:5px solid #000;	
	padding:10px 10px;
	width:50%;
	text-align:left;
	margin-top:15px;
	margin-bottom:-1px;
}
.level-c-legend
{
	background-color:#fefefe;
	border-top-left-radius:11px;
	color:#122b43;
	font-weight:bold;
	font-size:1.25em;
	border:1px solid #000;
	border-left:3px solid #000;	
	padding:10px 10px;
	width:50%;
	text-align:left;
	margin-top:15px;
	margin-bottom:-1px;
}
.advanced-legend
{
	background-color:var(--itep-Primary);
	border-top-left-radius:11px;
	color:#c8d2df;
	font-weight:bold;
	font-size:1.25em;
	border:1px solid #000;
	border-left:3px solid #000;	
	padding:10px 10px;
	width:50%;
	text-align:left;
	margin-top:15px;
	margin-bottom:-1px;
}
.uk-table caption, label
{
	color:#122b43!important;
	font-weight:bold;
	font-size:1.25em;
}


.level-blue
{
	border-color:var(--itep-Primary);
}
.level-red
{
	border-color:var(--itep-Secondary);
}
.level-gray
{
	border-color:#666666;
}
uk-modal
{
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter: saturation(0);
	-webkit-backdrop-filter: saturation(0);
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle
{
	min-height:0px;
}
.uk-alert
{
	margin-top:0px;
	margin-bottom: 0px;
}
.uk-input, .uk-select:not([multiple]):not([size])
{
	margin-right:0px;
}
.uk-legend
{
	width:initial;
}
.uk-card-body
{
	padding:10px;
}
	
.uk-offcanvas-bar
{
	background:var(--itep-Primary);
}
.itep-short
{
	padding:0px 10px;
}
.itep-group-condition
{
	
	background-color:#d4efe7;
	border:1px solid #000000;	
	margin-top:15px;
}
.uk-table th
{
	color:var(--itep-Primary);
	font-weight:bolder;
}


#LoginLogo
{
	height:100px;
	display:block;
	margin: 10px auto;
}


button.itep-btn
{
	background:var(--itep-Secondary);
	border:1px solid var(--itep-Secondary);
	border-radius:5px;	
	color:#ffffff;
	font-size:18px;
	padding:5px;
	margin-right:10px;
	transition:background 1s, border 1s;
}
button.itep-btn:hover
{
	background:var(--itep-Primary);
	border:1px solid var(--itep-Primary);
	border-radius:5px;
	color:#ffffff;
	font-size:18px;
	padding:5px;
	transition:background 1s, border 1s;
}
.itep-group-condition-legend
{
	background-color: #d4efe7;
	color: var(--itep-Primary);
	font-weight: bold;
	font-size: 1.25em;
	border: 1px solid var(--itep-Primary);
    border-bottom-color: rgb(18, 43, 78);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	padding: 3px 11px;
	margin-bottom: -1px;
	margin-left: -16px;
	border-top-left-radius: 11px;
	border-bottom: 0px;
	border-bottom-right-radius: 11px;
}
.itep-conditions-legend
{
	background-color: #bbe1d6;
	color: var(--itep-Primary);
	font-weight: bold;
	font-size: 1.25em;
	border: 1px solid var(--itep-Primary);
    border-bottom-color: rgb(18, 43, 78);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	padding: 3px 11px;
	margin-top:15px;
	margin-bottom: -1px;
	margin-left: -16px;
	border-top-left-radius: 11px;
	border-bottom: 0px;
	border-bottom-right-radius: 11px;
}
.itep-conditions
{
	background-color: #bbe1d6;
	border:1px solid var(--itep-Primary);	
	border-left:1px solid var(--itep-Primary);
	margin-top:15px;
	margin-bottom:15px;	
}
.itep-condition-legend
{
	background-color: #e8eff9;
	color: var(--itep-Primary);
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid var(--itep-Primary);
    border-bottom-color: rgb(18, 43, 78);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	padding: 3px 11px;
	margin-bottom: -1px;
	margin-left: -16px;
	border-top-left-radius: 11px;
	border-bottom: 0px;
	border-bottom-right-radius: 11px;
}
.itep-advanced-tool
{
	background-color: #ece9f1;
	border:1px solid var(--itep-Primary);	
	border-left:1px solid var(--itep-Primary);
	margin-top:15px;
	margin-bottom:15px;	
}
.itep-advanced-tool-legend
{
	background-color: #ece9f1;
	color: var(--itep-Primary);
	font-weight: bold;
	font-size: 1.25em;
	border: 1px solid var(--itep-Primary);
    border-bottom-color: rgb(18, 43, 78);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	padding: 3px 11px;
	margin-bottom: -1px;
	margin-left: -16px;
	border-top-left-radius: 11px;
	border-bottom: 0px;
	border-bottom-right-radius: 11px;
}
.itep-parameter
{
	background-color: #fcfafa;
	border:1px solid var(--itep-Secondary);	
	border-left:3px solid var(--itep-Secondary);
	margin-top:0px;
	padding:30px;
	margin-bottom:15px;	
}
.itep-parameter-legend
{
	background-color: #fcfafa;
	color: var(--itep-Primary);
	font-weight: bold;
	font-size: 1.25em;
	border: 1px solid var(--itep-Secondary);
	border-left:3px solid var(--itep-Secondary);
	border-bottom:0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	padding: 3px 11px;
	margin-bottom: -1px;
	margin-left: -33px;
	border-top-left-radius: 11px;
	border-bottom: 0px;
	border-bottom-right-radius: 11px;
}

.legend-detail
{
		font-weight:normal;
		font-style:italic;
		font-size:.9em!important;
}
.container-note
{
		font-weight:normal;
		font-style:italic;
		font-size:1.1em;
}

.itep-condition
{
	background-color: #e8eff9;
	border:1px solid var(--itep-Primary);	
	border-left:1px solid var(--itep-Primary);
	margin-top:15px;
	margin-bottom:15px;
}
.itep-tvalue
{
	background:transparent!important;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.625em;
	width:100%;
	text-align:right;
}
th > .itep-tvalue
{
	background:transparent!important;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.625em;
	width:100%;
	text-align:right;	
}
.itep-hadjust
{
	margin-bottom:25px;
}
.itep-table-transparent
{
	background:transparent!important;
}
.accordion-item:first-of-type .accordion-button
{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.accordion-button
{
	padding: .25rem .5rem;
}
.itep-blue-step1
{
	background-color:#fefefe!important;
	border-top-left-radius:15px!important;
	color:#122b43;
	font-weight:bold;
	border:1px solid var(--itep-Primary);
	border-left:10px solid var(--itep-Primary);
	width:50%;
}
.itep-blue-step2
{
    background-color:#fefefe!important;
    border-top-left-radius:15px!important;
    color:#122b43;
    font-weight:bold;
    border:1px solid var(--itep-Primary);
    border-left:5px solid var(--itep-Primary);
    width:50%;
}
.itep-blue-step3
{
    background-color:#fefefe!important;
    border-top-left-radius:15px!important;
    color:#122b43;
    font-weight:bold;
    border:1px solid var(--itep-Primary);
    border-left:3px solid var(--itep-Primary);
    width:50%;
}
.itep-blue-container-step1
{
	border:1px solid var(--itep-Primary);
	border-left:10px solid var(--itep-Primary);
	background-color:#e4edf1;
	margin-top:-1px;
}
.itep-blue-container-step2
{
    border:1px solid var(--itep-Primary);
    border-left:5px solid var(--itep-Primary);
    background-color:#e4edf1;
    margin-top:-1px;
}
.itep-blue-container-step3
{
    border:1px solid var(--itep-Primary);
    border-left:3px solid var(--itep-Primary);
    background-color:#e4edf1;
    margin-top:-1px;
}
.tabulator-data-tree-control
{
	width:25px!important;
	height:25px!important;
	margin-right:12px!important;
	background: rgba(0,0,0,.3)!important;
	font-weight:bold!important;
}
.table {
    --bs-table-bg: #fff;
}
.tabulator-col[role="columnheader"]
{
	height:initial!important;
}
.table-nf
{
	width:auto !important;
}
#tableModel .tabulator-row, #tableModel .tabulator-headers
{
	padding-left: 15px!important;
	padding-top:3px!important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    white-space: normal!important;
}
.itep-delta-editor-base-group
{
	padding:5px 15px 15px 15px;
	margin-top:-15px;
	margin-bottom:15px;
	background: linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 100%);
	border:2px solid rgb(200,200,200);
	border-radius:0px 0px .5em .5em;
}
.itep-base-group
{
    padding:5px 15px 15px 15px;
    margin-top:-15px;
    margin-bottom:15px;
}
.itep-base-group .tab-content
{
	box-sizing: border-box;
	border: 1px solid #dee2e6;
	border-top:1px solid #ffffff;
}
.modelHeader
{
	position: sticky;
	top:25px;
	z-index: 8900;
	background: #edf1f3;
	padding: 5px;
	margin-top:0px;
}
.sticky-breadcrumbs
{
	display:block;
	position: sticky;
    top:0px;
    z-index: 8900;
    background: #edf1f3;
    padding: 5px;
}
#quickValidate
{
	font-size: 0.6em;
    padding: 1px 5px;
	transition: color 1s;
	color:var(--itep-Primary);
	background:transparent!important;
	border:1px solid transparent;
}
#quickExecute
{
	font-size: 0.6em;
    padding: 1px 5px;
	transition: color 1s;
	color:var(--itep-Primary);
	background:transparent!important;
	border:0;
}
.validate-default
{
	color:var(--itep-Primary) !important;
}
.validate-warning
{
	color:#ffc107 !important;
}
.validate-error
{
	color:#dc3545 !important;
}
.validate-success
{
	color:#20c997 !important;
}
.itep-run-base-group
{
    padding:5px 15px 15px 15px;
    margin-top:-15px;
    margin-bottom:15px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
    border:2px solid rgb(225,225,225);
    border-radius:0px 0px .5em .5em;
}
.itep-editor-current
{
	margin-left:15px;
	display:block;
}
.itep-editor-note
{
	font-size:1.2em;
	font-style:italic;
}
h4.itep-editor-parent
{
	margin-bottom: -11px;
	font-weight:300;
	color:#949494;
}
h5.itep-editor-child
{
	font-weight:300;
	display:inline;
	color:#949494;

}
ul.itep-editor-children
{
	list-style: none;
}
ul.itep-editor-children li
{
	margin-left:5px;
	font-size:1.3em;
}
ul.itep-editor-children li:before 
{
  //content: "\002D ";
  padding-right:5px;
}
.itep-delta-editor-row .form-label
{
	margin-top:15px;
}
.itep-btn-editor-sh, .itep-btn-editor-sh:hover
{
	background: var(--itep-Primary);
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	border-radius: .5em .5em 0px 0px;
	font-weight:bold;
	padding:10px 10px 10px 10px;
    color:#fff;
    border:0px;
    width:100%;
}
.itep-btn-editor-condition, .itep-btn-editor-condition:hover
{
	margin-top: 15px;
	margin-bottom: 15px;
    text-align: left;
    border-radius: .5em .5em 0px 0px;
    font-weight:bold;
    padding:10px 10px 10px 10px;
	background: rgb(148, 122, 39);
	color:#fff;
	border:0px;
	width:100%;
}
.itep-btn-editor-condition-group, .itep-btn-editor-condition-group:hover
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    border-radius: .5em .5em 0px 0px;
    font-weight:bold;
    padding:10px 10px 10px 10px;
    background: rgb(229, 207, 135);
    color:#000;
    border:0px;
    width:100%;
}
.itep-btn-editor-condition-group-option, .itep-btn-editor-condition-group-option:hover
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    border-radius: .5em .5em 0px 0px;
    font-weight:bold;
    padding:10px 10px 10px 10px;
    background: rgb(251, 247, 235);
    color:#000;
    border:0px;
    width:100%;
}
.itep-btn-editor-parameters, .itep-btn-editor-parameters:hover
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    border-radius: .5em .5em 0px 0px;
    font-weight:bold;
    padding:10px 10px 10px 10px;
    background: rgb(18, 78, 29);
    color:#fff;
    border:0px;
    width:100%;
}
.itep-btn-editor-parameters-group, .itep-btn-editor-parameters-group:hover
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    border-radius: .5em .5em 0px 0px;
    font-weight:bold;
    padding:10px 10px 10px 10px;
    background: rgb(65, 112, 74);
    color:#fff;
    border:0px;
    width:100%;
}
.itep-btn-editor-parameters-internal, .itep-btn-editor-parameters-internal:hover
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    border-radius: .5em .5em 0px 0px;
    font-weight:bold;
    padding:10px 10px 10px 10px;
    background: rgb(228, 240, 230);
    color:#000;
    border:0px;
    width:100%;
}

.itep-btn-editor-internal, .itep-btn-editor-internal:hover
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    border-radius: .5em .5em 0px 0px;
    font-weight:bold;
    padding:10px 10px 10px 10px;
    background: rgb(65, 89, 113);
    color:#fff;
    border:0px;
    width:100%;
}
.itep-btn-editor-warn, .itep-btn-editor-warn:hover
{
	background:var(--itep-Secondary);
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	border-radius: .5em .5em 0px 0px;
	font-weight:bold;
	padding:10px 10px 10px 10px;
    color:#fff;
    border:0px;
    width:100%;
}
.tooltipa
{
	position: relative;
	display: inline-block;
	margin-left:5px;
}
.tooltipa .tooltiptext 
{
  
	display:block;
	visibility: hidden;
	width: 400px;
	background: linear-gradient(175deg, rgba(18,43,78,1) 0%, rgba(0,9,22,1) 100%);
	color: #fff;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.5em;
  	text-align: left;
	padding:10px;
	border-radius: .5em;
  	/* Position the tooltip */
  	position: absolute;
  	z-index: 1;
  	bottom: 100%;
  	left: 50%;
  	margin-left: -60pxi;
}


.tooltipa:hover .tooltiptext {
  	visibility: visible;
}
/* EXPERIMENTAL OVERRIDE FOR TABULATOR */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip!important;
  vertical-align: bottom;
}
.tabulator-row .tabulator-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 4px;
//  border-right: 1px solid #aaa;
  vertical-align: middle;
  white-space: nowrap;
//  overflow: inherit!important;
  text-overflow:clip !important;
}


.tabulator .tabulator-tableHolder
{
//	overflow:auto!important;
}
.tabulator-row .tabulator-cell
{
//	overflow:initial!important;
//	white-space:normal!important;
}
.tabulator .tabulator-tableHolder .tabulator-table, .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
 //   white-space: normal!important;
}

.tabulator_select_col
{
	background-color: #f9ffbb !important;
}
/* TEXT FORMATTING */

h1
{
	color: var(--itep-Primary);
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: 800;
	font-family: "Roboto", "Open Sans", Arial, Helvetica, sans-serif
	line-height: 1.25em;
	font-size:45px;
}
h2
{
	color: var(--itep-Primary);
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: 800;
	font-family: "Roboto", "Open Sans", Arial, Helvetica, sans-serif
	line-height: 1.25em;
	font-size:30px;
}
h3
{
	color: var(--itep-Primary);
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: 600;
	font-family: "Roboto", "Open Sans", Arial, Helvetica, sans-serif
	line-height: 1.25em;
	font-size:24px;
}
.itep-h3-override
{
	margin-block-start: 0em;
	margin-block-end: 0em;
}
h4
{
	color: var(--itep-Primary);
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: 600;
	font-family: "Roboto", "Open Sans", Arial, Helvetica, sans-serif
	line-height: 1.25em;
	font-size:18px;

}
.alert > p
{
	margin-bottom:0px;
}
.itep-footer-blue h4
{
	color:#ffffff;
	font-weight:600px;
	font-size:1.75em;
}
h5
{
	color: var(--itep-Primary);
	display: block;
	font-weight: 600;
	font-family: "Roboto", "Open Sans", Arial, Helvetica, sans-serif
	line-height: 1.25em;
	font-size:18px;

}
p
{
	font-size:1.3em;
	margin-bottom:1em;
}
a
{
	color:var(--itep-Secondary);
	transition: color 1s;
	
}
a:hover
{
	color:var(--itep-Primary);
	transition: color 1s;
}
/* SIDEPANEL FORMATTING */
.sidenav 
{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--itep-Primary);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 35px;
  border-right:1px solid #edf1f3;
  box-shadow: 1px 0px 3px rgba(0,0,0,.15);
}
.sidenav h4
{
	color:#ffffff;
	margin-left:10px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.25em;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: rgba(255,255,255,.8);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 1.25em;}
}
.alertify .ajs-dimmer, .alertify .ajs-modal
{
	z-index:100000000!important;
}
