/* roboto-300 - cyrillic_latin-ext_greek-ext_latin_cyrillic-ext_greek_vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../../fonts/Roboto-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../fonts/Roboto-Light.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - cyrillic_latin-ext_greek-ext_latin_cyrillic-ext_greek_vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../../fonts/Roboto-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../fonts/Roboto-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - cyrillic_latin-ext_greek-ext_latin_cyrillic-ext_greek_vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../../fonts/Roboto-Medium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../fonts/Roboto-Medium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - cyrillic_latin-ext_greek-ext_latin_cyrillic-ext_greek_vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../../fonts/Roboto-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../fonts/Roboto-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url('../../fonts/Roboto-Black.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Mono'), local('RobotoMono-Regular'), url('fonts/RobotoMono-Regular.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
    font-family: Roboto, Arial, Bitstream Vera Sans, Arial, Verdana, sans-serif, Helvetica !important;
}

input,
textarea,
select {
    font-family: Roboto, Arial, Bitstream Vera Sans, Arial, Verdana, sans-serif, Helvetica;
}

.col-label,
.col-label a {
    color: #777777;
    font-size: 13px;
    text-transform: uppercase;
}

.col-data,
.col-data a {
    color: #272727;
    font-size: 14px;
}

.col-title > .col-label,
.col-title > .col-label a {
    color: #777777;
    font-size: 15px;
    text-transform: uppercase;
}

.col-title > .col-data,
.col-title > .col-data a {
    color: #272727;
    font-size: 20px;
}

.col-header {
    padding: 0px 0px 10px 0px;
}

.col-header svg {
    margin-right: 5px;
}

.col-header,
.col-header a {
    color: #272727;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.col-content,
.col-content a {
    color: #676767;
    font-size: 14px;
}

.col-content ul {
    list-style-type: none;
    padding: 0px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.col-content ul li {
    padding: 0px 0px 5px 0px;
    display: inline-block;
}

.col-content ul li a {
    color: #0066cc
}

.col-1 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(1, 1fr);
}

.col-1 > .col-title {
    grid-column: span 1;
}

.col-2 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.col-2 > .col-title {
    grid-column: span 2;
}

.col-3 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}

.col-3 > .col-title {
    grid-column: span 3;
}

.col-4 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.col-4 > .col-title {
    grid-column: span 4;
}

.col-5 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(5, 1fr);
}

.col-5 > .col-title {
    grid-column: span 5;
}

.col-6 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(6, 1fr);
}

.col-6 > .col-title {
    grid-column: span 6;
}

.col-7 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(7, 1fr);
}

.col-7 > .col-title {
    grid-column: span 7;
}

.col-8 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(8, 1fr);
}

.col-8 > .col-title {
    grid-column: span 8;
}

.col-9 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(9, 1fr);
}

.col-9 > .col-title {
    grid-column: span 9;
}

.col-10 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(10, 1fr);
}

.col-10 > .col-title {
    grid-column: span 10;
}

.col-11 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(11, 1fr);
}

.col-11 > .col-title {
    grid-column: span 11;
}

.col-12 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(12, 1fr);
}

.col-12 > .col-title {
    grid-column: span 12;
}

@media screen and (max-width: 1000px) {
    .col-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-2 > .col-title {
        grid-column: span 2;
    }

    .col-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-3 > .col-title {
        grid-column: span 2;
    }

    .col-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-4 > .col-title {
        grid-column: span 2;
    }

    .col-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-5 > .col-title {
        grid-column: span 2;
    }

    .col-6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-6 > .col-title {
        grid-column: span 2;
    }

    .col-7 {
        grid-template-columns: repeat(4, 1fr);
    }

    .col-7 > .col-title {
        grid-column: span 4;
    }

    .col-8 {
        grid-template-columns: repeat(4, 1fr);
    }

    .col-8 > .col-title {
        grid-column: span 4;
    }

    .col-9 {
        grid-template-columns: repeat(4, 1fr);
    }

    .col-9 > .col-title {
        grid-column: span 4;
    }

    .col-10 {
        grid-template-columns: repeat(4, 1fr);
    }

    .col-10 > .col-title {
        grid-column: span 4;
    }

    .col-11 {
        grid-template-columns: repeat(4, 1fr);
    }

    .col-11 > .col-title {
        grid-column: span 4;
    }

    .col-12 {
        grid-template-columns: repeat(4, 1fr);
    }

    .col-12 > .col-title {
        grid-column: span 4;
    }
}

@media screen and (max-width: 800px) {
    .col-1 {
        grid-template-columns: 1fr;
    }

    .col-1 > .col-title {
        grid-column: span 1;
    }

    .col-2 {
        grid-template-columns: 1fr;
    }

    .col-2 > .col-title {
        grid-column: span 1;
    }

    .col-3 {
        grid-template-columns: 1fr;
    }

    .col-3 > .col-title {
        grid-column: span 1;
    }

    .col-4 {
        grid-template-columns: 1fr;
    }

    .col-4 > .col-title {
        grid-column: span 1;
    }

    .col-5 {
        grid-template-columns: 1fr;
    }

    .col-5 > .col-title {
        grid-column: span 1;
    }

    .col-6 {
        grid-template-columns: 1fr;
    }

    .col-6 > .col-title {
        grid-column: span 1;
    }

    .col-7 {
        grid-template-columns: 1fr;
    }

    .col-7 > .col-title {
        grid-column: span 1;
    }

    .col-8 {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-8 > .col-title {
        grid-column: span 2;
    }

    .col-9 {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-9 > .col-title {
        grid-column: span 2;
    }

    .col-10 {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-10 > .col-title {
        grid-column: span 2;
    }

    .col-11 {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-11 > .col-title {
        grid-column: span 2;
    }

    .col-12 {
        grid-template-columns: repeat(2, 1fr);
    }

    .col-12 > .col-title {
        grid-column: span 2;
    }

    .col-content ul {
        list-style-type: none;
        padding: 0px;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

@media screen and (max-width: 600px) {
    .col-1 {
        grid-template-columns: 1fr;
    }

    .col-1 > .col-title {
        grid-column: span 1;
    }

    .col-2 {
        grid-template-columns: 1fr;
    }

    .col-2 > .col-title {
        grid-column: span 1;
    }

    .col-3 {
        grid-template-columns: 1fr;
    }

    .col-3 > .col-title {
        grid-column: span 1;
    }

    .col-4 {
        grid-template-columns: 1fr;
    }

    .col-4 > .col-title {
        grid-column: span 1;
    }

    .col-5 {
        grid-template-columns: 1fr;
    }

    .col-5 > .col-title {
        grid-column: span 1;
    }

    .col-6 {
        grid-template-columns: 1fr;
    }

    .col-6 > .col-title {
        grid-column: span 1;
    }

    .col-7 {
        grid-template-columns: 1fr;
    }

    .col-7 > .col-title {
        grid-column: span 1;
    }

    .col-8 {
        grid-template-columns: 1fr;
    }

    .col-8 > .col-title {
        grid-column: span 1;
    }

    .col-9 {
        grid-template-columns: 1fr;
    }

    .col-9 > .col-title {
        grid-column: span 1;
    }

    .col-10 {
        grid-template-columns: 1fr;
    }

    .col-10 > .col-title {
        grid-column: span 1;
    }

    .col-11 {
        grid-template-columns: 1fr;
    }

    .col-11 > .col-title {
        grid-column: span 1;
    }

    .col-12 {
        grid-template-columns: 1fr;
    }

    .col-12 > .col-title {
        grid-column: span 1;
    }

    .col-content ul {
        list-style-type: none;
        padding: 0px;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

@media print{
    #udm { display: none; }
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    background-color: white;
    height: 100%;
}

body {
    border: 0;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

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

body > table {
    border-collapse: initial;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #0066CC !important;
}


input[type="text"]:not([disabled]):focus,
input[type="password"]:not([disabled]):focus,
input[type="checkbox"]:not([disabled]):focus,
input[type="radio"]:not([disabled]):focus,
button.passwordButton:focus,
select:not([disabled]):hover,
textarea:not([disabled]):hover {
    outline: none;
    border: 1px solid #0066CC !important;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
select:disabled,
textarea:disabled {
    padding: 10px !important;
    outline: none;
    border: 1px solid #ffffff !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #eee;
}

input.formInput,
input[type="text"],
input[type="password"],
textarea,
select {
    color: #000 !important;

    border: 1px solid #C0C0C0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    height: 36px;
    vertical-align: middle;

    font-size: 14px;

    padding: 10px;
    min-width: 400px;
    max-width: 400px;

    vertical-align: top;
}

input.dateInput {
    min-width: 6.25rem;
    max-width: 6.25rem;
}

textarea {
    min-height: 100px;
    padding: 5px 10px;
}

select {
    padding: 0px 7px;
}

select::-ms-expand {
    border: none;
    background: #fff;
}

select[multiple], select[size] {
    min-height: 200px;
    padding: 0px;
}

select option,
select[size] option,
select[multiple] option {
    padding: 7px;
}

/* Check Box and Radio Button Animation */

input[type=checkbox],
input[type=radio] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    outline: 0;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: -webkit-transform .05s;
    transition: transform .05s;
    margin: -3px 5px 0px 5px;
    outline: none;
    position: relative;
}

input[type=checkbox],
input[type=radio] {
    border: 1px solid #C0C0C0;
    background-color: white;
    border-radius: 2px;
    margin: 0px 5px 0px 5px;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #0066CC !important;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled{
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #E0E0E0 !important;
}

.trackingCheckbox input[type=checkbox],
.etk_vf_multiselect input[type=checkbox] {
    position: relative; /* for absolute-pos checkmark */
}

input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 18px;
    background-color: #272727;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    margin: -3px 0px 0px 10px;
}

input[type=checkbox]:checked:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 5px;
    background-color: #272727;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    margin: 5px 0px 0px 1px;
}

input[type=radio]:checked:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #0066CC;
    margin: 2px 0px 0px 2px;
    border-radius: 12px;
}

input[type=checkbox]:disabled:checked:before {
    content: '';
    background-color: #C0C0C0;
}

input[type=radio]:checked:before {
    content: '';
    display: none;
}

input[type=checkbox]:disabled:checked:after,
input[type=radio]:disabled:checked:after {
    content: '';
    background-color: #C0C0C0;
}

input[type=radio],
input[type=radio]:not(:checked) {
    border-radius: 15px;
}

/*IE specific begin*/
input[type=radio]:not([disabled]):focus::-ms-check,
input[type=radio]:not([disabled]):hover::-ms-check,
input[type=checkbox]:not([disabled]):focus::-ms-check,
input[type=checkbox]:not([disabled]):hover::-ms-check {
    border: 1px solid #0066CC !important;
}

input[type=radio]:checked::-ms-check {
    color: #0066CC;
}
/*IE specific end*/

button:hover,
input.formButton:hover {
    cursor: pointer;
}

button,
input.formButtonDisabled {
    background-color: #D6CEB6;
    border: 1px solid #999;
    color: #555;
    font-weight: bold;
    margin-right: 0.5em;
    -moz-border-radius: 0.5em;
}

button:hover,
formButtonDisabled:hover {
    background-color: #ABA289;
}

#navlist a,
button,
input.button,
.formButton,
a.button,
a.button-new {
    background:#0066CC;

    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 36px;
    height: 36px;

    text-align: center;
    vertical-align: middle;

    text-decoration: none;
    color: #fff;

    transition: all .2s ease-in-out;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    border: none;
    border-radius: 2px;

    cursor: pointer;
    white-space: nowrap;
    position: relative;
    overflow: hidden;

    margin-right: 5px;
}

a.button-new:hover {
    background: #0053a5;
    color: #fff;
}

a.button {
    line-height: 37px;
}

a.button:focus {
    box-shadow: inset 0 0 0 1px #000000;
}

#navlist a:hover,
button:hover,
input.button:hover,
.formButton:hover,
a.button:hover {
    background: #0053a5;
    color: white;
    cursor: pointer;
}

.formButton:active,
a.button:active {
    position:relative;
    top:1px;
}

input.button:focus,
.formButton:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px #000000;
}

a.button-icon {
    padding: 0px 10px
}

#icon {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 32px;
    height: 32px;
}

#container {
    position: relative;
    min-height: 100%;
    voice-family: "\"}\"";
    height: auto;
    font-family: inherit;
}

html > body #container {
    height: auto;
}

img, .ui-grid-controls span {
    border: 0;
    vertical-align: middle;
}

#systemBar {
    height: 58px;
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: inherit;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: solid 1px #e0e0e0;

     -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.main-content-collapse {
	margin-left: 250px !important;
}

#mainContentWrapper {
    margin-left: 58px;
}

#systemBar,
#mainContentWrapper {
    transition: padding-left .1s;
}

ul.sm {
    z-index: auto !important;
}
ul.sm ul {
    z-index: 250000 !important;
}

#copyright #logo {
    background: url("../../web-pub/images/logo/entellitrak-logo.svg") no-repeat scroll center center transparent;
    width: 110px;
    height: 20px;
    fill: #272727;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

#myAccount {
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    float: right;
}

#systemBar .simpleMenu a {
    line-height: 58px;
}

#systemBar .simpleMenu li ul {
    width: 150px;
}

#systemBar .simpleMenu li ul li {
    width: 150px;
    margin: 0;
}

#systemBar .simpleMenu li ul li a{
    padding: 10px!important;
}

#systemBar .simpleMenu li {
    margin-right: 0px;
}

.simpleMenu li ul {
    width: 115px;
}

#systemBar #myAccount ul {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#systemBar #myAccount li ul li a {
    padding-bottom: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#systemBar #myAccount li ul li a:hover {
    background: #cccccc;
}

.skipNavigation {
    display: none;
}

a#skipTopNavigationLink.skipNav {
    position: absolute;
    color: #272727;
    top: -100px;
    left: -100px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

a#skipTopNavigationLink.skipNav:active,
a#skipTopNavigationLink.skipNav:focus {
    top:0;
    left: 0;
    background-color: #fee599;
    height: auto;
    overflow: auto;
    padding: 4px;
    width: 100%;
    text-decoration: none;
    z-index: 1000;
    text-align: right;
}

#systemBar ul li a:hover,
#systemBar ul li a:focus,
#systemBar ul li.sfhover > a {
    background: #0066cc;
    outline: none;
}

#systemBar.lightScheme ul li a:hover,
#systemBar.lightScheme ul li a:focus,
#systemBar.lightScheme ul li.sfhover>a {
    background: #0052a3;
    outline: none;
}


#systemBar a {
    line-height: 35px;
    color: #fff;
}

#systemBar svg {
    height: 24px;
    width: 24px;
    fill: #fff
}

#systemBar #etk-header-nav,
#systemBar #etk-header-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 58px;
    background-color: #272727;
    overflow: hidden
}

#systemBar.lightScheme #etk-header-nav,
#systemBar.lightScheme #etk-header-nav>div,
#systemBar.lightScheme #etk-header-nav ul {
    background-color: #0066cc;
}

#systemBar #etk-header-nav .appLauncher {
    padding: 16px 0;
    max-height: 365px;
    top: 45px;
    min-width: 360px;
    max-width: 400px;
    color: #272727;
    background: #fff;
    border: none;
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

#systemBar #etk-header-nav .appLauncher-scroll {
    position: relative;
    left: 0;
    right: 0;
}

#systemBar #etk-header-nav .appLauncher ul{
    background-color: transparent;
    position: relative;
    left: auto;
    border: none;
    margin: auto;
    height: auto;
    width: 330px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


#systemBar #etk-header-nav .appLauncher li {
    display: block;
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 5px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#systemBar #etk-header-nav .appLauncher li a.launcherItem {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: normal;
}

#systemBar #etk-header-nav .appLauncher li a.launcherItem:hover,
#systemBar #etk-header-nav .appLauncher li a.launcherItem:focus {
    background-color: #ebebeb;
}


#systemBar  #etk-header-nav .appLauncher li a p.launcherLabel {
    color: #272727;
    font-weight: 500;
    margin: 0;
    height: 36px;
    text-indent: 0;
}

#systemBar  #etk-header-nav .appLauncher li a svg {
    display: flex;
    fill: #ffffff;
}

#systemBar  #etk-header-nav .appLauncher li a div.app-launcher-avatar {
    background-color: #0066cc;
    border-radius: 50%;
    margin: 0 auto 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 48px;
    width: 48px;
    left: 0;
}

#systemBar #etk-header-nav ul.devThemePanel {
    display: flex;
    flex-flow: column nowrap;
    height: auto;
    top: 45px;
    width: auto;
    max-width: 300px;
    color: #272727;
    background: #fff;
    border: none;
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.2);
}

#systemBar #etk-header-nav ul.devThemePanel h1 {

    background-color: #f1f1f1;
    padding: 10px 20px !important;
    margin: 0 !important;
    font-weight: 500;
}
#systemBar #etk-header-nav ul.devThemePanel p {
    margin: 0;
    padding: 20px 20px 5px;
}

#systemBar #etk-header-nav ul.devThemePanel h2 {
    margin: 0;
    font-size: 120%;
    padding: 10px 20px 5px;
}

#systemBar #etk-header-nav ul.devThemePanel li {
    width: 100%;
}

#systemBar #etk-header-nav ul.devThemePanel li svg {
    margin-right: 15px;
    margin-left: 15px;
    fill: currentColor;
}

#systemBar #etk-header-nav ul.devThemePanel li a svg + span.etk-theme-label {
    margin-left: 0;
}

#systemBar #etk-header-nav ul.devThemePanel li a span.etk-theme-label {
    margin-left: 58px;
}

#systemBar #etk-header-nav ul.devThemePanel li a {
    line-height: .875rem;
    padding: 10px 0 !important;
    color: #272727;
}

#systemBar #etk-header-nav ul.devThemePanel li a:focus {
    background: #cccccc;
}
#systemBar #etk-header-nav .etk-header-item {
    float: left;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #fff;
}

#systemBar .etk-quicksearch,
#systemBar .etk-header-page-name,
#systemBar .etk-header-esql-instructions {
    background-color: #272727;
    min-height: 58px;
    margin-left: 2rem;
}

#systemBar .etk-quicksearch {
    width: 20%;
    min-width: 5rem;
    max-width: 25rem;
    white-space: nowrap;
    overflow: visible;
}

#systemBar .etk-quicksearch input {
    border: 1px solid #cccccc;
    width: 90%;
    min-width: 5rem;
    max-width: 25rem;
    display: inline-block;
    box-sizing: border-box;
    height: 32px;
    font-size: 16px;
    padding: 0.33rem 0.66rem;
}

#systemBar .quick-search-button {
    background: #272727;
    padding: 0 0 0 0.25rem;
    border: none;
    outline: 0;
    width: 2.5rem;
    margin: 0;
}

#systemBar.lightScheme .quick-search-button {
    background: #0066cc;
}

#systemBar .etk-quicksearch .quick-search-button:hover,
#systemBar .etk-quicksearch .quick-search-button:focus {
    background: #0066cc;
    cursor: pointer;
}

#systemBar.lightScheme .quick-search-button:hover,
#systemBar.lightScheme .quick-search-button:focus {
    background: #0052a3;
}

#systemBar .etk-header-nav-spacing {
    width: 20px;
    background-color: #272727;
}

#systemBar .etk-application-title {
    margin-left: 20px;
    background-color: #272727;
    max-width: 40%;
}

#systemBar .etk-application-title .title {
    overflow-x: hidden;
    white-space: nowrap;
    text-align: left;
}

#systemBar #etk-header-nav .etk-header-nav-my-account {
    position: absolute;
    right: 0;
}

#systemBar #etk-header-nav .etk-header-nav-my-account .simpleMenu a {
    padding: 0 0.66rem;
}

#systemBar #etk-header-nav .etk-header-nav-my-account .simpleMenu span#userRole {
    padding: 0 0.66rem;
    display: inline-block;
    vertical-align: middle;
    height: 58px;
    line-height: 58px;
}

#systemBar .etk-tab-black {
    background-color: #272727;
}

#systemBar .signOut {
    padding-right: 20px;
}

@media screen and (max-width: 1250px) {
    #myTimeLink span, #appLauncherMenuItem span, #changeRoleListItem span, #mp-etk-dm-documentsLink span, #myAccountLink span {
        display: none !important;
    }
}

#topNav {
    background-color: #ffffff;
    border-bottom: 1px solid #0066CC;
}

#titleDisplay {
    background: #e8e8e8;
    clear: both;
    color: #fff;
    padding: 5px 15px;
    font-family: inherit;
}

#pathDisplay,
#pathDisplay a,
#userDisplay {
    color: #272727;
    text-decoration: none;
    /* padding: 6px 0 6px 0; */
    font-size: 13px;
    line-height: 25px;
}

#pathDisplay a:hover{
    color: #0066CC;
}

span.arrow {
    color: #272727;
    padding: 0px 1px;
}

#userDisplay {
    float: right;
    margin-top: -65px;
    text-align: right;
    color: #272727;
}

.user_panel {
    font-size: 14px;
    position: absolute;
    right: 15px;
    text-align: right;
    text-transform: none;
    top: 14px;
}

#userDisplay span {
   color: #000!important;
}

#titleDisplay div.account {
    color: white;
    float: right;
    padding: 1em 1em 0 0;
    text-align: right;
}

#titleDisplay h2 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

#footer {
    margin-top: 20px;
    background: #0066CC;
    font-family: inherit;
    height: auto;
}

#footer.lightScheme {
    background: #e8e8e8;
}

#footer.lightScheme a {
    color: #272727;
}

#footer.lightScheme #copyright #logo {
    background: url(../../web-pub/images/logo/entellitrak-logo-black.svg) no-repeat scroll center center transparent;

}

#footer a {
    text-decoration: none;
    color: #ffffff;
}

#footer ul {
    padding: 0;
    margin: 0 0 0 2em;
    float: left;
    display: none;
}

#footer li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 1px;
    float: left;
}

#footer li:first-child a {
    border-left: 1px solid #d5e2e7;
}

#footer ul a {
    display: block;
    padding: 1em 1.2em;
    margin: 0;
    border-right: 1px solid #d5e2e7;
}

#footer ul a:hover {
    background-color: #fff;
}

#copyright {
    text-align: right;
    font-size: 90%;
    margin-right: 1em;
    color: #555;
    padding: 20px;
}

#copyright svg {
    width: 110px;
    height: 20px;
}

#copyright span {
    font-size: smaller;
    font-weight: 100;
    vertical-align: super;
}

#copyright a {
    color: #ffffff;
}

#copyright a:hover {}

h1 {
    font-size: 130% !important;
    padding: 5px !important;
    margin: 0px !important;
}

h1.white,
#etk-header-item .title{
    font-size: 130%;
    padding-top: 2px;
    margin: 0px;
    color: #fff;
}

h1.title {
    font-size: 130%;
    padding-top: 2px;
    padding-right: 10px;
    margin: 0px;
    color: #fee599;
}

h3.redirecting {
    font-family: inherit;
    font-weight: bold;
    font-size: 19px;
}

#mainContent {
    font-family: inherit;
    padding: 1rem;
}

.tabPanel {
    padding: 20px 0 0 0;
    clear: both;
}

.tabPanel .tabBody,
.tabPanel .tabPanel {
    padding:0 !important;
}

.tabPanelAdmin {
    padding: 0px;
}

#titleDisplay div.title {
    clear: both;
    width: 100%;
}

#titleDisplay div.screenTitle {
    color: #000
}

.screenTitle h1 {
    font-size: 20px !important;
    font-weight: 500;
    padding: 0px !important;
}

.screenTitle h1.white {
    color: black;
}

#titleDisplay div#userDisplay {
    text-align: right;
    padding-right: 12px;
    padding-top: 5px;
}

th.sorted a, th.sortable a {
    background-position: right;
    text-decoration: none;
    color: #000;
    width: auto;
    padding-right: 2rem;
    background-repeat:no-repeat;
}

th.sortableMinWidth {
    min-width: 100px;
}

th.icon, td.icon {
    width: 18px;
    text-align: center;
}

table.grid tr td a svg {
    color: #272727;
    fill: currentColor;
    vertical-align: top;
}

table.grid tr td svg.icon {
    color: #272727;
    fill: currentColor;
    vertical-align: top;
}

thead > tr > td.rowedit,
thead > tr > th.rowedit {
    width: 11px;
    text-align: center;
}

table.grid tbody tr:hover td {
    background: #f1f1f1 !important;
}

table.grid td a {
    text-decoration: none;
    color: #0066CC;
    cursor: pointer;
}

th a, table.grid th a,
th a:hover, table.grid th a:hover {
    color: #272727;
}

table.grid td a:hover {
    text-decoration: none;
    color: #0066CC;
}

th.sortable a {
    background-image: url("data:image/svg+xml; charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath fill='%23272727' fill-opacity='0.4' d='M3,13H15V11H3M3,6V8H21V6M3,18H9V16H3V18Z'/%3E%3C/svg%3E");
    background-size: 24px;
}

th.order1 a {
    background-image: url("data:image/svg+xml; charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath fill='%23272727' d='M10,11V13H18V11H10M10,5V7H14V5H10M10,17V19H22V17H10M6,7H8.5L5,3.5L1.5,7H4V20H6V7Z'/%3E%3C/svg%3E");
    background-size: 24px;
}

th.order2 a {
    background-image: url("data:image/svg+xml; charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath fill='%23272727' d='M10,13V11H18V13H10M10,19V17H14V19H10M10,7V5H22V7H10M6,17H8.5L5,20.5L1.5,17H4V4H6V17Z'/%3E%3C/svg%3E");
    background-size: 24px;
}

table.simple {
    width: 100%;
}

table.simple thead tr {
  background-color: #eee;
}

table.simple tr.even {
  background-color: #fff;
}

table.simple {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

table.simple thead td {
    font-weight: bold;
}

table.simple td {
    background:#fff;
}

table.simple td,table.simple th {
    border: 1px solid #ccc;
    text-align: left;

    padding: 10px;
}


table.simple td ol,
table.simple td ul
{
    margin: 0;
}


table.titleBar {
    background-color: #ECE9D8;
    border: 1px solid #d3d3d3;
    border-spacing: 1px;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}

table.titleBar td {
    padding: 2px;
    margin: 0;
    border-spacing: 0;
}

.titleBarIcon {
    width: 20px;
    text-align: right;
}

.viewFilterStatus {
    text-transform: uppercase;
    display: inline-block;
}

.inboxLabel {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.inboxFilterSelectLabel {
    color: #ECE9D8;
    width: 0;
    height: 0;
    display: none;
}

.inboxFilterSelect {
    min-width: inherit;
    max-width: inherit;
}

div.inboxFilter {
    position:absolute;
    visibility:hidden;
    width: 200px;
    background: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: threedshadow;
}

div.inboxFilter .title {
    font-weight: bold;
    color: #004D99;
    padding: 4px;
}

div.inboxFilter .buttons {
    text-align: right;
}

.filterButton {
    font-size: 95%;
    background-color: #fee599;
    border: 1px solid #999;
}

.filterLabel {
    color: #999;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    padding-right: .25em;
}

div.assignmentList {
    position: initial;
    text-align: left;
}

a {
    color: #0066CC;
}

a:hover {
    color: #0066CC;
}

a.max {
    border: 1px solid #999;
    background-color: #d3d3d3;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #999;
    width: 10px;
}

.formBody td {
    padding: 6px 0px;
    line-height: 36px;
    vertical-align: top;
    text-align: left;
}

.formBody tr[id^="form_label"] td {
    line-height: initial;
}

.formBody td > table.formBody td {
    padding: 0;
}

.form-section-break:first-of-type {
    margin: 0.625rem 0 0.625rem 0;
}

.form-section-break {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    border-bottom: solid 1px #cccccc;
    margin: 2.5rem 0 0.625rem 0;
    padding: 0 0 0.625rem 0;
    line-height: 1.25rem;
}

.empty-form-section-break{
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    border-bottom: solid 1px #cccccc;
    margin: 0.625rem 0 0.625rem 0;
    padding: 1.25rem 0 0.625rem 0;
    line-height: 1.25rem;
}

.formLabel {
    color: #272727;
    margin-right: 10px;
    display: inline-block;
    width: 240px;
    font-weight: 500;
    text-align: left;
    padding-right: 10px;
    vertical-align: top;
}

.data-entry .second {
    color: #272727;
    margin-right: 10px;
    display: inline-block;
    width: 240px;
    vertical-align: top;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    padding-right: 10px;
}

.data-entry .expanded {
    width: auto;
}

table.data-entry > tbody > tr > td > label {
    color: #272727;
    margin-right: 10px;
    display: inline-block;
    width: 240px;
    vertical-align: top;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    padding-right: 10px;
}

table.data-entry .newPageCheckboxLabel {
    text-overflow: initial;
    width: 360px;
}

.formLabel div {
    margin-top: -20px;
    font-weight: normal;
    font-style: italic;
}

.formLabel svg {
  width: 12px;
  height: 12px;
}

.formInputAbsoluteDiv {
    position: relative;
}

.multiValueDiv {
    overflow: auto;
    min-width: 25rem;
    height: 12.5rem;
    padding-right: 0.3125rem;
    position: relative;
}

.multiValueReadOnlyDiv {
    overflow: auto;
    height: 150px;
}

.multiValueReadOnlyUl {
    list-style-position: inside;
    padding-left: 0px;
    padding-right: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

.codeInput {
    font-family:monospace;
}

label.bold {
    font-weight: bold;
    color: #333333;
}

label.required {
    font-weight: bold;
}

.messages {
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 20px !important;
    border: 1px solid #e00000;
    color: #272727;
    border-left-width: 45px;
}

.messages svg {
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -55px;
    fill: #fff;
}
.messages-info {
    background: #006600;
    padding: 20px;
}

.messages h2,
.messages h3.validation {
    font-size: 1rem;
    font-weight: 500;
    color: #272727;
    margin: 0 0 5px 0;
}

.messages ul,
.messages ul.errors {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.messages ul li {
    list-style: none;
    line-height: 20px;
}

.messages ul li a {
    color: #272727 !important;
    text-decoration: none;
}

.messages-close:hover,
.messages-close:focus {
    background: #b11608
}

.messages-close svg path {
    fill: white;
}

.messages-close:hover svg path,
.messages-close:focus svg path {
    fill: white;
}

.messages-close {
    position: absolute;
    right: 0;

    display: block;
    overflow: visible;

    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;

    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;

    top: auto;
    margin-top: -20px;
}

.messages-close:hover,
.messages-close:focus {
    background: none;
}

.messages-close svg path {
    fill: white;
}

.messages-close:hover svg path,
.messages-close:focus svg path {
    fill: #272727;
}

.rowHighlight {

    background-color: #f1f1f1;
}

.rowNormal {
    background-color: #ffffff;
}

div.mainPanel {
    width: 100%;
    padding-top: 10px;
}

div.message {
    width: 600px;
}

.errorMessage {
    width: 640px;
    margin: 0 auto;
    padding: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.errorMessage #title {
}

.errorMessage #image {
}

.errorMessage a {
}

.errorMessage #links p {
}

.validationError {
    color: #d12313;
    line-height: normal;
    display: inline-block;
}

fieldset {
    border: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

fieldset label {
}

legend {
    position: absolute;
    left: -6000px;
    color: #333;
    text-transform:uppercase;
    padding: 0px;
    margin: 0px;
}

fieldset div.content {
    padding: 0px;
}

fieldset td {
    line-height: initial;
}

.controls {
    background-color: #f1f1f1;
    border-bottom: 1px solid #d3d3d3;
    padding: 2px;
}

.controls ul {
    font-family: inherit;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding-left: 0;
    padding-bottom: 2px;
    padding-top: 2px;
}

.controls ul li {
    font-weight: bold;
    display: inline;
    margin-left: -3px;
}

.controls ul li a {
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    color: #003366;
    text-decoration: none;
    border-right: 1px solid #d3d3d3;
}

.controls ul li a:hover {
    background-color: #FEE599;
}

span.pagebanner {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    width: 79%;
    margin-top: 10px;
    display:block;
    border-bottom: none;
}

span.pagelinks {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    width: 79%;
    display:block;
    border-top: none;
    margin-bottom: 2px;
}

span.linktextPlain {
    cursor:pointer;
    color:#004499;
}

span.linktextBold {
    cursor: pointer;
    color: #0066cc;
    font-weight: bold;
}

div.process-definition {
    padding: 0 1em;
    white-space: pre;
    border: 1px dotted #d3d3d3;
    padding: 5px;
    margin-top: -20px;

    color: #000;
    background:#fff;
}

.permissionHighlight {
    border-bottom: 1px solid #d3d3d3;
    font-weight: bold;
    color: #004D99;
}

.subPermission {
    min-width: 250px;
}

.subPermission label {
    display: flex;
    line-height: 18px;
}
.subPermission input[type="checkbox"] {
    margin-right: 10px;
}

table.userFormTable > tbody > tr > td:first-child:not([colspan="2"]) {
    width: 250px;
}

table.data-entry {
    width: 100%;
}

table.data-entry > tbody > tr > td:first-child:not([colspan="2"]) {
    width: 250px;
}

table.formBody > tbody > tr > td:first-child:not([colspan="2"]) {
    width: 250px;
}

table.data-entry > tbody > tr > td {
    padding: 6px 0px;
    line-height: 36px;
    vertical-align: top;
    width: 100%;
}

table.button td {
    padding: 0.25em;
}

.mainPanel .inboxLinks {
    margin: 0px;
    vertical-align: middle;
    padding: 20px 0px;
}

.mainPanel .inboxLinks a {
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;

    font-weight: normal;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    color: #272727 !important;

    height: 36px;
    line-height: 36px;

    cursor: pointer;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.mainPanel .inboxLinks a.newObject {
    padding-left: 35px !important;
    background: url('../images/icons/svg/add.svg') no-repeat 10px 50%;
    background-size: 16px;
}

.mainPanel .inboxLinks a:hover {
    color: #272727 !important;
    background-color: #eeeeee !important;
}

.accessibilityPasswordField {
    width: 400px;
}

.accessibilityPasswordField input {
    background-color: transparent;
    border: none;
}

.passwordButton {
    font-weight: bold;
    padding: 2px 0;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
}

.passwordButton,
.passwordButton:hover {
    background: transparent;
}

button.passwordButton:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.passwordButton::-moz-focus-inner {
    border: 0;
}

.passwordButtonDisabled {
    width: 18px;
    height: 100%;
    color: #e8e8e8;
    font-weight: bold;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
}

.passwordButtonDisabled svg {
    fill: currentColor;
}

td.passwordButtonEnabled {
    padding-top: 0;
}

td.passwordButtonEnabled button.passwordButton {
    line-height: 0;
}

.passwordTimestamp {
    font-size: 95%;
    color: #999;
    font-style: italic;
}

.userField {
    background: url("../../web-pub/images/icons/svg/myAccount.svg") no-repeat left;
    padding-left: 25px;
}

.printButton,
.pdfButton {
    cursor: pointer;
    float: right;
}

.printButton svg,
.pdfButton svg {
    vertical-align: middle;
}

.spellButton {
    font-size: 95%;
    padding: 5px;
    padding-left: 34px;
    text-decoration: none;
    cursor: pointer;
    float: right;
    background-color: #ECE9D8;
    border-width: 1px;
    border-style: solid;
    border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

.closeIcon {
    cursor: pointer;
}

.messageContainer {
    margin: 0 0 20px 0;
    padding: 10px !important;
    border: 1px solid #272727;
    color: #272727;
    border-left-width: 45px;
}

.messageContainer svg {
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -45px;
    fill: #fff;
}

.messageTitle {
    font-size: 1rem;
    font-weight: 500;
    color: #272727;
    margin: 0 0 5px 0;
    padding-left: 10px;
}

.messageTitle img {
  display: none;
}

.messageContainer ul {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.identifierLabel {
    font-weight: bold;
    padding-left: 10px;
}

.identifierValue {

}

.visible {
}

.hidden {
    display: none;
}

.fileElementLinks {
    padding-left: 10px;
    font-size: 95%;
    color: #999;
}

.fileElementLinks a {
    cursor: pointer;
}

.fileElementDownload {
    background: url('../images/icons/16x16/document_attachment.gif') no-repeat 0 center;
    height: 17px;
    font-size: 95%;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
}

.fileElementDeleted {
    background: url('../images/icons/16x16/document_delete.gif') no-repeat 0 center;
    height: 17px;
    font-size: 95%;
    padding-left: 20px;
    text-decoration: line-through;
    cursor: pointer;
}

.fileElementReplace {
    background: url('../images/icons/16x16/document_refresh.gif') no-repeat 0 center;
    height: 17px;
    font-size: 95%;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
}

option.imagebacked, option.selectall, select.imagebacked option {
    padding: 2px 0 2px 20px;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    vertical-align: middle;
}

ul.imagebacked {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.imagebacked li {
    padding: 3px 0 3px 20px;
    background-repeat: no-repeat;
    background-position: 0em 2px;
}

#changeRoleList li a:hover {

    background: #d3d3d3;
}

body > #loading {
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width: 96px;
    height: 96px;
}

#loading {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#screenText {
    /* padding-bottom: 10px; */
}

.adminOptions ul li {
    padding: 0px 0px 5px 0px;
    display: block !important;
}

fieldset.inline {
    border: 0;
    padding-bottom: 10px;
}

fieldset.inline legend {
    font-weight: normal;
}

fieldset.inline label {
    padding-left: 10px;
}

.noRecordsMessage {
    background: url("../images/icons/row_arrow_off.gif") no-repeat scroll 5px center transparent;
    color: #6a6a6a;
    padding: 8px 20px;
    border-top: 1px solid #DADADA;
}

.bold {
    font-weight: bold;
}

.boldBlue {

    color: #d12313;
}

.hiddenLabel {
    display: none;
}

.etk-dashboard-reportFailure {
    padding: 5px;
    margin-top: 10px;
    border-bottom: 1px solid #999;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-image: url('../images/icons/16x16/document_error.png');
    border: 1px dotted #d3d3d3;
}

.etk-dashboard-reportFailure div {
    padding-left: 20px;
    font-weight: bold;
}

.etk-path-identifier {
    font-weight: bold;
}

/*
 * Grid
 */
table.mp-etk-grid, table.grid {
    /* border-top: 1px solid #e0e0e0; */
    /* border-right: 1px solid #e0e0e0; */
    width: 100%;
    border-spacing: 0;

    *border-collapse: collapse;
    padding: 0px !important;
}

table.mp-etk-grid a, table.grid a {
    text-decoration: none;
}

table.mp-etk-grid thead th, table.grid thead th {
    padding: 5px;
}

table.mp-etk-grid tbody tr td, table.grid tbody tr td {
    padding: 5px;
}

table.mp-etk-grid thead th,
table.grid thead th,
table.grid thead td,
td.mp-web-accessibility-header {
    background: #fff;
    font-size: 14px;
    text-align: left;
    color: #272727;
    padding: 10px;
    font-weight: 600;
    border-bottom: solid 1px #ccc;
}

table.grid td.identifierColumn {
    width: fit-content;
    white-space: nowrap;
}

table.ui-grid th.colType-date {
    width: 8rem;
    max-width: 8rem;
}

table.ui-grid th.colType-timestamp {
    width: 14rem;
    max-width: 14rem;
}

table.mp-etk-grid thead th:first-child, table.grid thead th:first-child {
    border-left: none;
}

table.mp-etk-grid tbody tr td, table.grid tbody tr td {
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    vertical-align: top;
}

table#report.mp-etk-grid tbody tr td,
table#report.grid tbody tr td {
    vertical-align: middle;
}

table.mp-etk-grid tbody tr td ul,
table.grid tbody tr td ul {
    margin: 0 0 0 10px;
    padding: 0;
}

.mp-etk-dashboard-inbox {
    width: 100%;
}


/* Supplimental text for assistive tech */
.assistive {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

label.assistive {
    overflow: visible; /* NVDA won't read offscreen LABELs w/ overflow:hidden */
}


.viewFilterContainer {
    display: block;
    background: #eee;
    margin-bottom: 20px;
    border: 0;
    padding: 0px;
}

.viewFilterContainer.openedFilterContainer {
    border: 1px solid #D3D3D3;
    padding: 10px;
}

.etk_vfc_link_span {
    float: right;
}

.etk_vf {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-style:none;
    border-spacing:0px;
    border-collapse: collapse;
}

.etk_ff {
    padding: 2px;
    max-height: 200px;
}

.etk_ffn {
    /* vertical-align: text-top;
    padding-left: 25px; */
    min-width: 200px;
    width: 200px;
    font-weight: 500;
}

.etk_ffo {
    width: 200px;
}

.etk_ffo select {
    width: 200px;
}

.etk_vf_act_fs {
    border: 0px;
}

.etk_vf_act_fs legend {
    display: none;
}

.etk_vf_act_row {
    padding-top: 5px;
}

.etk_ffv {
    width: 100%;
}

.etk_ffv input.formInput,
.etk_ffv input[type="text"],
.etk_ffv input[type="password"],
.etk_ffv textarea,
.etk_ffv select {
    width: 100%;
}

.etk_ffv svg {
    vertical-align: middle;
}

.etk_vfv_span {
    min-height: 20px;
}

.etk_vf_multiselect {
    overflow : auto;
    max-height: 150px;
    background: #FFF;
    margin-top: 2px;
    margin-botton: 2px;
    border: 1px;
}

.etk_vf_multiselect input {
    width: 20px;
}

.etk_vf_controls_con {
    width: 100%;
    padding-left: 10px;
}

.etk_vf_act_ctrl_con {
    width: 200px;
}

.etk_vf_apply_con {
    width: 200px;
}

.etk_vf_clear_con {

}

.etk_ffc {
    padding-left: 10px;
}

.etk_vf_block {
    display: block;
}

#etk_vf_error_list {
    padding-top: 6px;
    padding-bottom: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #d12313;
    list-style: disc outside none;
}

#etk_vf_error_list li {
    padding-bottom: 3px;
}

#etk_vf_errors a {
    color: #d12313;
    text-decoration: none;
    padding-left: 3px;
    display: block;
}

.vf_con_img {
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    valign: middle;
    border: 0;
}

.filterOnMsg {
    font-size: 12px;
}

.filterOffMsg {
    font-size: 12px;
}

.etk_vf_button_con {
    padding-top: 10px;
}

viewFilterForm {
    margin: 0px;
    padding: 0px;
}

legend.accessibility {
    position: absolute;
    left: -6000px;
}

fieldset.accessibility {
    border: 0;
    margin: 0;
    padding: 0;
}

label.accessibility {
    position: absolute;
    left: -6000px;
}

.data-entry label {
    /* line-height: 25px; */
}

.data-entry input.formInput,
.data-entry input[type="text"],
.data-entry input[type="password"],
.data-entry textarea,
.data-entry select {
    min-width: 400px;
    max-width: 400px;
    font-family: inherit;
    padding: 10px;
}

.data-entry select {
    padding: 0px;
}

.data-entry textarea {
    min-height: 100px;
    padding: 5px 10px;
}

#configOptions .title {
    font-size: 14px!important;
    font-weight: bold;
    padding: 7px 3px;
    text-decoration: none;
}

#configOptions .description {
    padding-left: 5px;
    padding-bottom: 10px;
    color: #666;
}

#configOptions a {
    text-decoration: none;
}

#configOptions .description a{
    font-size: 100%;
    font-weight: normal;
}

#adminOptions .title {
    text-transform: uppercase;
}

#adminOptions h3 {
    margin-top: 0;
}

#adminOptions h3 .title {
    padding: 7px 0px;
    margin-left: 0px;
}

#adminOptions .description {
    padding-left: 5px;
    padding-bottom: 10px;
    color: #666;
}

#adminOptions  a {
    text-decoration: none;
}

#adminOptions .description a{
    font-size: 100%;
    font-weight: normal;
}

.row-selector {
    background: #D3D3D3;
}


tr.ruled {
    background: #f1f1f1!important;
}

.clearer {
    clear:both;
}

#navlist,
#mp-etk-search-controls {
    right: 0px;
}

#mp-etk-search-controls {
    width: 770px;
    font-family: inherit;
}

#navlist ul,
#mp-etk-search-controls ul {
    list-style: none outside none;
    margin: 25px 0px 0px 0px;
    padding: 0;
}

#navlist li,
#mp-etk-search-controls li {
    display: inline;
    list-style: none outside none;
}

.sortDirection td {
    background: transparent!important;
}

#navcontainer #navlist {
    margin: 0px;
    padding: 20px 0px 0px 0px;
}

table.formBody {
    width:100%;
    text-align: left;
}

#mp-etk-search-assignmentTable td {
    padding:0!important;
}
.mp-etk-search-assignment-elementColumn,
.mp-etk-search-assignment-operatorColumn,
.mp-etk-search-assignment-valueColumn {
    border:none!important;
}

/* Configuration -> Utilities page */
#utilities {
    padding: 5px;
    width: 600px;
}

#utilities table tr td.title {
    font-weight: bold;
    padding: 0px 5px;
    text-decoration: none;
    margin-left: 30px;
}

#utilities table tr td.description {
    padding-left: 5px;
    padding-bottom: 10px;
    color: #666;
}

#utilities table a {
    font-size: 14px;
    text-decoration: none;
    color: #0066CC;
}

#utilities table a:hover {
    color: #d12313;
}


div.titleBarHome div {
    border-spacing: 0;
}

.inboxLabelContainer {
    /* padding: 10px;
    float: left; */
    padding: 4px 0px;
}

.inboxActionsContainer {
    padding: 5px;
    position: relative;
}

.filterContainer {
    margin-right: 4px !important;
    float: left;
}

.filterSelectContainer {
    float: left;
    padding-right: 10px;
}

.titleBarIcon {
    width: 34px;
    text-align: right;
    float: left;
}

.applyFilterIcon {
    text-decoration: none;
    padding: 7px 6px 6px 6px;
    cursor: pointer;
    font-weight: normal;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    color: #444 !important;
}

.applyFilterIcon:hover {
    color: #000!important;
    border: 1px solid #c6c6c6;
}

.inboxCloseIcon {
    padding: 0px 9px 5px 5px;
    float: right !important;
}

.filterBar {
    margin-right: 4px !important;
}

.inboxGrid > thead > tr > th, .inboxGrid > thead > tr > td {
    background: #ffffff;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    font-weight: 600;
    border-bottom: solid 1px #ccc;
}

.inboxGrid > thead > tr > th:first-child {
    border-width: 1px 1px 1px 0px !important;
}

.inboxGrid > thead > tr > th:last-child {
    border-width: 1px 0px 1px 1px !important;
}

.inboxGrid > tbody > tr > td {
    border-bottom: 1px solid #d3d3d3 !important;
    /* border-left: 1px solid #E0E0E0 !important; */
    padding: 10px;
    vertical-align: top !important;
}

.inboxGrid:not(#pageObject) > thead > tr > td:first-child,
.inboxGrid:not(#pageObject) > tbody > tr > td:first-child {
    border-left: 0px none;
    padding: 7px;
}

.search-results > tbody > tr > td {
    padding: 0px;
}

.search-results:not(#pageObject) > tbody > tr > td:first-child {
    padding: 0px;
}

.search-results > tbody > tr > td > a {
    padding: 10px;
}

.instruct {
    border-bottom: 1px solid #D3D3D3;
    color: #272727 !important;
    font-weight: 500;
    /* margin-bottom: 1.5em; */
    /* margin-top: 1.5em; */
    /* padding: 0 0 10px; */
    font-size: 16px;
}

.buttons > .formButton {
    margin-right: 5px;
}

#supportedLanguages.minimized {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

#supportedLanguages {
    width: 450px;
    display: inline;
    margin: 0px;
    padding: 4px;
}

#supportedLanguagesControl {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

#supportedLanguages > label, #supportedLanguages > br {
    display: none;
}

#supportedLanguagesRequired {
    width: 50px;
    border: none;
    vertical-align: bottom;
    padding: 0px;
    margin: 0px
}

#supportedLanguagesRequired.hidden {
    display: none;
}

#supportedLanguagesRequired.shown {
    display: inline;
}

.editScriptButton {
    position: absolute;
    background-color: Transparent;
    margin-right: 0px;
    padding: 0px 0px;
    border: none;
    margin-left: 0.5rem;
}

.editScriptButton img:hover {
    background-color: Transparent;
    cursor: pointer;
}

.editScriptButton:hover {
    background-color: Transparent;
}

.editScriptButton img {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: baseline;
}

td.timezone {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}


.spacer {
    width: 100px;
}

.controlCell {
    padding: 5px 0 5px 10px;
}

#previewBlock {
    margin-left: 100px;
}

.time-zone-preview-spacing {
    padding-left: 10px;
}

.small-margin {
    margin: 0.5em 0 !important;
}

.rightAligned {
    text-align: right;
}

.lookupDefinitionCacheWarning {
    width: 350px;
}

tr.lookupDefinitionFilterHidden td:first-child {
    visibility: hidden;
}

tr.lookupDefinitionFilterHidden td:last-child {
    display: none;
}

button.empty-background {
    background:transparent;
    border:none;
    color:transparent;
    margin-right: 0px;
    padding:0px 0px;
}

svg {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

#sharedReports span.disabled {
    color: #666;
}

.reporting-gridButton {
    width: 40px;
    padding: 0;
    margin: 5px 10px;
}

#etk_vfs_but {
    color: #000000;
    text-decoration: none;
    margin-right: 20px;
}

#etk_vfs_but svg {
    height: 24px;
    width: 24px;
}

span.required {
    color: #e00000;
}

.required svg {
    width: 10px;
    height: 10px;
    vertical-align: text-top;
    fill: currentColor;
}

textarea + span.required svg {
    vertical-align: text-top;
}

.datePicker svg {
    vertical-align: middle;
    margin-left: 0.25rem;
}

#anchor_date {
    color: black;
    text-decoration: none;
}

#anchor_date svg {
    vertical-align: middle;
    height: 24px;
    width: 24px;
}

form.jobForm a.datePicker,
form.eventLogForm a.datePicker,
form.auditLogForm a.datePicker,
form.timePeriodForm a.datePicker,
form.auditLogForm a.datePicker {
    color: black;
    text-decoration: none;
}

.frameset {
    display: table;
    height: 100%;
    width: 100%;
}

.frameset > div {
    display: table-row;
}

.frameset table {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
}

.frameset table td {
    border: none;
    padding: 0px;
    margin: 0px;
}

.frameset > table iframe {
    display: block;
    width: 100%;
    height: 100%;
}

#sidePanel {
    border-left: solid 1px #cccccc;
    padding: 0px 20px 20px 20px;
    display: none;
}

#contentPanel {
    height: 100%;
    padding: 0px 20px 20px 20px;
}

#topContent {
    border-bottom: 1px solid #cccccc;
    padding: 16px;
    display: none;
}

#headerPanel {
    padding-bottom: 20px;
}

#left-side-menu {
    top: 58px;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
}
#left-side-menu > div {
    height: 100%;
}

table.dateInputComponent {
    table-layout: fixed;
}

table.timestampInputComponent {
    table-layout: initial;
    width: auto;
}

table.dateInputComponent td.dateInputBlock {
    padding-left: 0;
    width: 6.25rem;
}

table.formBody.timestampInputComponent td.timezone {
    padding-left: 0.4rem;
}

table.timestampInputComponent td.timestampInputBlock {
   padding-left: 0;
    width: 10.25rem;
}

.hiddenOldStyleElement {
    display: none;
}

table.data-entry input.smallInput {
    min-width: auto;
    width: 3.125rem;
}

.formSecondLabel {
    padding-left: 5px;
    padding-right: 10px;
    color: #000000;
}

table.innerDataTable tr td {
    padding: 6px 0px;
    line-height: 40px;
    vertical-align: top;
}

table.data-entry .dynamicInfoMessage {
    white-space: pre-line;
}
#dynamicSupportedLanguagesControl {
    text-decoration: none;
    color: black;
}

#dynamicSupportedLanguagesRequired {
    line-height: 1.5rem;
}

.dynamicSupportedLanguagesLabel {
    vertical-align: top;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    display: inline-block;
}

tr.systemFouoHeader,
tr.systemFouoFooter {
    line-height: 1rem;
    height: 1rem;
}

tr.systemFouoHeader td,
tr.systemFouoFooter td {
    text-align: center;
    font-weight: bold;
    color: white;
}

tr.systemFouoFooter td {
    background-color: #0052a3;
    padding: 8px 16px;
}

tr.systemFouoHeader td {
    background-color: #0052a3;
    padding: 66px 16px 8px;
}

.formLabel.defaultLabel {
    display: none;
}

#advancedSearchForm .tree span label {
    font-size: 12px;
}

.subPermission-indent1 {
    text-indent: 10px;
    white-space: nowrap;
}

.subPermission-indent2 {
    text-indent: 20px;
    white-space: nowrap;
}

a.fixed-header-offset {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

/* File Element 2.0 */
.etk-form-file {
    display: inline-block;
    width: 400px;
    border-radius: 3px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    color: #272727;
}

.etk-form-file.border {
    border: 1px solid #b3b3b3;
}

.etk-form-file > div.file-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.etk-form-file > div.file-header > div.header-details {
    display: flex;
    min-width: 200px;
    flex: 1 1 auto;
    flex-direction: column;
}

.etk-form-file > div.file-header > div.header-icon {
    margin-right: 10px;
    display: flex;
    flex: 0 0 auto;
}

.etk-form-file > div.file-header > div.header-icon > svg {
    width: 24px;
    height: 24px;
}

.etk-form-file > div.file-header > div.header-details > input.details-name {
    color: #272727;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: auto;
}

.etk-form-file > div.file-header > div.header-details > input.details-name.readonly {
    border: none;
}

.etk-form-file > div.file-header > div.header-actions {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 auto;
    position: relative;
    margin-left: 5px;
}

.etk-form-file > div.file-header > div.header-actions > button {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: normal;
    color: #272727;
    background: transparent;
}

.etk-form-file > div.file-header > div.header-actions > button.hovered {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 99999px inset;
}

.etk-form-file > div.file-header > div.header-actions > button:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 99999px inset;
}
.etk-form-file > div.file-header > div.header-actions > button:focus {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 99999px inset;
    outline: none;
}

.etk-form-file > div.file-header > div.header-actions > button > svg {
    width: 24px;
    height: 24px;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown {
    display: none;
    padding: 0;
    margin: 0;
    flex-flow: column nowrap;
    z-index: 10;
    box-sizing: border-box;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    width: 130px;
    top: 24px;
    left: 24px;
    background: #f9f9f9;
    position: absolute;
    transition: all 0.5s ease;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown > li {
    color: #272727;
    display: flex;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    cursor: pointer;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown > li > button,
.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown > li > a {
    width: 100%;
    text-decoration: none;
    color: #272727;
    background: transparent;
    text-align: left;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown > li > a {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown > li > a:hover {
    color: #272727;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown > li > a:focus {
    color: #272727;
    outline: none;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown > li:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown > li:focus {
    background-color: #cccccc;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown > li:focus-within {
    background-color: #cccccc;
    cursor: pointer;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown > li:focus-within button {
    outline: none;
}

.etk-form-file > div.file-header > div.header-actions > button.kebab:hover + ul.kebab-dropdown{
    display: flex;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown:hover{
    display: flex;
}

.etk-form-file > div.file-header > div.header-actions > ul.kebab-dropdown.active{
    display: flex;
}

.etk-form-file input.header-file {
    display: none;
}

.etk-form-file > div.file-footer {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #f2f2f2;
    font-size: 14px;
}

.etk-form-file > div.file-footer > div.footer-status {
    margin-left: 5px;
    display: flex;
    color: #0066cc;
}

.etk-form-file > div.file-footer > div.footer-status > span::after {
    content: ':'
}

.etk-form-file > div.file-footer > div.footer-status > p {
    color: #272727;
    margin: 0 0 0 5px;
    font-weight: 400;
}

.message-bar.error {
    border-color: #e00000;
}

.message-bar.error .icon-container {
    background-color: #e00000;
}

.message-bar.warning {
    border-color: #cc4e00;
}

.message-bar.warning .icon-container {
    background-color: #cc4e00;
}

.message-bar {
    display: flex;
    border: 1px solid;
    margin-bottom: 10px;
}

.message-bar .icon-container {
    width: 45px;
    padding-top: 10px;
    text-align: center;
}

.message-bar .message-container {
    padding: 10px 10px 10px 20px;
}

.message-bar svg {
    fill: #fff;
}

.message-bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.message-bar h3 {
    padding: 0;
    margin: 0 0 5px;
    color: #272727;
    font-size: 1rem;
    font-weight: 500;
}

.message-bar li {
    font-size: 0.875rem;
    line-height: 20px;
}

button.ui-dialog-titlebar-close span.ui-button-text {
    height: 0;
}

div.formElementContainer {
    display: flex;
    align-items: center;
}

.preferenceLabel {
    padding-bottom: 5px;
}

fieldset.preferenceRadio {
    margin-bottom: 10px;
}

/**************
 * Dialog CSS *
 **************/

/* Modal */
.etk-dialog {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.etk-dialog.fade-in {
    -webkit-animation: fade-in 0.5s;
    animation: fade-in 0.5s;
}

.etk-dialog.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Card */
.etk-dialog .etk-dialog--body {
    position: relative;
    top: 30px;
    border-radius: 4px;
    display: none;
    background-color: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
}

.etk-dialog .etk-dialog--body.slide-down {
    -webkit-animation: slide-down 0.5s;
    animation: slide-down 0.5s;
}

.etk-dialog .etk-dialog--body.active {
    display: block;
}

@media only screen and (min-width: 600px)
.etk-dialog .etk-dialog--body {
    max-width: 400px;
}

.etk-dialog *, .etk-dialog *::before, .etk-dialog *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Modal Elements */
.etk-dialog .etk-dialog--body .etk-dialog--masthead {
    display: block;
    padding: 24px 24px 0px 24px;
}

.etk-dialog .etk-dialog--body .etk-dialog--masthead .heading {
    color: #272727;
    font-size: 1.25rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.etk-dialog .etk-dialog--body .etk-dialog--content {
    padding: 8px 24px;
}

.etk-dialog .etk-dialog--body .etk-dialog--footer {
    padding: 0px 24px 8px 16px;
}

.etk-dialog .etk-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

select.mp-etk-search-assignmentValueSelect {
    width: 400px;
}
