@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'),
url('../css/opensans/light.woff2') format('woff2'),
url('../css/opensans/light.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'),
url('../css/opensans/regular.woff2') format('woff2'),
url('../css/opensans/regular.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
url('../css/opensans/semibold.woff2') format('woff2'),
url('../css/opensans/semibold.woff') format('woff');
}
html,
body {
height: 100%;
}
body {
font-size: 13px;
font-family: 'Open Sans', Arial, sans-serif;
color: #646569;
background: #f6f6f6;
}
*:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
input,
button,
form,
img {
outline: none !important;
}
.pointer {
cursor: pointer;
}
*::-moz-selection {
color: #000000;
background: #ffb7b7;
}
*::selection {
color: #000000;
background: #ffb7b7;
}
.h1,
h1 {
color: #004876;
font-size: 24px;
font-family: 'Open Sans', Arial, sans-serif;
}
.h2,
h2 {
font-size: 18px;
font-family: 'Open Sans', Arial, sans-serif;
}
.h3,
h3 {
font-size: 16px;
font-family: 'Open Sans', Arial, sans-serif;
}
.modal-text {
font: 18px 'Open Sans Semibold', 'Arial', sans-serif;
line-height: 28px;
color: #acacac;
}
.vh-100 {
min-height: 100vh;
}
.container-fluid {
min-width: 900px;
}
footer .container-fluid {
min-width: auto;
}
#loader {
-webkit-transition: top 0.5s;
-moz-transition: top 0.5s;
-ms-transition: top 0.5s;
-o-transition: top 0.5s;
transition: top 0.5s;
}
.cover {
position: fixed;
height: 100%;
top: 20px;
z-index: 1999;
}
.cover.loading {
background: #f6f6f6;
width: 100%;
max-width: calc(100% - 240px);
top: 0;
right: 0;
z-index: 1288;
}
.loader {
position: absolute;
top: 30%;
left: 50%;
color: #4c6fcc;
width: 4rem;
height: 4rem;
margin: 0;
border-width: .45em;
}
#loader .loader {
top: 48%;
}
#loadingBarBack {
background-color: #000;
opacity: 0.5;
top: 0 !important;
}
#loadingBar {
margin: auto;
text-align: center;
top: calc(50% - 20px);
z-index: 2999;
}
.ldBar-label {
color: #ffffff !important;
}
.bg-primary {
background-color: #004876 !important;
}
.bg-secondary {
background-color: #ffc17f !important;
}
.bg-success {
background-color: #2e7cbe !important;
}
.bg-info {
background-color: #008375 !important;
}
.bg-warning {
background-color: #f58220 !important;
}
.bg-danger {
background-color: #f04747 !important;
}
.bg-light {
background-color: #ffdab2 !important;
}
.progress {
height: 0.75rem;
border-radius: 1rem;
}
.progress-bar {
border-right: solid 2px #ffffff;
}
.breadcrumb {
padding: 0;
margin-bottom: 0;
background-color: transparent;
border-radius: 0;
}
.breadcrumb-item a {
color: #9c9b9b;
font-weight: normal;
font-style: normal;
font-stretch: normal;
text-decoration: none;
}
.breadcrumb-item.active {
color: #3e3f43;
font-weight: 600;
font-style: normal;
font-stretch: normal;
}
.breadcrumb-item + .breadcrumb-item::before {
padding-right: 10px;
content: '>';
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 10px;
}
.sidebar {
position: fixed;
top: 0;
bottom: 0;
background: #ffffff;
z-index: 1050;
padding: 64px 0 0;
-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.13);
box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.13);
-webkit-box-flex: 0;
flex: 0 0 240px;
-ms-flex: 0 0 240px;
max-width: 240px;
left: 0;
-webkit-transition: left 0.3s ease;
-moz-transition: left 0.3s ease;
-ms-transition: left 0.3s ease;
-o-transition: left 0.3s ease;
transition: left 0.3s ease;
}
#container.toggled #menuSidebar.sidebar {
left: -100%;
-webkit-transition: left 0.3s ease-in;
-moz-transition: left 0.3s ease-in;
-ms-transition: left 0.3s ease-in;
-o-transition: left 0.3s ease-in;
transition: left 0.3s ease-in;
}
.sidebar-sticky {
position: relative;
top: 0;
height: calc(100vh - 64px);
padding-top: 0.5rem;
overflow-x: hidden;
overflow-y: auto;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sidebar-sticky {
position: -webkit-sticky;
position: sticky;
}
}
.sidebar #menuTree > li a:hover {
background-color: #e2e7f5;
}
.sidebar .dropdown-toggle::after {
position: inherit;
background: none;
content: none;
}
.sidebar .dropdown-toggle::before {
position: absolute;
right: 1rem;
display: inline-block;
width: 8px;
height: 8px;
padding: 0;
margin-top: 7px;
content: '';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgb(71,71,71)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sidebar .dropdown-toggle.collapsed::before {
background-image: none;
}
.sidebar a.nav-link {
font-family: 'Open Sans Semibold', Arial, sans-serif;
font-size: 13px;
color: #474747;
display: block;
padding: 0.85rem 1.25rem;
}
.sidebar #menuTree > li:not(.active-item) > a.nav-link:not(.collapsed) {
color: #004876;
font-weight: bolder;
}
.sidebar #menuTree > li:not(.active-item) > a.nav-link:not(.collapsed):not(.dropdown-toggle) {
color: inherit;
font-weight: normal;
}
.sidebar #menuTree > li.active-item > a.nav-link:not(.collapsed):not(.dropdown-toggle) {
padding-left: 0.75rem;
}
.sidebar #menuTree > li:not(.active-item) > a.nav-link {
color: #474747;
}
ul.nav-main li .nav-children li {
margin-left: -30px;
list-style-type: none;
}
ul.nav-main li .nav-children li a {
padding: 0.3rem 0;
overflow: hidden;
}
.sidebar a.nav-link:focus {
font-weight: normal;
text-decoration: none;
cursor: pointer;
}
.sidebar-heading {
font-size: 0.75rem;
text-transform: uppercase;
}
.sidebar ul.children-list > li a {
padding-left: 2.4rem;
}
.sidebar .active-item a.nav-link {
color: #004876;
font-weight: bolder;
border-left: solid 4px #4c6fcc;
padding-left: 1.9rem;
margin-left: 4px;
}
.sidebar .active-item a.nav-link:hover {
font-weight: bolder;
}
.page-link {
color: #004876;
border: none;
}
.page-item.active .page-link {
color: #074976;
background-color: transparent;
border: none;
font-weight: bold;
font-style: normal;
font-stretch: normal;
}
.page-item .page-link:hover {
background-color: #e2e7f5 !important;
}
main[role='main'] {
background-color: #f6f6f6;
padding-top: 84px;
line-height: 1.8em;
max-width: calc(100% - 240px) !important;
-ms-flex-grow: 0;
-ms-flex-positive: 0;
-webkit-box-flex: 0;
flex-grow: 0;
-ms-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-basis: calc(100% - 240px);
-ms-flex-preferred-size: calc(100% - 240px);
flex-basis: calc(100% - 240px);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#container.toggled main[role='main'] {
max-width: 100% !important;
-ms-flex-preferred-size: 100% !important;
flex-basis: 100% !important;
-ms-flex-basis: 100% !important;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.form-control:focus {
border-color: #ffdab2;
}
.form-control {
color: #646569;
font-size: 15px;
display: inline-block;
height: 28px;
padding: 0;
border: none;
border-radius: 0;
border-bottom: solid 1px #c3c5c8;
}
.div-input-element.div-field .form-control:focus {
border-bottom: solid 1px #ffdab2;
border-color: #ffdab2;
}
.div-input-element.div-field .form-control:hover {
border-bottom: solid 1px #646569;
}
.div-input-element.div-field .form-control input:active {
color: #f58220;
border-bottom: solid 1px #f58220;
}
.div-input-element.div-field .form-control:disabled {
color: #d7d8d9;
background-color: transparent;
border-bottom: solid 1px #d7d8d9;
}
.div-input-element.div-field .form-control[readonly] {
color: #d7d8d9;
border-bottom: solid 1px #d7d8d9;
}
.div-input-element.div-field {
padding: 0;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-flow: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-flow: column-reverse;
}
.static-content table.dataTable tbody tr:hover,
.static-content table.dataTable tbody th:hover,
.static-content .table-striped tbody tr {
background: none !important;
}
.static-content .dataTables_scrollHeadInner,
.static-content .dataTable {
width: 100% !important;
}
.static-content .card-header-help,
.static-content .select-checkbox {
display: none !important;
visibility: hidden !important;
}
.static-content .card,
.static-content .card-header h1,
.static-content .card-header .h1,
.static-content .div-subtitle-element,
.static-content .table thead th {
border: none !important;
}
.static-content .card {
-webkit-box-shadow: none;
box-shadow: none;
}
div.static-content .card,
div.static-content .card-header {
padding-left: 0;
padding-right: 0;
}
.div-input-element.div-field small {
margin: 0 !important;
}
.div-input-element.div-field label,
.div-input-element.div-field input {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
-ms-touch-action: manipulation;
touch-action: manipulation;
padding-bottom: 5px;
}
.div-input-element.div-field.min-w-230 input {
width: 230px;
}
.div-input-element.div-field.min-w-270 input {
width: 270px;
}
.div-input-element.div-field.min-w-300 input {
width: 300px;
}
.div-input-element.div-field input:focus:-ms-input-placeholder,
.div-input-element.div-field input:focus:not(:-ms-input-placeholder) {
border-color: #f58220 !important;
}
.div-input-element.div-field input:focus:-webkit-input-placeholder,
.div-input-element.div-field input:focus:not(:-webkit-input-placeholder) {
border-color: #f58220;
}
.div-input-element.div-field input:focus:placeholder-shown,
.div-input-element.div-field input:focus:not(:placeholder-shown) {
border-color: #f58220;
}
.div-input-element.div-field input:-ms-input-placeholder + label {
color: #acacac !important;
cursor: text !important;
max-width: 80% !important;
width: 80% !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
-ms-transform-origin: left bottom !important;
transform-origin: left bottom !important;
-ms-transform: rotate(0.1deg) translate(0, 1.5rem) scale(1.15) !important;
transform: rotate(0.1deg) translate(0, 1.5rem) scale(1.15) !important;
}
label.focused {
color: #acacac !important;
cursor: text !important;
max-width: 80% !important;
width: 80% !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
-ms-transform-origin: left bottom !important;
transform-origin: left bottom !important;
-ms-transform: translate(0, 1.5rem) scale(1.15) !important;
transform: translate(0, 1.5rem) scale(1.15) !important;
}
.div-input-element.div-field input:-webkit-input-placeholder + label {
color: #acacac;
cursor: text;
max-width: -webkit-min-content;
max-width: -moz-min-content;
max-width: min-content;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate(0, 1.5rem) scale(1.15);
transform: translate(0, 1.5rem) scale(1.15);
}
.div-input-element.div-field input:placeholder-shown + label {
color: #acacac;
cursor: text;
max-width: -webkit-min-content;
max-width: -moz-min-content;
max-width: min-content;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate(0, 1.5rem) scale(1.15);
-ms-transform: translate(0, 1.5rem) scale(1.15);
transform: translate(0, 1.5rem) scale(1.15);
}
.div-input-element.div-field input:disabled:placeholder-shown ~ .div-input-element.div-field small,
.div-input-element.div-field input:disabled:placeholder-shown + label,
.div-input-element .radio-inline input:disabled + label {
color: #d7d8d9;
cursor: default;
}
.radio-inline.disabled label.disabled {
color: #d7d8d9;
cursor: default;
}
.radio-inline.disabled input.custom-control-input:checked + label::before {
background: none;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(208,207,205)'/%3e%3c/svg%3e");
background-position: 50%;
border-color: #d0cfcd;
}
.radio-inline.disabled input.custom-control-input + label::before {
border-color: #d0cfcd;
}
.div-input-element.div-field::-webkit-input-placeholder {
-webkit-transition: inherit;
transition: inherit;
opacity: 0;
}
.div-input-element.div-field:placeholder-shown {
-webkit-transition: inherit;
transition: inherit;
opacity: 0;
}
.div-input-element.div-field input:focus::-webkit-input-placeholder {
opacity: 1;
}
.div-input-element.div-field input:not([type='text']):not(:-ms-input-placeholder) + label {
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
cursor: pointer;
}
.div-input-element.div-field input:not([type='text']):not(:-webkit-input-placeholder) + label {
-webkit-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
cursor: pointer;
}
.div-input-element.div-field input:not([type='text']):not(:placeholder-shown) + label,
.div-input-element.div-field input:focus + label {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
cursor: pointer;
}
.div-input-element.div-field label {
padding-bottom: 0;
margin-bottom: 0;
}
.div-input-element.div-field input:focus + label {
color: #f58220;
}
div > .div-input-element.div-field.has-error label,
div > .div-input-element.div-field input + div > span.error {
color: #f04747;
}
div > .div-input-element.div-field.has-error .form-control {
border-bottom: solid 2px #f04747;
}
div > .div-input-element.div-field.has-error .form-control:disabled {
border-bottom: solid 1px #d7d8d9;
}
div > .div-input-element.div-field.has-error small {
display: none;
}
.div-select-element {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse;
}
.div-textarea-block textarea {
border: solid 1px #c3c5c8;
width: 100%;
resize: none;
height: 120px;
padding: 6px 10px;
}
.div-textarea-block textarea.form-control:focus {
outline: 0;
border-color: #c3c5c8;
}
.page-header {
background: #008375;
-webkit-box-shadow: 1px 3px 0 1px #cccccc;
box-shadow: 1px 3px 0 1px #cccccc;
height: 0px;
margin: 0 0 20px 0;
padding: 0;
z-index: 1001;
}
.page-header h2 {
color: #ffffff;
border-bottom: solid 4px #f58220;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
display: inline-block;
float: left;
height: 0px;
font-size: 20px;
font-size: 1.5rem;
letter-spacing: normal;
line-height: 50px;
padding: 0 22px 0 20px;
}
footer.submit-section {
min-height: 60px;
background-color: rgba(183, 183, 183, 0.4);
padding: 0.5rem 1rem 0;
-webkit-transition: padding 0.3s ease;
-moz-transition: padding 0.3s ease;
-ms-transition: padding 0.3s ease;
-o-transition: padding 0.3s ease;
transition: padding 0.3s ease;
}
footer.submit-section.alone {
padding-left: 16px;
}
@media (min-width: 576px) {
footer.submit-section {
padding-left: 256px;
}
.card-deck {
margin-right: -16px;
margin-left: -16px;
}
.card-deck .card {
margin-right: 20px;
margin-left: 16px;
}
.card-deck .card ~ .card {
margin-left: 0;
}
.card-deck .card:nth-last-of-type(1) {
margin-left: 0;
margin-right: 16px;
}
}
.card {
min-height: 120px;
margin-bottom: 1.25rem !important;
border: solid 1px #ececec;
border-radius: 2px;
-webkit-box-shadow: 0 2px 6px 0 rgba(12, 14, 15, 0.08);
box-shadow: 0 2px 6px 0 rgba(12, 14, 15, 0.08);
}
.card-deck .card.m-0 {
margin: 0rem !important;
}
.tab-top {
border: solid 1px #ececec;
border-radius: 2px;
-webkit-box-shadow: 0 2px 6px 0 rgba(12, 14, 15, 0.08);
box-shadow: 0 2px 6px 0 rgba(12, 14, 15, 0.08);
border-bottom: none;
}
.card-deck .tab-top {
border: none;
}
.tab-content .card {
border-top: none;
}
.card-header {
background-color: transparent;
border: none;
border-radius: unset !important;
padding: 12px 20px 0 20px;
}
.card-header h1,
.card-header .h1 {
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.17;
border-bottom: solid 1px #ececec;
padding-bottom: 10px;
margin-bottom: 0;
}
.card-header h1.table-header,
.card-header .h1.table-header {
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.44;
letter-spacing: normal;
}
.card-header .card-header-help::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.5' height='18.5'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='rgb(195,197,200)' d='M9 .5A8.499 8.499 0 0 1 17.499 9 8.5 8.5 0 1 1 .5 9 8.5 8.5 0 0 1 9 .5z'/%3E%3Cpath fill='rgb(195,197,200)' fill-rule='evenodd' d='M9.923 10.862c.094-.203.338-.471.732-.805.76-.646 1.257-1.156 1.489-1.53.232-.375.348-.772.348-1.192 0-.758-.316-1.422-.948-1.993-.633-.571-1.483-.857-2.554-.857-1.017 0-1.838.283-2.464.847-.626.564-.963 1.249-1.011 2.058l1.711.217c.12-.564.338-.984.656-1.26.319-.275.715-.413 1.187-.413.491 0 .882.133 1.171.396a1.24 1.24 0 0 1 .189 1.683c-.106.139-.43.435-.975.886-.544.451-.906.858-1.087 1.219-.182.36-.273.821-.273 1.38 0 .054.002.206.008.454h1.691c-.01-.523.033-.887.13-1.09zm.043 3.648v-1.902H8.102v1.902h1.864z'/%3E%3C/svg%3E");
}
.card-header .card-header-help {
float: right;
margin-top: -30px;
background-color: transparent;
padding: 0;
border: 0;
-webkit-appearance: none;
}
.card-body {
padding: 20px 20px;
}
.card-footer:last-child {
border-radius: unset !important;
}
.card-footer {
padding: 0 20px 20px;
background: none;
border: none;
}
#rebootPage {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 99999;
}
.modal-backdrop {
z-index: 1440;
}
.modal-backdrop.show {
opacity: 0.75;
}
.modal {
z-index: 1550;
}
.modal-content {
border: none;
border-radius: 5px;
-webkit-box-shadow: 0.6px 0.8px 2px 0 rgba(0, 0, 0, 0.03);
box-shadow: 0.6px 0.8px 2px 0 rgba(0, 0, 0, 0.03);
background-color: #ffffff;
}
.modal-header {
background-color: #4c6fcc;
border: 0;
height: 75px;
}
.modal-header div {
font: 16px 'Open Sans', 'Arial', sans-serif;
color: #fefefe;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.75;
letter-spacing: normal;
}
.modal-header div::before {
content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQRJREFUeNpi+P//PwMa5gHiQiA+AMRv/0PAWyi/ECqPogfdgCggfv4fP3gOVYfVkPr/pIF6dEOisKlatOXJ/5Cyc2AaB4gB6WdiYGDgAeI+Bixg3b6XDD9+/mPYdOgVAw4wAYgFQIYkALE4NhVBTuIMHGxMDH52YrgMEQbiGJBXdv2nDOwCuUQblzWLtz5lCC0/D6bxAB2QISK4ZNfshYQJKGzwAGGQIW9xyf779x9M//n7H58hb0GGXGGgDFwFGbKJQkM2ggxZAMRYPc3ExAimWZgZcXoFiJeADPkCxMXYVIQ4Q9IJKL3gAIVA/IGqeQeGo4nMxTH4igLk8uQgseUJQIABAExeErvCOVDWAAAAAElFTkSuQmCC');
padding: 0 20px 0 13px;
vertical-align: middle;
}
.modal-header.bg-warning div::before {
content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATxJREFUeNpi+P//PwMezAzEc4D4KxDPhfJxqmcgYFj5f1RQQa5hUkD8Gc0wEF+SHMMW/McOFpBqmAUQ/wPp/HOx4/+vVapgGgpA4ubY9DGCTUQFjEB8DIgtQJzfKxUYGP79ZmBg4WZgDb0FU3MCiK2AGEUzEwMmiIMZBFagmQk0iIuBST0ZWY0FVB0qQHMqDxA/+08ceApVD9eP7rJqIJZEFvh7qZPh92o1MI0GpKDqEeGDFGZKQHwNiNmRFfxeIQd0/l+gf1kZWMMfoBv4E4g1gfg+epj1ohsECYe/EBoUCZgApL4PPQJcgDiAgTwA0ucMM4wFiPsZKAMTQOaADAPGPYMOTmWMzFA/sOIzDKQ/HWRYAT5VTFrZkHQGSm/4QREoNj8BGbwMlIMvIJelAvFd9KxBAvgP1Z8GEGAAWTOqIKQdD4wAAAAASUVORK5CYII=');
padding: 0 20px 0 13px;
vertical-align: middle;
}
.modal-header.bg-danger div::before {
content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAVFBMVEX////////////////////////////////////////////////////////////////////////////////////wR0fwSUnwS0vxT0/xUFD3n5////8gb9RYAAAAFXRSTlMADBBaW1xdbHF/urvAweXm5+js7fkSosNHAAAAeUlEQVR4AWWQ4Q6CMAyEbwJ2TBQUKrK+/3sae1My/P7sS3NprsOHEIfZ5iEGFJrJyNTA6W2n94Rr3rK/HRDubqtu/j5OEGPmlSmCZDUJN6v22IiF8tSVsmCkqOo3kw6TC+QwEfbhntIHbdXn/H+X0/5u71AI8br/zxtONRY6ejAD7gAAAABJRU5ErkJggg==');
padding: 0 20px 0 13px;
vertical-align: middle;
}
.modal-header button.close {
opacity: unset;
line-height: 1.75;
padding-right: 25px;
}
.modal-header button.close span {
font-size: 0 !important;
}
.modal-header button.close span::before {
width: 18px;
height: 18px;
color: #ffffff;
fill: #ffffff;
content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjczRjg3MjU4NzdERjExRTk4NzNEQ0UyMzlGNTRENDI0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjczRjg3MjU5NzdERjExRTk4NzNEQ0UyMzlGNTRENDI0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzNGODcyNTY3N0RGMTFFOTg3M0RDRTIzOUY1NEQ0MjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzNGODcyNTc3N0RGMTFFOTg3M0RDRTIzOUY1NEQ0MjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5c1unoAAAAsElEQVR42rRUQQqEMAws+zI9iL5a8OZVQXHX+gD9wxITHNGDxooxMIe2k3SStHFEVDB6RspwN5HBN5fFl/FnDIz4RpAYPuLbOSjxtFjLSAKCJOASfKN99AYHNSRr6dTgNmsWe4Ioq0CoTmp2ygm6LUR1UP6AWserjoiNAGmd1TojKibabMLeIf/jrOzN1EyKbdJ+kwdp8kXMPq3HKPAPxshPNkqZJ9pjuwgm86ycBRgAwXr2TtOvvr8AAAAASUVORK5CYII=');
position: relative;
right: 3px;
}
.modal-header h2,
.modal-header .h2 {
color: #fefefe;
font-size: 16px;
margin: 0;
}
.modal-dialog {
overflow-y: initial !important;
}
.fade .modal-dialog {
top: -50px !important;
-webkit-transition: top 0.3s ease-out !important;
-moz-transition: top 0.3s ease-out !important;
-ms-transition: top 0.3s ease-out !important;
-o-transition: top 0.3s ease-out !important;
transition: top 0.3s ease-out !important;
}
.fade.show .modal-dialog {
top: 0 !important;
-webkit-transition: top 0.3s ease-out !important;
-moz-transition: top 0.3s ease-out !important;
-ms-transition: top 0.3s ease-out !important;
-o-transition: top 0.3s ease-out !important;
transition: top 0.3s ease-out !important;
}
.modal-body {
max-height: calc(100vh - 300px);
overflow-y: auto;
padding: 35px 20px;
}
.modal-body > div.alert {
padding-left: 50px;
background-repeat: no-repeat;
background-position: 16px 16px;
}
.modal-body > div.alert-danger {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAkFBMVEUAAADjVVXmTU3oRkbqQEDuRETvQEDxR0fvSEjwSEjxRkbxR0fxRkbwR0fwRkbxRkbvR0fvR0fwRkbwR0fwRkbwR0fwR0fwR0fwR0fwR0fwR0fwRkbxR0fvR0fwR0fwR0fwR0fwR0fwR0fwR0fwR0fwR0fwR0fwR0fwR0f4qan4q6v+8/P+9vb/+vr/+/v////VJFwlAAAAKHRSTlMACQoLDA8QElJVWFpbZWZtcHN0dni7vL6/4ePk5ebn6Onq6+zu+Pn++9FbLwAAAAFiS0dELyPUIBEAAACRSURBVBjTbZDpDoIwEITHAw888KooiqCiLEfd9387pds2IXH+dPp1sp0W+GmyOyVFEm8DWC2fJHqEAg4lOZX7DswNqJvKoBkwLcxpy61Z7wE2kq91JSZCTH0pZDbT2MwVbzEf1mJeSMUws5iLm+OJcnd5EmGc9uacB76z9p3/vAtY2E50C913jNbHnHK1GnabL/1jIxTzM6IcAAAAAElFTkSuQmCC');
}
.modal-body > div.alert-warning {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='17'%3E%3Cpath fill='rgb(250,166,26)' fill-rule='evenodd' d='M7.611 1.352L.44 13.738C-.602 15.54.253 17 2.352 17h14.296c2.098 0 2.954-1.46 1.911-3.262L11.388 1.352c-1.043-1.801-2.734-1.801-3.777 0z'/%3E%3Cpath fill='rgb(255,255,255)' fill-rule='evenodd' d='M9.5 15A1.5 1.5 0 0 1 8 13.5v-4a1.5 1.5 0 1 1 3 0v4A1.5 1.5 0 0 1 9.5 15zm0-8a1.5 1.5 0 1 1-.001-2.999A1.5 1.5 0 0 1 9.5 7z'/%3E%3C/svg%3E");
}
.modal-body #modalContent {
line-height: 1.6;
font-size: 18px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
div#zoomLoader.cover.loading {
top: 30px;
right: auto;
background-color: transparent;
max-width: inherit;
position: relative;
}
.card-body form label,
form .card-body label{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: auto;
max-width: none;
}
.card-body table label{
display: inline-block;
}
#formDashboard .card-body label,
#formDashboard .card-body label {
display: inline-block!important;
width: 100%;
max-width: 41.66%;
}
.div-input-element {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#inlineDashboardResourceCPU .div-input-element,
#inlineDashboardResourceMemory .div-input-element {
display: inline-block !important;
}
.modal-body .div-input-element {
max-width: 80%;
width: 80%;
}
.modal-body label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: auto;
max-width: none;
}
.modal-body #addCounter,
.modal-body #editCounter,
.modal-body #addIPv4Protocol,
.modal-body #addIPv4ICMPType
{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.modal-body #addCounter label.dropDownListWrapper,
.modal-body #editCounter label.dropDownListWrapper,
.modal-body #addIPv4Protocol label.dropDownListWrapper,
.modal-body #addIPv4ICMPType label.dropDownListWrapper
{
padding-top: 30px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 50%;
position: relative;
}
.modal-body #addCounter label.dropDownListWrapper .dropdown-title,
.modal-body #addIPv4Protocol label.dropDownListWrapper .dropdown-title,
.modal-body #addIPv4ICMPType label.dropDownListWrapper .dropdown-title
{
position: absolute;
top: 0;
left: 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 1px;
}
}
.modal-footer {
padding: 0 20px 20px;
border: none;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
}
#pageMessage.alert,
.pageMessage.alert,
.modal-content .alert {
border-radius: 2px;
border-width: 2px;
background-color: inherit;
}
.pageMessage.alert {
padding-left: 50px;
}
#pageMessage.alert div,
.pageMessage.alert,
.modal-content .alert div {
background-repeat: no-repeat;
background-position: 16px 16px;
background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cpath fill='rgb(255,255,255)' fill-rule='evenodd' d='M8.5-.001A8.5 8.5 0 1 1 8.499 17 8.5 8.5 0 0 1 8.5 0z'/%3E%3Cpath fill='rgb(76,111,204)' fill-rule='evenodd' d='M8.5 14A1.5 1.5 0 0 1 7 12.5v-4a1.5 1.5 0 0 1 3 0v4A1.5 1.5 0 0 1 8.5 14zm0-8a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8.5 6z'/%3E%3C/svg%3E");
}
#pageMessage.alert.alert-danger div,
.pageMessage.alert.alert-danger,
.modal-content .alert.alert-danger div {
background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cpath fill='rgb(240,71,71)' fill-rule='evenodd' d='M8.5-.001A8.5 8.5 0 1 1 8.499 17 8.5 8.5 0 0 1 8.5 0z'/%3E%3Cpath fill='rgb(255,255,255)' fill-rule='evenodd' d='M8.5 14A1.5 1.5 0 0 1 7 12.5v-4a1.5 1.5 0 0 1 3 0v4A1.5 1.5 0 0 1 8.5 14zm0-8a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8.5 6z'/%3E%3C/svg%3E");
}
#pageMessage.alert.alert-warning div,
.pageMessage.alert.alert-warning,
.modal-content .alert.alert-warning div {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='17'%3E%3Cpath fill='rgb(250,166,26)' fill-rule='evenodd' d='M7.611 1.352L.44 13.738C-.602 15.54.253 17 2.352 17h14.296c2.098 0 2.954-1.46 1.911-3.262L11.388 1.352c-1.043-1.801-2.734-1.801-3.777 0z'/%3E%3Cpath fill='rgb(255,255,255)' fill-rule='evenodd' d='M9.5 15A1.5 1.5 0 0 1 8 13.5v-4a1.5 1.5 0 1 1 3 0v4A1.5 1.5 0 0 1 9.5 15zm0-8a1.5 1.5 0 1 1-.001-2.999A1.5 1.5 0 0 1 9.5 7z'/%3E%3C/svg%3E");
}
.alert.alert-danger {
color: #f04747;
border-color: #f04747;
}
.alert.alert-warning {
color: #ffc17f;
border-color: #ffc17f;
}
.alert.alert-warning.notice {
color: #000000;
background-color: #ffdab2;
border-color: #ffc17f;
}
.sticky-top {
z-index: 1299;
position: fixed;
width: 100%;
height: 64px;
left: 0;
top: 0;
-webkit-box-shadow: 0px 2px 6px 0 rgba(12, 14, 15, 0.08);
box-shadow: 0px 2px 6px 0 rgba(12, 14, 15, 0.08);
background-color: #eff9f6;
}
.navbar-brand {
width: 208px;
padding-left: 20px;
}
.sticky-top .nav.navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.navbar-toggler {
font-size: 13px;
}
.navbar-toggler-icon {
display: inline-block;
width: 22px;
height: 22px;
vertical-align: middle;
content: '';
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(64,64,64)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
no-repeat center center;
}
.navbar-toggler-save {
display: inline-block;
width: 22px;
height: 22px;
vertical-align: middle;
content: '';
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATRJREFUeNq01M0rRFEYx/Ez4zaFDZKFxSxmQUmxsFI3Jcp6tjYKC3vyF8xCqbtTNmzMgqZmZYO1FQtlMclLsVEKKeSG5nvqsTmdc3umxlOfms7Lb8557u3mlpZXKsaYVRRMa/WARRz/DURYxxxuMYEEcSBgGPsYxyxqqGIN7zasA1e4xyC+JdhX3fiV+W0cYRcXWMh7NuQyrubO3WEaOziJnMlr9GMLb56wMTScMXvSPVTckz1iBl/o9ThDOXTsyDN2KlquvGljtTXMd03bm0l0Zez7kFa8ZIX14RKvsiFU9o96MIrnUNiUvBIjils1ZH091LNOpMoWpbI+s2dFHCjCipoH8IlzRVisCXvChiJs/t/fsx8Mye8B+UiWFHsLsr4k0kiudOh8aW+Uh0mEfbKbTQEGABtYOXLBac0aAAAAAElFTkSuQmCC')
no-repeat center center;
}
.navbar-toggler-save:hover {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cpath fill='%23f5821f' fill-rule='evenodd' d='M18.757 2.951L14.58.099A.576.576 0 0 0 14.259 0H1.504C.675 0 0 .666 0 1.485v16.031C0 18.334.675 19 1.504 19h15.992c.829 0 1.504-.666 1.504-1.484V3.409a.555.555 0 0 0-.243-.458zM4.884 1.113h6.948v2.755a.59.59 0 0 1-.593.585H5.477a.59.59 0 0 1-.593-.585V1.113zm9.318 12.232H4.799v-1.868a.67.67 0 0 1 .674-.666h8.054a.67.67 0 0 1 .675.666v1.868zm-9.403 1.113h9.403v3.429H4.799v-3.429zm13.073 3.058a.375.375 0 0 1-.376.371H15.33v-6.41c0-.981-.809-1.779-1.803-1.779H5.473c-.994 0-1.802.798-1.802 1.779v6.41H1.504a.375.375 0 0 1-.376-.371V1.485c0-.205.169-.372.376-.372h2.252v2.755c0 .937.772 1.699 1.721 1.699h5.762c.949 0 1.721-.762 1.721-1.699V1.113h1.122l3.79 2.588v13.815z'/%3E%3C/svg%3E%0A")
no-repeat center center;
}
.toggle-arrow {
position: relative;
}
.toggle-arrow:before {
content: '';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath fill='%23646569' fill-rule='evenodd' d='M8.999-.001L5 3.869.999-.001h-1L5 5.002l5-5.003H8.999z'/%3E%3C/svg%3E%0A");
height: 5px;
width: 10px;
position: absolute;
top: 50%;
margin-top: -2px;
right: -14px;
-webkit-transform: translateZ(0) rotate(0deg);
transform: translateZ(0) rotate(0deg);
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
-o-transition: transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
.row-item.show .toggle-arrow:before {
content: '';
-webkit-transform: translateZ(0) rotate(180deg);
transform: translateZ(0) rotate(180deg);
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
-o-transition: transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
.row_drop .dropdown-toggle::after {
display: none;
}
.navbar .row-item {
position: relative;
}
.navbar .row-item .dropdown-menu {
top: 40px;
right: -25px;
border-radius: 2px;
border: solid 2px #ececec;
background-color: #ffffff;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.navbar .row-item .dropdown-menu li {
border-top: 1px solid #ececec;
}
.navbar .row-item .dropdown-menu li:first-child {
border-top: 0;
}
.navbar .row-item .dropdown-menu a:active,
.navbar .row-item .dropdown-menu a:target {
background: #ffc17f;
color: inherit;
border-radius: 0;
}
.row-item .dropdown-divider {
margin: 0;
}
.row-item .dropdown-item {
padding: 10px;
}
.navbar-toggler-user {
display: inline-block;
width: 22px;
height: 22px;
vertical-align: middle;
content: '';
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYRJREFUeNqc1E8oRFEUx/E311hJURbESiYaCxsbNghZsLKQzEaMpFAsKMSOWNpaCGFhYcWGshMiVv7/i4SFPzXlz4h873TU63Vf88ypz2Jm3v29efec+3zhtg7LUCkYRgNycIsFjOLNebHfEJCMdXyiHdfIxwDKUYGveCHNSEMRovLdKdZwgEbM2RcoQ4i+24wt4K8+MIsa5wJTSAAnlrnOkeslJAnfLiFR0xaYQu6R7RKShUcvITvSAVNVYs9LyDzqpDv2KkatszNuLb6QQdvAJM5kTjoxKL/HDdG1gkOEpOV3aMKV6WLn4wSxiG0c2UJC0vZdGf+gKaRFFupNi6DAcFf9uVDOjr5uS6Y79jg96MMQlvFsudcNwuhHPcaQrkNa0Y0ly3s9YQqvGFEy5vtWYqXXBZTsi0owJLZWyTGfQCl8/wgowTgu9Z5UyQtnFS8yZJs4xgN+5I6Z0jW9uAwZmNb76ZcD1yUdqpZzowcrT15OqdL2iEyrbm+vvKTe9V/6FWAA14hVejAH5CMAAAAASUVORK5CYII=')
no-repeat center center;
}
.navbar-toggler-user:hover {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20'%3E%3Cpath fill='%23F5821F' fill-rule='evenodd' d='M16.801 17.759a.55.55 0 0 1-.215.261c-.124.079-3.1 1.98-8.079 1.98-4.98 0-7.956-1.897-8.08-1.98a.534.534 0 0 1-.215-.261c-.219-.554-.215-1.66-.211-1.876v-.012c.004-.033.004-.066.004-.104.025-.816.079-2.733 1.875-3.35.012-.004.025-.009.041-.013 1.875-.476 3.419-1.553 3.436-1.565a.558.558 0 1 1 .641.915c-.07.046-1.717 1.197-3.778 1.727-.965.344-1.072 1.375-1.101 2.319 0 .038-.005.071-.005.104-.008.373.021.948.087 1.28.675.381 3.319 1.702 7.302 1.702 3.998 0 6.626-1.317 7.297-1.698.065-.331.091-.907.087-1.28-.004-.033-.004-.066-.004-.103-.029-.945-.137-1.976-1.101-2.32-2.062-.53-3.709-1.677-3.78-1.727a.56.56 0 0 1 .642-.915c.017.012 1.569 1.089 3.435 1.565l.042.013c1.796.613 1.85 2.53 1.874 3.35 0 .038.005.071.005.104v.012c.004.216.008 1.322-.199 1.872zm-8.24-6.982h-.133c-1.213-.021-2.194-.448-2.914-1.264C3.921 7.716 4.186 4.634 4.215 4.34 4.318 2.116 5.378 1.06 6.247.567 7.112.075 8.014 0 8.474 0h.07c.836.017 1.585.215 2.226.584.862.493 1.905 1.549 2.008 3.756.029.294.294 3.376-1.3 5.173-.724.816-1.705 1.243-2.917 1.264zm3.108-6.333c-.004-.008-.004-.021-.004-.033-.129-2.808-2.028-3.264-3.146-3.288h-.05c-.902 0-3.009.319-3.145 3.288 0 .008-.004.021-.004.033-.004.025-.286 2.854 1.026 4.328.517.588 1.217.878 2.128.887h.041c.915-.009 1.61-.299 2.132-.887 1.315-1.483 1.026-4.299 1.022-4.328z'/%3E%3C/svg%3E%0A")
no-repeat center center;
}
.navbar-toggler-help {
display: inline-block;
width: 22px;
height: 22px;
vertical-align: middle;
content: '';
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdtJREFUeNqE1E9IVFEUx/GZ1yCJ2mJMBzeGQmQLC3LhpoVQTIsyUAML2iS2EFRQiEQEcSG0EsFyp7Ro0aYMIyGKhGDcuCqIkizIP1HMTAsFFxHY98TvyfVx33Tgw52Zc86d++7Mvcne230JT5zALVxEA46jgHUs4TG+RZuCyPujmMJndOE1+nFZ4zJuKm915W5zynldg5eoxg08xX7kyxYwgU5N1oZLyLsrK8Mi/qAFTzwThbGv/DnVL6r/YLJ7qNPjFJzGCtzBQ40VTq6o+jr1/5usXvsxEC7X2b8cBnFEY06fh5FXn6m3PevBJzyPPE63vuikVlGtuutaaRjW99HmCfTzL3j2phLPNFH4WB/Q6Km1/myg5HtPwQOtOoxWeeuptf5TgZZfTMRHpYpXMKf/XjSsP51y9iMu0mjGBbwpUfPLVvYVZxL/j/USubNYC7TsjhKF3zGG7RI11v/KJpvHabTHFDZhWKMvrqh/zibbwAxmUesptvx9bHpyNcqZjfA4jWALL5CJNOxgXKMbGV1HP3DXPZu/cVXHZlW3QjLmsZLao1XVt6v/0BVk5+w8JnX5rel2eIddVOlXv2Z/UG3LKPZ891lCiSFM66bN6oAfw098waO4m/avAAMAiEBqdn2iaIYAAAAASUVORK5CYII=')
no-repeat center center;
}
.navbar-toggler-help:hover {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cpath fill='%23f5821f' fill-rule='evenodd' d='M9.5 19C4.262 19 0 14.738 0 9.5S4.262 0 9.5 0 19 4.262 19 9.5 14.738 19 9.5 19zm0-17.754c-4.551 0-8.254 3.703-8.254 8.254s3.703 8.254 8.254 8.254 8.254-3.703 8.254-8.254S14.051 1.246 9.5 1.246zm.623 9.09v1.612a.623.623 0 0 1-1.246 0v-2.17c0-.344.279-.623.623-.623.984 0 1.784-.8 1.784-1.784s-.8-1.784-1.784-1.784-1.784.8-1.784 1.784a.623.623 0 0 1-1.246 0 3.033 3.033 0 0 1 3.03-3.03 3.033 3.033 0 0 1 3.03 3.03 3.035 3.035 0 0 1-2.407 2.965zm-.622 2.667a.781.781 0 1 1 0 1.562.781.781 0 0 1 0-1.562z'/%3E%3C/svg%3E%0A")
no-repeat center center;
}
.navbar-toggler-refresh {
display: inline-block;
width: 22px;
height: 22px;
vertical-align: middle;
content: '';
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAATCAYAAACZZ43PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVtJREFUeNqc1E8oRFEUx/E3TI1/kYSUf7NQWFjaWmAjETs7JrOwUP6VmqWsbAyr2VkobCiFhY2txtKMkoWiNGQiUkRmvqfO1O2at3BPfXrv9d79vXn33jOB6eiM51N1aNXzW7zqeT320C8XJdYguZ7EBe6xg31kcIYhlKOlMCBoDK7FLhqwihN86r0ajGMTKYTsgAqc4hzD+LF+2Zc+Ky+Yw7cdsIZLzPrMRxV68YsE7syADoyhy/OvZ0SL3ZBJm8IW3jyHkoABHDmMbURcAtqQdgjIYUICqvHuEPAkSy8Bj7r2/61KvEjAAQIOAd2yxWUZFzy3GpXNF3QcLPMWQZ8ZMI9ONGlfjMg3+gTEcYgbM2BF93gMV0b7miXPr6NH3m63s6xGEksI6ywXqky7MalbfxAfdjtnsYxmLGrTPGhLh3WzbWBbm+rP/8G1Ho+VTFQ7SrX7ssUmIy/AAOzkQkI683IjAAAAAElFTkSuQmCC')
no-repeat center center;
}
.navbar-toggler-refresh:hover {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19'%3E%3Cpath fill='%23f5821f' fill-rule='evenodd' d='M13.388 16.009c-1.472 1.443-3.344 2.227-5.313 2.227-.132 0-.268-.004-.404-.012-1.698-.093-3.288-.757-4.585-1.897l.171 2.099c.026.291-.171.543-.435.57-.015.004-.029.004-.043.004-.247 0-.458-.205-.479-.477l-.286-3.449c-.025-.291.172-.544.436-.571l3.177-.31c.268-.027.5.182.525.473.025.291-.171.543-.436.571l-2.101.205c1.279 1.156 2.866 1.742 4.456 1.742 1.666 0 3.338-.644 4.671-1.951 1.897-1.863 2.701-4.699 2.097-7.4-.064-.279.097-.562.354-.632.257-.07.518.105.583.384.686 3.077-.229 6.301-2.388 8.424zm.086-11.497l-3.187.128h-.018c-.257 0-.472-.221-.482-.504-.011-.291.196-.532.464-.544l2.076-.085c-2.619-2.316-6.486-2.277-9.07.26C1.36 5.63.56 8.466 1.16 11.166c.064.28-.096.563-.353.633a.418.418 0 0 1-.115.015.49.49 0 0 1-.468-.399c-.686-3.073.228-6.301 2.387-8.424C4.179 1.447 6.213.659 8.329.776a7.498 7.498 0 0 1 4.602 1.913L12.856.543c-.011-.291.197-.532.464-.543.265-.012.49.213.501.504l.118 3.422v.062c0 .284-.204.512-.465.524z'/%3E%3C/svg%3E%0A")
no-repeat center center;
}
.dropdown-item_log-out {
position: relative;
color: #004876;
padding: 8px 0 10px 30px !important;
}
.dropdown-item_log-out:before {
content: '';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13'%3E%3Cpath fill='%23004876' fill-rule='evenodd' d='M13.825 6.839S12 8.921 12 8V7l-7.6-.085a.414.414 0 0 1 0-.83L12 6V5c0-1.009 1.825 1.161 1.825 1.161a.416.416 0 0 1 0 .678zm-2.586-3.171C10.274 1.974 8.469.835 6.405.835 3.327.835.822 3.376.822 6.5s2.505 5.665 5.583 5.665c2.063 0 3.869-1.138 4.834-2.833a.41.41 0 0 1 .562-.152.421.421 0 0 1 .151.57C10.841 11.699 8.766 13 6.405 13 2.865 13 0 10.093 0 6.5S2.865 0 6.405 0c2.361 0 4.435 1.3 5.547 3.25a.421.421 0 0 1-.151.57.409.409 0 0 1-.562-.152z'/%3E%3C/svg%3E%0A");
position: absolute;
width: 14px;
height: 13px;
left: 10px;
top: 12px;
}
.navbar .form-control {
padding: 0.75rem 1rem;
border-width: 0;
border-radius: 0;
}
.nav-tabs {
background-color: white;
flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
}
.nav-tabs .nav-item {
margin-bottom: 0;
}
.nav-tabs .nav-link {
color: #acacac;
font-size: 15px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.87;
letter-spacing: normal;
border: none;
border-radius: unset !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #646569;
background-color: #fff;
border: none;
border-bottom: solid 2px #4c6fcc;
}
.nav-tabs .nav-item.show .nav-link:focus,
.nav-tabs .nav-link:focus {
outline: none;
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
footer.navbar-expand-lg .navbar-collapse {
display: initial !important;
white-space: nowrap;
overflow-x: auto;
text-align: right;
}
#unexpectedRestartMessage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 0 auto;
}
#unexpectedRestartMessageIcon {
content: '';
display: block;
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+CiAgICA8cGF0aCBmaWxsPSIjRjA0NzQ3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjUgMTRBMS41IDEuNSAwIDAgMSA3IDEyLjV2LTRhMS41IDEuNSAwIDEgMSAzIDB2NEExLjUgMS41IDAgMCAxIDguNSAxNHptMC04YTEuNSAxLjUgMCAxIDEgMC0zIDEuNSAxLjUgMCAwIDEgMCAzeiIvPgo8L3N2Zz4K');
background-repeat: no-repeat;
background-position: 50%;
border: 1px solid #646569;
border-radius: 50%;
width: 21px;
height: 21px;
}
.table th,
.table td {
padding: 8px 12px;
}
.table-bordered td,
.table-bordered th {
border: none;
}
.table td,
.table th {
border: none;
}
.table thead th {
color: #3e3f43;
font-weight: 600;
font-style: normal;
font-stretch: normal;
border-bottom: solid 1px #ececec;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
color: #004876;
}
.table thead tr:not(.rowFilter)th:hover {
color: #3e3f43;
font-family: 'Open Sans Bold', Arial, sans-serif;
font-weight: bold;
}
table.dataTable thead .sorting:before {
content: '';
}
table.dataTable thead .sorting:after {
content: '';
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before {
content: '\25b2';
}
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
opacity: 1;
content: '\25bc';
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
content: '';
}
.card-body table.table.dataTable {
margin: 0 !important;
}
div.dataTables_wrapper div.dataTables_processing {
background-color: #b0b0b0;
z-index: 998;
}
div.dataTables_wrapper td.dataTables_empty {
color: #c3c5c8;
background-color: #ffffff;
font-size: 22px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.05;
letter-spacing: normal;
padding-top: 40px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
div.dataTables_wrapper.emptyTable div.dataTables_paginate {
display: none;
}
select:disabled {
border: solid 1px #f9f9f9;
background: #f9f9f9;
}
.table-striped tbody tr:nth-of-type(odd),
table.dataTable tbody tr.selected.no-select {
background-color: #f6f6f6;
}
table.dataTable tbody tr.selected {
background-color: #c4cee9;
}
table.dataTable tbody tr:hover,
table.dataTable tbody th:hover {
background-color: #e2e7f5;
}
table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
color: inherit;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before {
bottom: 0.8em;
color: #6c757d;
font-size: smaller;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
width: 16px;
height: 16px;
margin-top: -4px;
border: solid 1px #6f6f6f;
border-radius: 2px;
}
table.dataTable tbody tr.no-select td.select-checkbox:before,
table.dataTable tbody tr.no-select th.select-checkbox:before {
background: #cccccc;
}
table.dataTable tr.selected td.select-checkbox:before,
table.dataTable tr.selected th.select-checkbox:before {
content: '';
background-color: #4c6fcc;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgb(255,255,255)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center center;
background-size: 85% 85%;
border: solid 1px #4c6fcc;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
content: none;
text-shadow: none;
color: white;
}
table.dataTable tbody td.select-radio:before,
table.dataTable tbody th.select-radio:before {
width: 20px;
height: 20px;
margin-top: -6px;
border: solid 1px #6f6f6f;
border-radius: 50%;
}
table.dataTable tr.selected td.select-radio:before,
table.dataTable tr.selected th.select-radio:before {
content: '';
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(76,111,204)'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center center;
background-size: 85% 85%;
border: solid 1px #004876;
}
table.dataTable tbody tr td a {
color: #004876 !important;
}
.dtButtons {
position: absolute;
top: 6px;
right: 45px;
}
.dtButtons.dtRefreshOnly {
right: 10px;
}
.tab-content .dtButtons {
top: -39px;
}
.card-header .table-header.shrunk {
margin-bottom: 40px;
}
.dtButtons.shrunk {
top: 46px !important;
}
.dtButtons.shrunk-double {
top: 70px !important;
}
.dtButtons > .dt-buttons.btn-group .btn-group .btn,
.dtButtons > .dt-buttons.btn-group > .btn {
color: #646569;
padding: 8px 16px;
border-radius: unset !important;
border: none;
background: url('data:image/gif;base64,R0lGODlhAQAUAIAAAOzs7AAAACH5BAAAAAAALAAAAAABABQAQAIEhI+ZBQA7')
0 7px no-repeat;
z-index: 1;
}
.dtButtons > .dt-buttons.btn-group > .btn.disabled span {
opacity: 0.6;
}
.dtButtons > .dt-buttons.btn-group .dt-button-background {
display: none !important;
}
.dtButtons .bootstrap-select.show .filter-option {
background: none;
}
.dtButtons .dropdown-menu {
border-top: 1px solid #f0f0f0;
}
.dtButtons .dropdown-toggle::after {
margin-left: 10px;
vertical-align: .1em;
border: 0 !important;
width: 10px;
height: 5px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3e%3cpolyline points='0,-0.5 5,4.4 10,-0.5' style='fill:none;stroke:rgb(100,101,105);stroke-width:0.75'%3e%3c/polyline%3e%3c/svg%3e");
-webkit-transform: translateZ(0) rotate(0deg);
transform: translateZ(0) rotate(0deg);
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
-o-transition: transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
.dtButtons .dropdown .dropdown-toggle::after {
opacity: 1 !important;
}
.dtButtons .show.dropdown .dropdown-toggle::after,
.btn-group .buttons-collection.dropdown-toggle[aria-expanded="true"]::after {
-webkit-transform: translateZ(0) rotate(180deg);
transform: translateZ(0) rotate(180deg);
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
-o-transition: transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
.btn-group .buttons-collection.dropdown-toggle::after {
vertical-align: .45em;
}
.btn-group .buttons-collection.dropdown-toggle:hover::after {
background-color: transparent;
color: #c3c5c8 !important;
}
.btn-group .dropdown-menu.dt-button-collection {
min-width: 0 !important;
}
.btn-group .dropdown-menu.dt-button-collection .dt-button {
line-height: 25px;
border: 1px solid #f0f0f0;
border-top: 0;
height: 34px;
position: relative;
}
.btn-group .dropdown-menu.dt-button-collection .dt-button:active,
.btn-group .dropdown-menu.dt-button-collection .dt-button:target {
color: #16181b;
background-color: #ffc17f;
outline: none;
}
@media screen and (max-width: 860px) {
#menuTopButtons li.nav-item.dropdown,
#menuTopDropdowns div.row-item {
padding: 0 !important;
}
nav[aria-label='breadcrumb'] {
margin: 0 auto 0 0;
}
div.dt-buttons {
float: inherit;
width: inherit;
text-align: inherit;
margin-bottom: 0;
}
}
@media screen and (max-width: 720px) {
#breadcrumb li.breadcrumb-item.active {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
width: 100px;
}
}
@media screen and (max-width: 600px) {
#menuTopButtons,
#menuTopDropdowns {
display: none;
}
}
div.dataTables_wrapper.emptyTable,
.emptyTable .table thead th,
.emptyTable .dtButtons > .dt-buttons.btn-group > .btn,
.emptyTable .bootstrap-select .filter-option-inner-inner,
.emptyTable .bootstrap-select .dropdown-toggle::after {
color: #c3c5c8;
}
.dtButtons > .dt-buttons.btn-group > .btn:hover {
background-color: transparent;
color: #646569;
}
.dtButtons button.filter-btn,
.dtButtons a.filter-btn {
background: none !important;
position: absolute;
right: -165px;
top: 0;
}
.dtButtons button.buttons-print {
display: none;
}
.dtButtons.dtRefreshOnly button.filter-btn,
.dtButtons.dtRefreshOnly a.filter-btn {
display: none;
}
.icon {
display: inline-block;
width: 18px;
height: 18px;
background: transparent no-repeat center center;
background-size: 100% 100%;
}
.icon-add {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='none' stroke='rgb(100,101,105)' d='M8.999.5c.276 0 .501.224.501.5v15.999a.5.5 0 1 1-1 0V1a.5.5 0 0 1 .499-.5z'/%3E%3Cpath fill='none' stroke='rgb(100,101,105)' d='M.999 8.499h16a.501.501 0 0 1 0 1h-16a.5.5 0 0 1 0-1zM13.5.5h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}
.icon-add:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='none' stroke='rgb(245,130,32)' d='M8.999.5c.276 0 .501.224.501.5v15.999a.5.5 0 1 1-1 0V1a.5.5 0 0 1 .499-.5z'/%3E%3Cpath fill='none' stroke='rgb(245,130,32)' d='M.999 8.499h16a.501.501 0 0 1 0 1h-16a.5.5 0 0 1 0-1zM13.5.5h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}
.icon-edit {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' style=''%3E%3Crect x='0' y='0' fill='none' stroke='none'/%3E%3Cpath fill='none' stroke='rgb(100,101,105)' stroke-linejoin='bevel' d='M1.039 13.217L12.717 1.54a2 2 0 0 1 2.829 0l1.414 1.414a2 2 0 0 1 0 2.828L5.282 17.46l-4.243-4.243z'/%3E%3Cpath fill='none' stroke='rgb(100,101,105)' d='M11.488,3.147 l0.659,-0.659 l3.681,3.681 l-0.659,0.659 l-3.681,-3.681 z'/%3E%3Cpath fill='none' stroke='rgb(100,101,105)' stroke-linecap='square' stroke-linejoin='bevel' d='M4.817,17.722 h-3.905 v-3.905'/%3E%3Cpath fill='rgb(100,101,105)' fill-rule='evenodd' d='M4.489 13.303l8.314-8.314.707.707-8.314 8.314-.707-.707z'/%3E%3C/svg%3E");
}
.icon-edit:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' style=''%3E%3Crect x='0' y='0' fill='none' stroke='none'/%3E%3Cpath fill='none' stroke='rgb(245,130,32)' stroke-linejoin='bevel' d='M1.039 13.217L12.717 1.54a2 2 0 0 1 2.829 0l1.414 1.414a2 2 0 0 1 0 2.828L5.282 17.46l-4.243-4.243z'/%3E%3Cpath fill='none' stroke='rgb(245,130,32)' d='M11.488,3.147 l0.659,-0.659 l3.681,3.681 l-0.659,0.659 l-3.681,-3.681 z'/%3E%3Cpath fill='none' stroke='rgb(245,130,32)' stroke-linecap='square' stroke-linejoin='bevel' d='M4.817,17.722 h-3.905 v-3.905'/%3E%3Cpath fill='rgb(245,130,32)' fill-rule='evenodd' d='M4.489 13.303l8.314-8.314.707.707-8.314 8.314-.707-.707z'/%3E%3C/svg%3E");
}
.icon-edit-all {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAMAAAANf8AYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFZGVp////IUCSJQAAAAJ0Uk5T/wDltzBKAAAAqUlEQVR42uzVsQ7AIAgE0OP/f7qDxlhBuHOpQ12a0LwWFRG4eJg+ftOMunxoREIwfaNic1IPNJkcT9g5wSZCIvSclNXDOgHaaAfKG+i5EQimI5iONnuf15FVKK/NOF7UMzmn5AywPYRC6wsGuTiBfLhGQbREUbC6bOIP5T+qNpctvHd7AGumNoQ8pRX1J3//DKKYkY90z23Sr45+hJgWeGC+u+svHo8AAwAXeQbHKueTzwAAAABJRU5ErkJggg==');
}
.icon-edit-all:hover {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAMAAAANf8AYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF9YIg////i5JbuwAAAAJ0Uk5T/wDltzBKAAAAqUlEQVR42uzVsQ7AIAgE0OP/f7qDxlhBuHOpQ12a0LwWFRG4eJg+ftOMunxoREIwfaNic1IPNJkcT9g5wSZCIvSclNXDOgHaaAfKG+i5EQimI5iONnuf15FVKK/NOF7UMzmn5AywPYRC6wsGuTiBfLhGQbREUbC6bOIP5T+qNpctvHd7AGumNoQ8pRX1J3//DKKYkY90z23Sr45+hJgWeGC+u+svHo8AAwAXeQbHKueTzwAAAABJRU5ErkJggg==');
}
.icon-clear {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='rgb(100,101,105)' fill-rule='evenodd' d='M15 10V8c-.005-.908-.103-2.001-1-2h-4l-.165-4.143A1.847 1.847 0 0 0 8 0a1.847 1.847 0 0 0-1.835 1.857L6 6H2c-.897-.001-.995 1.092-1 2v2l-.996 5.534a.4.4 0 0 0 .09.317.398.398 0 0 0 .3.137h15.212a.396.396 0 0 0 .39-.455L15 10zM2 8c.004-.472 0-1 0-1h5s.003-.782 0-1l-.054.853V1.857A1.06 1.06 0 0 1 8 .79a1.06 1.06 0 0 1 1.054 1.067L9 6c-.003.218 0 1 0 1s.146-.215 0 0h5s-.004.528 0 1v2H2V8zm11 7v-2h-1v2h-1.967C9.885 15 10 13 10 13H9s.073 2 .007 2H7v-2H6v2H4v-2H3v2H1l1-4h12l1 4h-2z'/%3E%3C/svg%3E");
}
.icon-clear:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='rgb(245,130,32)' fill-rule='evenodd' d='M15 10V8c-.005-.908-.103-2.001-1-2h-4l-.165-4.143A1.847 1.847 0 0 0 8 0a1.847 1.847 0 0 0-1.835 1.857L6 6H2c-.897-.001-.995 1.092-1 2v2l-.996 5.534a.4.4 0 0 0 .09.317.398.398 0 0 0 .3.137h15.212a.396.396 0 0 0 .39-.455L15 10zM2 8c.004-.472 0-1 0-1h5s.003-.782 0-1l-.054.853V1.857A1.06 1.06 0 0 1 8 .79a1.06 1.06 0 0 1 1.054 1.067L9 6c-.003.218 0 1 0 1s.146-.215 0 0h5s-.004.528 0 1v2H2V8zm11 7v-2h-1v2h-1.967C9.885 15 10 13 10 13H9s.073 2 .007 2H7v-2H6v2H4v-2H3v2H1l1-4h12l1 4h-2z'/%3E%3C/svg%3E");
}
.icon-clear-all {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='rgb(101,102,106)' fill-rule='evenodd' d='M1.5,8.6h5.4v1H1.5V8.6z'/%3E%3Cpath fill='rgb(101,102,106)' fill-rule='evenodd' d='M1.5,4.5h1.1v5.1H1.5V4.5z'/%3E%3Cpath fill='rgb(101,102,106)' fill-rule='evenodd' d='M1.5,10.6l-0.9,5c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h13.8c0.2,0,0.4-0.2,0.4-0.4c0,0,0,0,0-0.1l-0.9-5V8.7 c0-0.8-0.1-1.8-0.9-1.8H9.7V3.3c0,0-0.9,0-0.9,0v3.6c0,0.2,0,0.9,0,0.9s0.1-0.2,0,0h4.5c0,0,0,0.5,0,0.9v1.8H1.5 M12.4,15.1v-1.8 h-0.9v1.8H9.7c-0.1,0,0-1.8,0-1.8H8.8c0,0,0.1,1.8,0,1.8H6.9v-1.8H6v1.8H4.2v-1.8H3.3v1.8H1.5l0.9-3.6h10.9l0.9,3.6H12.4z'/%3E%3Cpath fill='none' fill-rule='evenodd' stroke='rgb(101,102,106)' d='M1.5,0.6c3,0,5.5,1.8,5.5,4.1S4.5,8.7,1.5,8.7'/%3E%3C/svg%3E");
}
.icon-clear-all:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='rgb(245,130,32)' d='M1.5,8.6h5.4v1H1.5V8.6z'/%3E%3Cpath fill='rgb(245,130,32)' d='M1.5,4.5h1.1v5.1H1.5V4.5z'/%3E%3Cpath fill='rgb(245,130,32)' d='M1.5,10.6l-0.9,5c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h13.8c0.2,0,0.4-0.2,0.4-0.4c0,0,0,0,0-0.1l-0.9-5V8.7 c0-0.8-0.1-1.8-0.9-1.8H9.7V3.3c0,0-0.9,0-0.9,0v3.6c0,0.2,0,0.9,0,0.9s0.1-0.2,0,0h4.5c0,0,0,0.5,0,0.9v1.8H1.5 M12.4,15.1v-1.8 h-0.9v1.8H9.7c-0.1,0,0-1.8,0-1.8H8.8c0,0,0.1,1.8,0,1.8H6.9v-1.8H6v1.8H4.2v-1.8H3.3v1.8H1.5l0.9-3.6h10.9l0.9,3.6H12.4z'/%3E%3Cpath fill='none' stroke='rgb(245,130,32)' d='M1.5,0.6c3,0,5.5,1.8,5.5,4.1S4.5,8.7,1.5,8.7'/%3E%3C/svg%3E");
}
.icon-delete {
width: 13px;
height: 17px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAMAAAAxIdauAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFZGVp////IUCSJQAAAAJ0Uk5T/wDltzBKAAAAKUlEQVR42mJgBAIGEAAzYAQDXBgJMCIAhhRCkgEMB5hCcgsjkvsBAgwAOx4AgV/YZoQAAAAASUVORK5CYII=');
}
.icon-delete:hover {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAMAAAAxIdauAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF9YIg////i5JbuwAAAAJ0Uk5T/wDltzBKAAAAKUlEQVR42mJgBAIGEAAzYAQDXBgJMCIAhhRCkgEMB5hCcgsjkvsBAgwAOx4AgV/YZoQAAAAASUVORK5CYII=');
}
.icon-details {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='rgb(100,101,105)' d='M.5 3.73v11.645c0 1.173.895 2.125 2 2.125h8c1.104 0 2-.952 2-2.125V2.625c0-1.174-.896-2.125-2-2.125H3.549L.5 3.73z'/%3E%3Cpath fill='rgb(100,101,105)' fill-rule='evenodd' stroke='rgb(100,101,105)' d='M.5 4.5h4v-4l-4 4z'/%3E%3Cpath fill='none' fill-rule='evenodd' stroke='rgb(100,101,105)' d='M2.5 6.5h8v1h-8v-1zM2.5 9.5h8v1h-8v-1zM2.5 12.5h8v1h-8v-1z'/%3E%3C/svg%3E");
}
.icon-details:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='rgb(245,130,32)' d='M.5 3.73v11.645c0 1.173.895 2.125 2 2.125h8c1.104 0 2-.952 2-2.125V2.625c0-1.174-.896-2.125-2-2.125H3.549L.5 3.73z'/%3E%3Cpath fill='rgb(245,130,32)' fill-rule='evenodd' stroke='rgb(245,130,32)' d='M.5 4.5h4v-4l-4 4z'/%3E%3Cpath fill='none' fill-rule='evenodd' stroke='rgb(245,130,32)' d='M2.5 6.5h8v1h-8v-1zM2.5 9.5h8v1h-8v-1zM2.5 12.5h8v1h-8v-1z'/%3E%3C/svg%3E");
}
.icon-filter {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16'%3E%3Cpath fill='rgb(100,101,105)' fill-rule='evenodd' d='M14.358 0H.641a.644.644 0 0 0-.574.364.702.702 0 0 0 .051.708L5 8c-.186-.404-.002-.003 0 0 .183.256-.001.681 0 1v6c-.001.178.496.677.617.803a.628.628 0 0 0 .708.144l2.824-1.12c.253-.08.851-.528.851-.827V9c0-.319-.182-.744 0-1 .002-.003-.002.003 0 0l4.882-6.929a.703.703 0 0 0 .051-.707.646.646 0 0 0-.575-.364zM9 8c.094.24.001.508 0 1v5l-3 1V9c-.001-.492.031-.948 0-1L.899.813h13.202L9 8z'/%3E%3C/svg%3E");
}
.btn.filter-btn.active .icon-filter {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='rgb(76,111,204)' fill-rule='evenodd' d='M15.311 0H.688a.688.688 0 0 0-.612.364.668.668 0 0 0 .054.707l5.357 7.362.006.007c.194.257.3.567.3.886v6.002a.663.663 0 0 0 .199.475.694.694 0 0 0 .755.144l3.01-1.12a.637.637 0 0 0 .449-.628V9.326c.001-.319.106-.629.3-.886l.006-.007 5.357-7.362a.664.664 0 0 0 .054-.707.688.688 0 0 0-.612-.364z'/%3E%3C/svg%3E");
}
.emptyTable .icon-filter {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16'%3E%3Cpath fill='rgb(195,197,200)' fill-rule='evenodd' d='M14.358 0H.641a.644.644 0 0 0-.574.364.702.702 0 0 0 .051.708L5 8c-.186-.404-.002-.003 0 0 .183.256-.001.681 0 1v6c-.001.178.496.677.617.803a.628.628 0 0 0 .708.144l2.824-1.12c.253-.08.851-.528.851-.827V9c0-.319-.182-.744 0-1 .002-.003-.002.003 0 0l4.882-6.929a.703.703 0 0 0 .051-.707.646.646 0 0 0-.575-.364zM9 8c.094.24.001.508 0 1v5l-3 1V9c-.001-.492.031-.948 0-1L.899.813h13.202L9 8z'/%3E%3C/svg%3E");
}
.icon-filter:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16'%3E%3Cpath fill='rgb(245,130,32)' fill-rule='evenodd' d='M14.358 0H.641a.644.644 0 0 0-.574.364.702.702 0 0 0 .051.708L5 8c-.186-.404-.002-.003 0 0 .183.256-.001.681 0 1v6c-.001.178.496.677.617.803a.628.628 0 0 0 .708.144l2.824-1.12c.253-.08.851-.528.851-.827V9c0-.319-.182-.744 0-1 .002-.003-.002.003 0 0l4.882-6.929a.703.703 0 0 0 .051-.707.646.646 0 0 0-.575-.364zM9 8c.094.24.001.508 0 1v5l-3 1V9c-.001-.492.031-.948 0-1L.899.813h13.202L9 8z'/%3E%3C/svg%3E");
}
.icon-refresh {
background-position-y: 1px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='19'%3E%3Cpath fill='rgb(100,101,105)' fill-rule='evenodd' d='M13.746 14.228a7.572 7.572 0 0 1-10.702.173v2.13a.583.583 0 1 1-1.166 0v-3.499a.584.584 0 0 1 .399-.555l3.5-1.166a.584.584 0 0 1 .368 1.108l-2.584.861a6.416 6.416 0 0 0 4.732 2.083 6.414 6.414 0 0 0 6.417-6.412.583.583 0 0 1 1.167 0 7.565 7.565 0 0 1-2.131 5.277zm.565-8.803l-3.499 1.166a.585.585 0 0 1-.369-1.108l2.584-.861A6.415 6.415 0 0 0 1.878 8.951a.583.583 0 1 1-1.167 0 7.57 7.57 0 0 1 12.833-5.449v-2.13a.583.583 0 1 1 1.166 0V4.87a.582.582 0 0 1-.399.555z'/%3E%3C/svg%3E");
}
.emptyTable .icon-refresh {
background-position-y: 1px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='19'%3E%3Cpath fill='rgb(195,197,200)' fill-rule='evenodd' d='M13.746 14.228a7.572 7.572 0 0 1-10.702.173v2.13a.583.583 0 1 1-1.166 0v-3.499a.584.584 0 0 1 .399-.555l3.5-1.166a.584.584 0 0 1 .368 1.108l-2.584.861a6.416 6.416 0 0 0 4.732 2.083 6.414 6.414 0 0 0 6.417-6.412.583.583 0 0 1 1.167 0 7.565 7.565 0 0 1-2.131 5.277zm.565-8.803l-3.499 1.166a.585.585 0 0 1-.369-1.108l2.584-.861A6.415 6.415 0 0 0 1.878 8.951a.583.583 0 1 1-1.167 0 7.57 7.57 0 0 1 12.833-5.449v-2.13a.583.583 0 1 1 1.166 0V4.87a.582.582 0 0 1-.399.555z'/%3E%3C/svg%3E");
}
.icon-refresh:hover {
background-position-y: 1px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='19'%3E%3Cpath fill='rgb(245,130,32)' fill-rule='evenodd' d='M13.746 14.228a7.572 7.572 0 0 1-10.702.173v2.13a.583.583 0 1 1-1.166 0v-3.499a.584.584 0 0 1 .399-.555l3.5-1.166a.584.584 0 0 1 .368 1.108l-2.584.861a6.416 6.416 0 0 0 4.732 2.083 6.414 6.414 0 0 0 6.417-6.412.583.583 0 0 1 1.167 0 7.565 7.565 0 0 1-2.131 5.277zm.565-8.803l-3.499 1.166a.585.585 0 0 1-.369-1.108l2.584-.861A6.415 6.415 0 0 0 1.878 8.951a.583.583 0 1 1-1.167 0 7.57 7.57 0 0 1 12.833-5.449v-2.13a.583.583 0 1 1 1.166 0V4.87a.582.582 0 0 1-.399.555z'/%3E%3C/svg%3E");
}
.icon-recover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.5' height='21.5'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='rgb(100,101,105)' d='M19.183 12.443h-1.771a.66.66 0 0 0-.628.421.661.661 0 0 0 .147.739l1.252 1.253a.972.972 0 0 1 0 1.377l-1.596 1.596a.998.998 0 0 1-1.378 0l-1.252-1.252a.663.663 0 0 0-.741-.147.664.664 0 0 0-.42.628v1.771a.974.974 0 0 1-.973.974H9.566a.974.974 0 0 1-.973-.974v-1.771a.664.664 0 0 0-.42-.628.664.664 0 0 0-.741.147l-1.253 1.252a.997.997 0 0 1-1.377 0l-1.596-1.596a.965.965 0 0 1-.285-.689c0-.259.101-.505.285-.688l1.252-1.253c.2-.2.257-.477.147-.739a.662.662 0 0 0-.628-.421H2.206a.975.975 0 0 1-.974-.973V9.212c0-.537.437-.973.974-.973h1.771a.662.662 0 0 0 .628-.419.666.666 0 0 0-.147-.742L3.206 5.826a.964.964 0 0 1-.285-.688c0-.26.101-.507.285-.69l1.596-1.596a.997.997 0 0 1 1.377 0l1.253 1.252c.2.201.478.257.741.148a.664.664 0 0 0 .42-.628V1.853c0-.538.436-.974.973-.974h2.257c.537 0 .973.436.973.974v1.771c0 .284.158.518.421.628a.66.66 0 0 0 .74-.148l1.252-1.252a.998.998 0 0 1 1.378 0l1.596 1.596a.976.976 0 0 1 0 1.378l-1.252 1.252a.666.666 0 0 0-.147.742.663.663 0 0 0 .628.419h1.771c.537 0 .973.436.973.973v2.258a.974.974 0 0 1-.973.973zm-8.685-4.276a2.16 2.16 0 1 0 0 4.32 2.16 2.16 0 0 0 0-4.32z'/%3E%3C/svg%3E ");
}
.icon-recover:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.5' height='21.5'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='rgb(245,130,32)' d='M19.183 12.443h-1.771a.66.66 0 0 0-.628.421.661.661 0 0 0 .147.739l1.252 1.253a.972.972 0 0 1 0 1.377l-1.596 1.596a.998.998 0 0 1-1.378 0l-1.252-1.252a.663.663 0 0 0-.741-.147.664.664 0 0 0-.42.628v1.771a.974.974 0 0 1-.973.974H9.566a.974.974 0 0 1-.973-.974v-1.771a.664.664 0 0 0-.42-.628.664.664 0 0 0-.741.147l-1.253 1.252a.997.997 0 0 1-1.377 0l-1.596-1.596a.965.965 0 0 1-.285-.689c0-.259.101-.505.285-.688l1.252-1.253c.2-.2.257-.477.147-.739a.662.662 0 0 0-.628-.421H2.206a.975.975 0 0 1-.974-.973V9.212c0-.537.437-.973.974-.973h1.771a.662.662 0 0 0 .628-.419.666.666 0 0 0-.147-.742L3.206 5.826a.964.964 0 0 1-.285-.688c0-.26.101-.507.285-.69l1.596-1.596a.997.997 0 0 1 1.377 0l1.253 1.252c.2.201.478.257.741.148a.664.664 0 0 0 .42-.628V1.853c0-.538.436-.974.973-.974h2.257c.537 0 .973.436.973.974v1.771c0 .284.158.518.421.628a.66.66 0 0 0 .74-.148l1.252-1.252a.998.998 0 0 1 1.378 0l1.596 1.596a.976.976 0 0 1 0 1.378l-1.252 1.252a.666.666 0 0 0-.147.742.663.663 0 0 0 .628.419h1.771c.537 0 .973.436.973.973v2.258a.974.974 0 0 1-.973.973zm-8.685-4.276a2.16 2.16 0 1 0 0 4.32 2.16 2.16 0 0 0 0-4.32z'/%3E%3C/svg%3E ");
}
.dataTables_length {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 10px;
}
.dataTables_length select,
.dataTables_length .dropdown.bootstrap-select .filter-option {
border: none;
}
.dataTables_length .dropdown.bootstrap-select {
width: 65px !important;
}
.dataTables_scrollBody .dt-checkboxes {
_display: none;
visibility: hidden;
}
.dataTables_scrollHeadInner .dt-checkboxes-select-all {
text-align: center;
}
.dataTables_scrollHeadInner .dt-checkboxes-select-all label {
width: 12px;
height: 5px;
}
.dataTables_scrollHeadInner .dt-checkboxes-select-all label:after {
content: ' ';
width: 16px;
height: 16px;
border: solid 1px #6f6f6f;
border-radius: 2px;
display: block;
margin: 0 auto;
}
.emptyTable .dataTables_scrollHeadInner .dt-checkboxes-select-all label:after {
border-color: #c3c5c8;
}
.dataTables_scrollHeadInner .dt-checkboxes-select-all input:checked ~ label:after {
background-color: #4c6fcc;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgb(255,255,255)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center center;
background-size: 85% 85%;
border: solid 1px #4c6fcc;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_scrollHeadInner .dt-checkboxes-select-all input {
display: none;
}
.filterTable {
width: 98%;
height: 30px;
border-radius: 3px;
border: solid 1px #c3c5c8;
padding: 3px 6px;
}
select.filterTable::-ms-expand {
display: none;
}
select.filterTable {
padding: 3px 18px 3px 6px;
-moz-appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6'%3E%3Cpolygon points='0,0 6,0 3,6' fill='black' /%3E%3C/svg%3E");
background-position: right center;
background-repeat: no-repeat;
outline: none;
}
.rowFilter select.filterTable:focus {
outline: none;
}
.rowFilter .filterTable:focus {
border: solid 1px #f58220;
}
.btn,
.btn-sm {
color: #4c6fcc;
background-color: transparent;
padding: 12px 14px;
font-size: 13px;
line-height: 1.3 !important;
text-transform: uppercase;
border-radius: 2px;
}
.btn.disabled,
.btn:disabled {
opacity: 1;
}
.btn-default,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active {
color: #4c6fcc;
background-color: #ffffff;
}
.btn-default:hover {
color: #004876;
background-color: #d0cfcd;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
color: #ffffff;
background-color: #4c6fcc;
border-color: #4c6fcc;
}
.btn-primary:hover {
color: #ffffff;
background-color: #004876;
border-color: #004876;
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #d0cfcd;
border-color: #d0cfcd;
}
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
color: #4c6fcc;
background-color: #ffffff;
border-color: #4c6fcc;
}
.btn-secondary:hover {
color: #004876;
background-color: #d0cfcd;
border-color: #004876;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #d0cfcd;
background-color: #ffffff;
border-color: #d0cfcd;
}
footer .navbar-collapse button {
margin-bottom: 0.5rem;
}
.btn-warning,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
color: #ffffff;
background-color: #f58220;
border-color: #f58220;
}
.btn-danger,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
color: #ffffff;
background-color: #f04747;
border-color: #f04747;
}
.btn-info,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
color: #ffffff;
background-color: #008375;
border-color: #008375;
}
button.btn-gt,
button.btn-lt {
width: 37px;
height: 37px;
background-repeat: no-repeat;
background-position: center center;
}
button.btn-gt {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK9JREFUeNp00UEKAXEUx/E3Q7PARrkC1yBLsrCUA8gJ5AY4AY01e4mV4hiytpSFWCjxffWm9IxffVbz69/7NcE8jici0kYNZ3EJMcABWxTTCm/0cLJSzhc0L3RwxwqRL2ieaKGABTK+oHmgiQqmCLLymwsa2GMUyv8EOiCtUMIGOwx9IY81juj7FyKbeEPXpktypE5a2gt1myxJQY+ZoYyqTZXvwtg+6M+6+os/AgwA86shVYWobQoAAAAASUVORK5CYII=);
}
button.btn-lt {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALNJREFUeNp00bEOwVAUxvHTagwNA7OZ18BosPMCPELfgDcgqVVHCQMjXoNnYMLQROp/kiOpm+smv6X3O22/e4NVmopntXDEJvRsNrDHGYkbiHHAFRMU5UAVWzwxwlsfRrZZwRp19JF/pzQQYIEOeniVv6mBmU11cXP/OLQ3FPJnaSDByao1fQGdnuJiodgNiFUa44GdVf4JiFUboobMqot7klpxgDaWWsB3F3cLae35R4ABAI+FIF4gSDgTAAAAAElFTkSuQmCC);
}
button#btnPrev,
button#btnNext {
width: 36px;
height: 36px;
position: absolute;
background-repeat: no-repeat;
background-position: center center;
}
button#btnPrev {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='rgb(196,199,201)' fill-rule='evenodd' d='M9 0a9 9 0 0 1 9 9 9 9 0 0 1-9 9 9 9 0 0 1-9-9 9 9 0 0 1 9-9z'/%3E%3Cpath fill='rgb(255,255,255)' fill-rule='evenodd' d='M11.769 12.513a.558.558 0 0 1-.142.367l-1.373 1.503a.473.473 0 0 1-.344.155.473.473 0 0 1-.344-.155L4.988 9.376a.57.57 0 0 1 0-.752l4.578-5.007a.474.474 0 0 1 .344-.156c.127 0 .254.058.344.156l1.373 1.503a.562.562 0 0 1 0 .75L8.765 9l2.862 3.13a.56.56 0 0 1 .142.383z'/%3E%3C/svg%3E ");
background-size: cover;
left: -50px;
bottom: 0;
}
button#btnNext {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='rgb(196,199,201)' fill-rule='evenodd' d='M9 0a9 9 0 1 1 0 18A9 9 0 0 1 9 0z'/%3E%3Cpath fill='rgb(255,255,255)' fill-rule='evenodd' d='M6.231 12.513a.563.563 0 0 0 .142.367l1.374 1.503a.47.47 0 0 0 .343.155.47.47 0 0 0 .343-.155l4.578-5.007a.562.562 0 0 0 0-.752L8.433 3.617a.47.47 0 0 0-.343-.156.47.47 0 0 0-.343.156L6.373 5.12a.562.562 0 0 0 0 .75L9.234 9l-2.861 3.13a.56.56 0 0 0-.142.383z'/%3E%3C/svg%3E");
background-size: cover;
right: -50px;
bottom: 0;
}
button#btnPrev:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='rgb(157, 156, 156)' fill-rule='evenodd' d='M9 0a9 9 0 0 1 9 9 9 9 0 0 1-9 9 9 9 0 0 1-9-9 9 9 0 0 1 9-9z'/%3E%3Cpath fill='rgb(255,255,255)' fill-rule='evenodd' d='M11.769 12.513a.558.558 0 0 1-.142.367l-1.373 1.503a.473.473 0 0 1-.344.155.473.473 0 0 1-.344-.155L4.988 9.376a.57.57 0 0 1 0-.752l4.578-5.007a.474.474 0 0 1 .344-.156c.127 0 .254.058.344.156l1.373 1.503a.562.562 0 0 1 0 .75L8.765 9l2.862 3.13c.092.1.144.242.142.383z'/%3E%3C/svg%3E");
}
button#btnNext:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='rgb(157, 156, 156)' fill-rule='evenodd' d='M9 0a9 9 0 1 1 0 18A9 9 0 0 1 9 0z'/%3E%3Cpath fill='rgb(255,255,255)' fill-rule='evenodd' d='M6.231 12.513a.563.563 0 0 0 .142.367l1.374 1.503a.47.47 0 0 0 .343.155.47.47 0 0 0 .343-.155l4.578-5.007a.562.562 0 0 0 0-.752L8.433 3.617a.47.47 0 0 0-.343-.156.47.47 0 0 0-.343.156L6.373 5.12a.562.562 0 0 0 0 .75L9.234 9l-2.861 3.13a.562.562 0 0 0-.142.383z'/%3E%3C/svg%3E");
}
button#btnPrev:active {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='rgb(255, 195, 128)' fill-rule='evenodd' d='M9 0a9 9 0 0 1 9 9 9 9 0 0 1-9 9 9 9 0 0 1-9-9 9 9 0 0 1 9-9z'/%3E%3Cpath fill='rgb(255,255,255)' fill-rule='evenodd' d='M11.769 12.513a.558.558 0 0 1-.142.367l-1.373 1.503a.473.473 0 0 1-.344.155.473.473 0 0 1-.344-.155L4.988 9.376a.57.57 0 0 1 0-.752l4.578-5.007a.474.474 0 0 1 .344-.156c.127 0 .254.058.344.156l1.373 1.503a.562.562 0 0 1 0 .75L8.765 9l2.862 3.13c.092.1.144.242.142.383z'/%3E%3C/svg%3E");
}
button#btnNext:active {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='rgb(255, 195, 128)' fill-rule='evenodd' d='M9 0a9 9 0 1 1 0 18A9 9 0 0 1 9 0z'/%3E%3Cpath fill='rgb(255,255,255)' fill-rule='evenodd' d='M6.231 12.513a.563.563 0 0 0 .142.367l1.374 1.503a.47.47 0 0 0 .343.155.47.47 0 0 0 .343-.155l4.578-5.007a.562.562 0 0 0 0-.752L8.433 3.617a.47.47 0 0 0-.343-.156.47.47 0 0 0-.343.156L6.373 5.12a.562.562 0 0 0 0 .75L9.234 9l-2.861 3.13a.562.562 0 0 0-.142.383z'/%3E%3C/svg%3E");
}
#backup_container {
position: relative;
padding: 20px 70px 20px 70px;
}
#firstStep,
#secondStep,
#thirdStep,
#fourStepHTTP,
#fourStepTFTP,
#fourStepSCP {
display: inline-block;
position: relative;
z-index: 2;
}
#backup_container .btn-group {
position: absolute;
width: 100%;
height: 36px;
bottom: 0px;
left: 0px;
}
#backup_container .btn-group button.mt-3 {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin-top: 0 !important;
}
#backup_container .backup_wrapper {
display: inline-block;
position: relative;
}
#modalBackupReset {
display: none;
}
.switch label {
cursor: default;
margin-bottom: 0;
}
.switch label input[type='checkbox'] {
opacity: 0;
width: 0;
height: 0;
}
.switch label input[type='checkbox']:checked + .lever {
background-color: #d7d8d9;
}
.switch label input[type='checkbox']:checked + .lever::after {
background-color: #4c6fcc;
left: 1.5rem;
}
.switch label input[type='checkbox']:checked:not(:disabled) ~ .lever:active::after {
-webkit-box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4),
0 0 0 0.9375rem rgba(170, 102, 204, 0.1);
box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4),
0 0 0 0.9375rem rgba(170, 102, 204, 0.1);
}
.switch label input[type='checkbox']:not(:disabled) ~ .lever:active::after {
-webkit-box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4),
0 0 0 0.9375rem rgba(0, 0, 0, 0.08);
box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4),
0 0 0 0.9375rem rgba(0, 0, 0, 0.08);
}
.switch label input[type='checkbox'].disabled + .lever,
.switch label input[type='checkbox']:disabled + .lever {
cursor: default;
background-color: #f6f6f7;
}
.switch label input[type='checkbox'].disabled + .lever::after,
.switch label input[type='checkbox'].disabled:checked + .lever::after,
.switch label input[type='checkbox']:disabled + .lever::after,
.switch label input[type='checkbox']:disabled:checked + .lever::after {
background-color: #e7e7e7;
border: none;
}
.switch label .lever {
cursor: pointer;
content: '';
display: inline-block;
position: relative;
background-color: #d7d8d9;
-webkit-border-radius: 0.9375rem;
border-radius: 0.9375rem;
margin-right: 0.625rem;
vertical-align: middle;
width: 3rem;
height: 0.9375rem;
-webkit-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
}
.switch label input[type='checkbox']:not(:disabled) + .lever:hover::after {
background-color: #004876;
}
.switch label .lever::after {
content: '';
position: absolute;
display: inline-block;
background-color: #ffffff;
-webkit-border-radius: 1.3125rem;
border-radius: 1.3125rem;
left: 0.3125rem;
top: -0.1875rem;
border: solid 1px #d0cfcd;
width: 1.3125rem;
height: 1.3125rem;
-webkit-transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 1s ease;
transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 1s ease;
-o-transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease, -webkit-box-shadow 1s ease;
}
.checkbox-plus {
padding-left: 30px;
display: inline-block;
}
.checkbox-plus input {
display: none;
}
.checkbox-plus .custom-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.checkbox-plus .custom-label::before {
z-index: 5;
position: absolute;
top: 0.25rem;
left: -30px;
display: block;
width: 1rem;
height: 1rem;
content: '';
background-color: #646569;
border-radius: 2px;
cursor: pointer !important;
}
.checkbox-plus input:disabled + .custom-label {
color: #d7d8d9;
cursor: default;
}
.checkbox-plus input:disabled + .custom-label::before {
background: #d7d8d9 !important;
cursor: default !important;
}
.checkbox-plus input:checked + .custom-label::before {
background-color: #004876;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(255,255,255)' d='M3,9 L3,7 13,7 13,9 M9,3 L7,3 7,7 9,7 M9,9 L7,9 7,13 9,13'/%3e%3c/svg%3e");
}
.checkbox-plus input:indeterminate + .custom-label::before {
background-color: #004876;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(255,255,255)' d='M3,9 L3,7 13,7 13,9'/%3e%3c/svg%3e");
}
.custom-control {
padding-left: 30px;
}
.custom-control.custom-radio.list-inline-item {
display: inline-block;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.custom-radio .custom-control-label::before {
top: 2px;
left: -30px;
background-color: #fff;
border: solid 1px #6f6f6f;
width: 20px;
height: 20px;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(76,111,204)'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center center;
background-size: 16px;
border: solid 1px #4c6fcc;
}
.custom-control-input:disabled ~ .custom-control-label::before {
background: none;
border-color: #d0cfcd;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(208,207,205)'/%3e%3c/svg%3e");
border-color: #d0cfcd;
}
.custom-radio .custom-control-input:hover ~ .custom-control-label::before {
content: '';
z-index: 5;
background-color: #f1f1f1;
}
.custom-radio .custom-control-input:hover ~ .custom-control-label.disabled::before,
.custom-radio .custom-control-input:disabled:hover ~ .custom-control-label::before {
background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
width: 40px;
height: 40px;
left: -40px;
top: -7px;
border-radius: 50%;
background: none;
}
.custom-radio .custom-control-input:hover ~ .custom-control-label::after {
content: '';
cursor: pointer;
background-color: #f1f1f1;
position: absolute;
z-index: 2;
width: 40px;
height: 40px;
left: -40px;
top: -7px;
border-radius: 50%;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.custom-radio .radio-inline .custom-control-input:hover ~ .custom-control-label.disabled::after,
.custom-radio .custom-control-input:disabled:hover ~ .custom-control-label::after {
cursor: default;
content: none;
background: none;
}
label.list-inline-item {
vertical-align: top;
}
span.error {
color: #f04747;
}
.queue-value-error {
color: #f04747 !important;
}
span.hint {
vertical-align: top;
}
.div-input-element,
.label-element {
color: #acacac;
}
.div-subtitle-element {
border-bottom: solid 1px #ececec;
}
.div-subtitle-element span {
color: #004876;
font-size: 14px;
}
.label-element,
.text-element {
padding-left: 0 !important;
padding-right: 5px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pr-20 {
padding-right: 20px !important;
}
.text-element {
color: #646569;
}
.div-text-element .label-element {
font-size: 15px;
}
.hint-element {
color: #c3c5c8;
font-size: 12px;
cursor: default;
}
.border-primary {
border-color: #c3c5c8 !important;
}
.needWCD {
-webkit-border-radius: 8px;
border-radius: 8px;
border: none;
-webkit-animation: glowing 1500ms infinite;
-moz-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
0% {
color: #b20000;
-webkit-box-shadow: 0 0 2px #b20000;
}
50% {
color: #ff0000;
-webkit-box-shadow: 0 0 20px #ff0000;
}
100% {
color: #b20000;
-webkit-box-shadow: 0 0 2px #b20000;
}
}
@-moz-keyframes glowing {
0% {
color: #b20000;
-moz-box-shadow: 0 0 2px #b20000;
}
50% {
color: #ff0000;
-moz-box-shadow: 0 0 20px #ff0000;
}
100% {
color: #b20000;
-moz-box-shadow: 0 0 2px #b20000;
}
}
@keyframes glowing {
0% {
color: #b20000;
-webkit-box-shadow: 0 0 2px #b20000;
box-shadow: 0 0 2px #b20000;
}
50% {
color: #ff0000;
-webkit-box-shadow: 0 0 20px #ff0000;
box-shadow: 0 0 20px #ff0000;
}
100% {
color: #b20000;
-webkit-box-shadow: 0 0 2px #b20000;
box-shadow: 0 0 2px #b20000;
}
}
.mh500 {
max-height: 500px;
overflow-y: scroll;
}
.align-left-modal-footer {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
input.datetimepicker-input[readonly],
input.datetimepick-input[readonly],
input.timepick-input[readonly] {
background-color: transparent;
}
input.datetimepicker-input[disabled],
input.datetimepick-input[disabled],
input.timepick-input[disabled] {
color: #d7d8d9;
background-color: transparent;
border-bottom: solid 1px #d7d8d9;
}
.input-group.date {
position: relative;
}
.input-group-append[data-toggle='datetimepicker'] {
margin-left: -40px;
z-index: 10;
right: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
position: absolute;
}
div.div-input-element.date div.input-group-append {
margin-left: -40px;
z-index: 10;
}
div.div-input-element.date div.input-group-text {
background: none;
border: none;
}
div.div-input-element.date input.timepick-input:disabled + div.input-group-append,
div.div-input-element.drop-date-picker input.datetimepicker-input:disabled + div.input-group-append {
opacity: 0.4;
cursor: default;
}
div.div-input-element.date div i {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
width: 19px;
height: 19px;
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cpath fill='rgb(109,110,114)' fill-rule='evenodd' d='M19 9.61V10h-.02c-.256 4.842-4.144 8.727-8.986 8.979V19h-.433c-.022 0-.042.003-.063.003-.021 0-.041-.003-.062-.003H9v-.021C4.158 18.726.272 14.841.016 10H0v-.328c-.001-.059-.009-.117-.009-.176 0-.062.008-.121.009-.182v-.307h.015C.264 4.159 4.152.266 9 .013V0h.265c.078-.002.154-.012.233-.012.079 0 .155.01.233.012h.263v.013c4.848.252 8.739 4.145 8.988 8.994H19v.371c0 .04.006.078.006.118 0 .038-.006.075-.006.114zM9.994.811v3.192H9V.811A8.709 8.709 0 0 0 .812 9.007h3.191V10H.813A8.71 8.71 0 0 0 9 18.181v-3.184h.994v3.184A8.709 8.709 0 0 0 18.183 10h-3.186v-.993h3.187A8.707 8.707 0 0 0 9.994.811zM9 9h.007V4.997H10V9l3 4 1 1h-1L9 9z'/%3E%3C/svg%3E%0A");
background-size: 100%;
background-position: center center;
background-repeat: no-repeat;
vertical-align: top;
top: -3px;
position: relative;
z-index: 3;
color: transparent;
}
div.div-input-element.drop-date-picker div.input-group-append {
margin-left: -40px;
z-index: 10;
}
div.div-input-element.drop-date-picker div.input-group-text {
background: none;
border: none;
}
div.div-input-element.drop-date-picker div i {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
width: 19px;
height: 19px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL1JREFUeNpi/P//PwMM5OUXg6iHQCw/aWIvAy6ASx1jbl4RulqQ6YwMhAGGOiYg9gTiZ1DJ/0gKCWFkdSD9niDD5gJxGNQWmE2MRGBkdSD9c0GGSQLxESTXPmIgDiCrA+mXZMKiSJ5IwzDUMTFQEbAgBSTVDGOkgln/kb15GOrCw2Ty4S4DARuoC/+TyUeJgCNQiaNk8lFcZosWBqTyGUZQmD2H2kJJmFkD8QuQYSlAvBqIJShIsE+BOBkgwABHGF5fIfW/QQAAAABJRU5ErkJggg==');
background-size: 100%;
background-position: center center;
background-repeat: no-repeat;
vertical-align: top;
top: -3px;
position: relative;
z-index: 3;
color: transparent;
}
.bootstrap-datetimepicker-widget table td span {
height: 24px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
border-radius: 2px;
-webkit-box-shadow: 0 4px 5px 0 rgba(7, 19, 24, 0.26);
box-shadow: 0 4px 5px 0 rgba(7, 19, 24, 0.26);
border: solid 1px #ececec;
background-color: #ffffff;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.bootstrap-datetimepicker-widget table thead tr th {
border: none !important;
}
#queueConfiguration_form .col-2 div,
#queueConfiguration_form .col-3 div {
min-height: 31px;
line-height: 31px;
}
#DSCPMappingForm .col-2 div .custom-control {
padding-left: 0;
padding-right: 1.2rem !important;
}
#DSCPMappingForm .dynamic-columns > div {
line-height: 31px;
height: 31px;
}
#DSCPMappingForm .dynamic-columns {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#DSCPMappingForm .dynamic-columns > div {
width: 25%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#DSCPMappingForm .dynamic-columns > div > label {
width: 20%;
}
#DSCPMappingForm .dynamic-columns label,
#DSCPMappingForm .dynamic-columns .div-input-element {
white-space: nowrap;
}
#DSCPMappingForm .dynamic-columns .custom-control {
padding-left: 0;
padding-right: 1.2rem !important;
display: inline-block !important;
}
#mappingRadiosTitle > div > div {
padding-left: 20px;
}
#mappingRadiosTitle {
height: 35px;
}
#mappingRadios > div > div {
padding-left: 50px;
}
#mappingRadios {
height: 500px;
}
@media (max-width: 1440px) {
#mappingRadios {
height: 690px !important;
}
#DSCPMappingForm .dynamic-columns > div {
width: 33% !important;
}
#mappingRadiosTitle > div:nth-child(4) {
display: none;
}
}
@media (max-width: 1180px) {
#mappingRadios {
height: 1000px !important;
}
#DSCPMappingForm .dynamic-columns > div {
width: 50% !important;
}
#mappingRadiosTitle > div:nth-child(3) {
display: none;
}
}
@media (max-width: 870px) {
#mappingRadios {
height: auto !important;
}
#DSCPMappingForm .dynamic-columns > div {
width: auto !important;
}
#mappingRadiosTitle > div:nth-child(2) {
display: none;
}
}
.empty-label {
margin-top: 23px;
}
.hint-only {
margin-top: 25px;
}
.without-label-max-height .hint-only {
margin-top: 15px;
}
.without-label .hint-only {
margin-top: 5px;
}
.noMarginTop .hint-only {
margin-top: 0;
}
.tooltip {
z-index: 1305;
}
.tooltip-inner {
border-radius: 2px;
background-color: #4c6fcc;
font-family: 'Open Sans', Arial, sans-serif;
font-size: 12px;
color: #ffffff;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
border-top-color: #4c6fcc;
}
.tooltip .arrow:before {
border-bottom-color: #4c6fcc !important;
border-top-color: #4c6fcc !important;
}
.btn.dropdown-toggle.btn-light {
padding: 8px 14px 12px 14px;
}
.dropup .dropdown-toggle::after {
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.bootstrap-select .dropdown-menu.show {
-webkit-box-shadow: 0.6px 0.8px 2px 0 rgba(0, 0, 0, 0.03);
box-shadow: 0.6px 0.8px 2px 0 rgba(0, 0, 0, 0.03);
}
.bootstrap-select.dropup .dropdown-menu.show {
margin-bottom: 0;
}
.bootstrap-select .dropdown-item:last-child {
border-radius: 0;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
outline: 0;
outline-offset: 0;
}
.bootstrap-select .dropdown-menu li {
border: solid 1px #f0f0f0;
border-top: none;
height: 34px;
}
.bootstrap-select.dropup .dropdown-menu li {
border: solid 1px #f0f0f0;
border-bottom: none;
}
label.disabled,
.bootstrap-select > select:disabled,
.bootstrap-select.disabled + label,
.bootstrap-select.disabled .filter-option-inner-inner,
.bootstrap-select.disabled .dropdown-toggle::after {
color: #d7d8d9;
cursor: default;
}
.bootstrap-select.disabled .btn.dropdown-toggle.disabled {
opacity: 1;
}
.bootstrap-select.disabled .filter-option {
border-bottom-color: #d7d8d9;
cursor: default;
}
.dropdown-menu li a {
color: #646569;
}
.dropDownListWrapper {
padding-right: 0 !important;
margin-bottom: 0 !important;
}
.dropDownInputWrapper {
display: inline-block;
width: 100%;
position: relative;
}
.dropDownInputWrapper .form-control {
height: 40px;
}
.dropDownInputWrapper .dropDownToggle {
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 100%;
}
.dropDownInputWrapper .dropDownToggleArrow {
position: absolute;
right: 15px;
top: 50%;
margin-top: -2px;
height: 4px;
display: inline-block;
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropDownInputWrapper .form-control {
padding-left: 14px;
}
.dropDownInputWrapper .form-control:focus {
border-bottom: solid 2px #f58220;
background-color: #f6f6f7;
}
.dropDownList .dropdown-item.active {
color: #f58220;
background-color: #ffffff;
}
.dropDownList .dropdown-item:hover,
.dropDownList .dropdown-item.active:hover {
color: #646569;
background-color: #f6f6f7;
}
.dropDownList .dropdown-item:hover:active {
color: #646569;
background-color: #ffc17f;
}
.btn-light {
outline: 0;
outline-offset: 0;
border: 0;
color: #212529;
}
.btn-light:hover {
background-color: transparent;
border-color: transparent;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
background-color: transparent;
border-color: #ffc17f;
border-radius: 0;
border: 0;
padding: 8px 14px 12px 14px;
}
.bootstrap-select .filter-option {
border-bottom: solid 1px #c3c5c8;
}
.bootstrap-select.show .filter-option {
border-bottom: solid 2px #f58220;
background-color: #f6f6f7;
}
.bootstrap-select .filter-option-inner-inner {
color: #646569;
text-transform: none;
}
.bootstrap-select .dropdown-menu li a {
line-height: 25px;
}
.bootstrap-select .dropdown-item.active {
color: #f58220;
background-color: #ffffff;
}
.bootstrap-select .dropdown-item:active,
.bootstrap-select .dropdown-item:target {
color: #16181b;
background-color: #ffc17f;
outline: none;
}
.bootstrap-select a.dropdown-item:hover {
color: #646569;
background-color: #f6f6f7;
line-height: 25px;
}
.bootstrap-select a.dropdown-item:hover:active {
color: #646569;
background-color: #ffc17f;
line-height: 25px;
}
.form-group .label-element.select-label {
display: table-cell;
}
.form-group .label-element.select-label + .div-input-element {
color: #f58220;
}
.dropdown-menu {
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
font-size: 13px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active {
outline: 0 !important;
outline-offset: 0 !important;
}
.modal-body .bootstrap-select .dropdown-toggle {
margin-bottom: 6px;
}
.show .dropdown-toggle::after {
opacity: 0.4;
}
.btn.dropdown-toggle.btn-light:hover::after {
opacity: 0.4;
}
.btn-light.disabled,
.btn-light:disabled {
background-color: transparent;
}
div.dropdown-menu.open {
max-height: 314px !important;
overflow: hidden;
}
ul.dropdown-menu.inner {
max-height: 220px !important;
overflow-y: auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
form button.btn-block:hover {
background-color: #e2e7f5;
}
form select[name='from[]'],
form select[name='mltsMemberPorts'],
form select[name='to[]'] {
border: solid 1px #c3c5c8;
}
form select[name='from[]']:focus,
form select[name='mltsMemberPorts']:focus,
form select[name='to[]']:focus {
border-color: #c3c5c8;
}
form select[name='from[]'] option,
form select[name='mltsMemberPorts'] option,
form select[name='to[]'] option {
padding: 2.5px 7.5px;
}
form select[name='from[]'] option:hover,
form select[name='mltsMemberPorts'] option:hover,
form select[name='to[]'] option:hover {
background-color: #e2e7f5;
}
form select[name='from[]'] option:focus,
form select[name='from[]'] option:active,
form select[name='from[]'] option:checked,
form select[name='mltsMemberPorts'] option:focus,
form select[name='mltsMemberPorts'] option:active,
form select[name='mltsMemberPorts'] option:checked,
form select[name='to[]'] option:focus,
form select[name='to[]'] option:active,
form select[name='to[]'] option:checked {
background-image: -ms-linear-gradient(#ff8300 0%, #ff8300 100%);
background-image: -webkit-linear-gradient(#ff8300 0%, #ff8300 100%);
background-image: linear-gradient(#ff8300 0%, #ff8300 100%);
background-color: #ff8300 !important;
border: 0;
outline: 0;
outline-offset: 0;
}
select.form-control[multiple],
select.form-control[size] {
height: 205px;
}
#formEditVoiceVlan {
height: 100%;
}
#formEditVlanPort {
height: 100%;
}
.popover {
border-radius: 1px;
z-index: 1600;
}
.timepockerContent {
width: 210px;
padding-top: 10px;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.timeElemWrapper {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 115px;
}
.timeElemWrapper span.dots {
width: 12px;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 30px;
font-weight: bold;
opacity: 0.3;
position: relative;
top: -2px;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
}
.timeElem {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50px;
height: 42.5px;
padding: 3.5px;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
}
.timeElem p {
margin-bottom: 0;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
}
.timeElem span {
position: absolute;
right: 0px;
width: 20px;
height: 20px;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
}
span.inc {
top: 2.5px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath fill='%23A5A4A4' fill-rule='evenodd' d='M9.999-.001l-5 5.002-5-5.002h10z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center center;
}
span.decr {
bottom: 2.5px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath fill='%23A5A4A4' fill-rule='evenodd' d='M9.999-.001l-5 5.002-5-5.002h10z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center center;
}
span.inc:hover,
span.decr:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath fill='%23646569' fill-rule='evenodd' d='M9.999-.001l-5 5.002-5-5.002h10z'/%3E%3C/svg%3E");
}
span.inc:focus,
span.decr:focus {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath fill='%23ffdab2' fill-rule='evenodd' d='M9.999-.001l-5 5.002-5-5.002h10z'/%3E%3C/svg%3E");
}
span.inc:active,
span.decr:active {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath fill='%23f58220' fill-rule='evenodd' d='M9.999-.001l-5 5.002-5-5.002h10z'/%3E%3C/svg%3E");
}
.input-group.time > .input-group-text,
.input-group.date > .input-group-text {
cursor: pointer;
}
.input-group.time:hover
input:not(:disabled)
+ .input-group-append
+ .input-group-text
.glyphicon.glyphicon-time:after {
content: '';
display: block;
position: absolute;
width: 150%;
height: 150%;
left: -25%;
top: -25%;
border-radius: 50%;
z-index: inherit;
background-color: #646569;
opacity: 0.1;
}
input:not(:disabled) + .input-group-append:hover .glyphicon.glyphicon-time:after {
content: '';
display: block;
position: absolute;
width: 150%;
height: 150%;
left: -25%;
top: -25%;
border-radius: 50%;
z-index: inherit;
background-color: #646569;
opacity: 0.1;
}
input:not(:disabled)
+ .input-group.date
input:hover
+ .input-group-append
.glyphicon.glyphicon-time:after {
content: '';
display: block;
position: absolute;
width: 150%;
height: 150%;
left: -25%;
top: -25%;
border-radius: 50%;
z-index: inherit;
background-color: #646569;
opacity: 0.1;
}
.lighted-active {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.lighted-active .timepick-input,
.lighted-active .datetimepicker-input {
border-color: #f58220;
}
.lighted-active .label-element {
color: #f58220;
}
.lighted-active .glyphicon.glyphicon-time:after,
.lighted-active .glyphicon.glyphicon-time:after {
content: '';
display: block;
position: absolute;
width: 150%;
height: 150%;
left: -25%;
top: -25%;
border-radius: 50%;
z-index: inherit;
background-color: #646569;
opacity: 0.1;
}
.btnWrapper {
width: 100%;
padding-top: 15px;
padding-bottom: 10px;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.btnWrapper > :not(:last-child) {
margin-right: 0.5rem;
}
.dropdown-menu.show[role='combobox'] {
width: 100%;
}
.dropdown .dropdown-toggle + .dropdown-menu.show[role='combobox'] {
-webkit-transform: translate(0, 36px) !important;
-ms-transform: translate(0, 36px) !important;
transform: translate(0, 36px) !important;
}
.dropdown-menu.show[role='combobox'] > .inner.show[role='listbox'] {
overflow-y: hidden !important;
}
.modal-open .dropdown-menu.show[role='combobox'] {
z-index: 1700;
}
.bs-container.bootstrap-select.show {
margin-top: -6px;
}
span.fa.fa-chevron-right {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(156, 155, 155)' d='M-0.005,13.996 L6.491,6.999 L-0.005,0.001 L1.506,0.001 L8.003,6.999 L1.506,13.996 L-0.005,13.996 Z'/%3E%3C/svg%3E");
width: 20px;
height: 20px;
display: block;
background-repeat: no-repeat;
background-position: center center;
}
span.fa.fa-chevron-left {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(156, 155, 155)' d='M8.004,13.996 L1.507,6.999 L8.004,0.001 L6.493,0.001 L-0.004,6.999 L6.493,13.996 L8.004,13.996 Z'/%3E%3C/svg%3E");
width: 20px;
height: 20px;
display: block;
background-repeat: no-repeat;
background-position: center center;
}
.date-icon {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' style=''%3E%3Crect x='0' y='0' fill='none' stroke='none'/%3E%3Cpath fill='none' stroke='rgb(100,101,105)' stroke-linejoin='bevel' d='M1.039 13.217L12.717 1.54a2 2 0 0 1 2.829 0l1.414 1.414a2 2 0 0 1 0 2.828L5.282 17.46l-4.243-4.243z'/%3E%3Cpath fill='none' stroke='rgb(100,101,105)' d='M11.488,3.147 l0.659,-0.659 l3.681,3.681 l-0.659,0.659 l-3.681,-3.681 z'/%3E%3Cpath fill='none' stroke='rgb(100,101,105)' stroke-linecap='square' stroke-linejoin='bevel' d='M4.817,17.722 h-3.905 v-3.905'/%3E%3Cpath fill='rgb(100,101,105)' fill-rule='evenodd' d='M4.489 13.303l8.314-8.314.707.707-8.314 8.314-.707-.707z'/%3E%3C/svg%3E");
width: 19px;
height: 18px;
vertical-align: sub;
cursor: pointer;
}
#modalConfig .modal-body {
overflow-y: hidden;
}
.cos-select .div-select-element {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
max-width: 100%;
}
.cos-select .div-select-element label {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 100%;
}
#priorityTh,
.cos-select .div-select-element label {
min-width: 80px;
}
.separatorInputs {
height: 100%;
font-size: 20px;
margin: 5px 10px 0;
color: #acacac;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-webkit-align-self: center;
}
.separatorInputs.hyphen {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-webkit-align-self: center;
}
.hide-overflow {
overflow: hidden;
}
.flex-align-start {
-ms-flex-item-align: start;
align-self: flex-start;
}
.hide-overflow {
overflow: hidden;
}
.flex-align-start {
-ms-flex-item-align: start;
align-self: flex-start;
}
.w-530 {
width: 506px;
height: 82px;
}
.w-970 {
width: 976px;
height: 90px;
}
#zoomLoader.cover.loading {
top: unset;
right: unset;
background: none !important;
max-width: unset;
position: relative;
z-index: 1280;
}
#zoomPanel {
-webkit-box-shadow: 0 0 12px 0 rgba(5, 0, 0, 0.1);
box-shadow: 0 0 12px 0 rgba(5, 0, 0, 0.1);
border-radius: 2px;
}
#zoomPanel #zoom-ports {
display: inline-flex;
top: 11px;
left: 28px;
position: relative;
overflow: visible;
z-index: 1070;
}
#zoomPanel #zoom-ports div {
width: 32px;
height: 28px;
position: absolute;
display: block;
z-index: 1071;
}
#zoom-html.module-1001,
#zoom-html.module-1002,
#zoom-html.module-1003,
#zoom-html.module-1004,
#zoom-html.module-1005 {
min-width: 1010px;
min-height: 190px;
}
.z-vlan #zoom-html.module-1001,
.z-vlan #zoom-html.module-1002,
.z-vlan #zoom-html.module-1003,
.z-vlan #zoom-html.module-1004,
.z-vlan #zoom-html.module-1005 {
min-width: 1120px;
}
#zoom-html.module-1006,
#zoom-html.module-1007 {
min-width: 780px;
}
.z-vlan #zoom-html.module-1001 #zoom-svg-element,
.z-vlan #zoom-html.module-1001 #zoom-ports,
.z-vlan #zoom-html.module-1002 #zoom-svg-element,
.z-vlan #zoom-html.module-1002 #zoom-ports {
left: 11px;
}
.z-vlan #zoom-html.module-1003 #zoom-svg-element,
.z-vlan #zoom-html.module-1003 #zoom-ports,
.z-vlan #zoom-html.module-1004 #zoom-svg-element,
.z-vlan #zoom-html.module-1004 #zoom-ports,
.z-vlan #zoom-html.module-1005 #zoom-svg-element,
.z-vlan #zoom-html.module-1005 #zoom-ports {
left: 411px;
}
.z-vlan #zoom-html.module-1006 #zoom-svg-element,
.z-vlan #zoom-html.module-1006 #zoom-ports,
.z-vlan #zoom-html.module-1007 #zoom-svg-element,
.z-vlan #zoom-html.module-1007 #zoom-ports {
left: 81px;
}
#zoom-html #inlineBlockZoomLegent {
font-size: 13px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 26px;
letter-spacing: normal;
text-align: left;
color: #9c9b9b;
}
#zoom-html #inlineBlockZoomLegent span {
padding-left: 20px;
}
#zoom-html #inlineBlockZoomLegent.withIcons span,
#zoom-html #inlineBlockZoomLegent.withMember span,
#zoom-html #inlineBlockZoomLegent.withClass span,
#zoom-html #inlineBlockZoomLegent.withPriority span {
height: 26px;
line-height: 26px;
padding: 2px 0 2px 36px;
margin-left: 40px;
background-repeat: no-repeat;
background-position: left center;
}
#zoom-html #inlineBlockZoomLegent.withIcons span#legend2 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWAJECAAAAAB7GWf///wAAACH5BAEAAAIALAAAAAAaABYAAAI/lG+gy+gvQJh0AvhYrQ3HDVKXJ4XgeDCKeaolC4tvDK90bN9srod8v/kBZUPfrGg5IoVF5tAJhPakOpf16ioAADs=");
}
#zoom-html #inlineBlockZoomLegent.withIcons span#legend3 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWAJECAAAAAFVVVf///wAAACH5BAEAAAIALAAAAAAaABYAAAI/lG+gy+gvQJh0AvhYrQ3HDVKXJ4XgeDCKeaolC4tvDK90bN9srod8v/kBZUPfrGg5IoVF5tAJhPakOpf16ioAADs=");
}
#zoom-html #inlineBlockZoomLegent.withIcons span#legend4 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWANUwAFFRUWlpaXR0dEZGRgQEBImJiQICAr6+vioqKn9/fzIyMrq6ura2tiIiIpubmysrK0dHRzY2NgcHB1RUVJOTk2NjY3V1dXJycoKCggsLC0RERAEBAb29vVVVVTg4OENDQ3d3d5CQkBcXF1JSUnFxcTU1NU9PT4SEhGRkZDw8PMXFxVxcXMTExMHBwQAAAMbGxv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAADAALAAAAAAaABYAAAb/QJhwKHQZj0iicglzvRYIQuH1OriYSyRUSj0oktgmdTt9tSIuC/Uadh4eBgy1lXIJqCz2EGn0GhJzdXcvLAN8RlxVCn+BLhdUKgAuK1QvK0ZlXhuAhBouAZCSlFSXRnMedniGoC+Rk5UVLhCmdKmEq5UTLhOVAS4DeS61gyqzFZWXACpUvsAvRnUkoa+kLsrMLhosa0asrqOW1ssvFy4pLVQJ3dPgKL/bLwLm6C8JBqZUHS4jve9U8ueoYDDwAF+ycc3gWXARgV4BAggWmDqI7QM8ewoOUHkY8dkkFybGAaSHUeMLjgu4+Ys3L52BjFRCEGjAgIoDI85YBnxxwgACHw5UKEigaTODEXggXJRwCDHlC6FEXzjIIOKQ1auHggAAOw==");
}
#zoom-html #inlineBlockZoomLegent.withIcons span#legend5 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWAJECAAAAAOwaOP///wAAACH5BAEAAAIALAAAAAAaABYAAAI/lG+gy+gvQJh0AvhYrQ3HDVKXJ4XgeDCKeaolC4tvDK90bN9srod8v/kBZUPfrGg5IoVF5tAJhPakOpf16ioAADs=");
}
#zoom-html #inlineBlockZoomLegent.withMember span#legend4 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWALMIAKSkpJmZmYKCgujo6NLS0v///wAAAFVVVf///wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAAaABYAAARfEMkpjb2Y6o3M+eBncBsWhhnZnSw4ql7LvhNmybMdh0Dh/0BCjiUAGAGDwhEQGOIOhMLzcHtGp1Xc9ZmVbXHd1lcWZo1b5dPZqZVyd143GC6Wk+lmOxo/3ff7OoGCOhEAOw==");
}
#zoom-html #inlineBlockZoomLegent.withMember span#legend5 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWALMPAKSkpNLS0vT09Hd3d5mZmejo6N3d3WBgYMbGxrCwsI6OjoKCgv///wAAAFVVVf///yH5BAEAAA8ALAAAAAAaABYAAAR98Mkpm72Y6v2a++DXcBsWhhnZnSw4ql7LvhNmybMds0xwAoxFTtb7BYetYggoPN2SvuXRuTspQUwkL4qdoqqh6ydLJXLHXhcYJHaQvzKB4ZRgDLQnhB10KAhaTywLDAIECwQGDACAayAKBQyRAouMOB8DC00ygZadOp+gOhEAOw==");
}
#zoom-html #inlineBlockZoomLegent.withPoe span#legend2 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWAOZmAP/cOv/YO31zT1RUVciuQ3hwUP/eOv/hOf/jOVZWVf/dOu3LPv/fOpeHTPrYO31zTmllUldWVebHPoJ3T/reOWVhUv/bO+zMPf/gOYh8TbagRrOeR//bOt/DP93BP4V6Tp6MSubJPePFP+PGP15cVP/aOv/nOayYSHpxUP/sN4N5TvzfOv/gOr6mRerJPuXGP/jTPPvXO25oUZSFS9G1QmBeU3VtUP/eOcitRI6CTf/iOXZuUGxmUuzKPoyATJGDTLSeRsmuROzJPllYVGJfU8mvQ391T5eIS//kOXhvUP/cO+bFP1RVVW9pUWRgU6+bSNm7QXhwT2NgUoZ7TpqLS+HFP+fHP6uYR2FeU7CcSIB2T4F3TufIP66aR/PRPZOFS2ZiU7GcR6aTSYR5TgAAAFVVVf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAGYALAAAAAAaABYAAAfggGaCg4JkhoeIhIqLZmRlj5CPZIyLiJGRiZSNl5yQk5qOnZyfg4iGoqOmoaisnqutrKeXAztPJKgJZU0VZbKQTFJQLF2iQwVUQA+9r48EBhYODQORWFpHIgtTkq8DGgAlATcXYI8QGSdcKR1jrpEgMQABAQohjz5FQjoIHiiYqzNeFHA4cAAAjmYmlDCoUuDSqQRbXiBBYCVMCwobyvCgAcCAhCSpytgYsSLIDxU1ylzJUUbAEgwuonQ6lUXMBCeRiMgo8wFGDwGiTgGNgOqLEVS+YCFlpjRk06WqokpFFAgAOw==");
}
#zoom-html #inlineBlockZoomLegent.withPoe span#legend3 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWALMIAD8HD60TKW4MGs0XMR8DBy8FC+waOAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAAaABYAAARPEMkpj72Y6o2wP9zmEUIpEF5YYYDhGkCqeu0bZ9SHFa9R6MBPL0i8DIvEIxKoXApfTiY0+hm4BtRPwBXIeraGrndMjtZcN+8ZRl6ny3BqBAA7");
}
#zoom-html #inlineBlockZoomLegent.withPoe span#legend4 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWAJECAOwaOAAAAP///wAAACH5BAEAAAIALAAAAAAaABYAAAI6lG+hy+gvmAzwzbtqwldHPjngOAEASZomyqkqW7ovvMgzrdgrnut8b/sFdKcfUXg0+pQy4dDlBEYlBQA7");
}
#zoom-html #inlineBlockZoomLegent.withPoe span#legend5 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWAOZZAP/YO//iOf/hOf/ZO//gOf/XO3ZvUGZiUv/gOv/fOv/eOoB2T//cOv/aOv/aO4l9TYt+Te/MPZaHS+XJPfzYO1NUVbOeR+PHP9C0QqGSScasQ7OdR9e5QWNfU1taVKORSf/oOJWGS9/AQPHRPP/bOrmjRr+oRcitQ7SeRv3XPG1nUf7YO42ATPnTPFdWVYB2TnRtUJqKSoV6TZOGTOLEP+fJPq2ZSHtzT6qXSJKES3hwT2RgU5uMS+vNPYN4TsGpRGNgVFpZVHVuUMyxQ5OETKyYSFZWVde6QejKPpmJSv3XO4N3TmhkUpuLSod7TpuJS9u9Qf/nOPbSPJyNSt3CP4p9TWBeUwAAAFVVVf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAFkALAAAAAAaABYAAAfWgFmCg4JXhoeIhIqLWVdYj5CPV4yLiJGRiZSNl5yQk5qOnZyfg4iGoqOmoaisnqucQa2uogcZPqIeTDNOWKecVhYgIiqXHQtTUCaSr5BFAQAJR0CQSTYUDCizlx8EAN4KJzASQw1RIziYr0ZNDAPeAAMrKQQKCD1Pl75YFTlKDg4JBJAoMKABAAFIiKSCVEUKgWcYfkRAUKBAgAkQOvl60EIAhw08DByIQSOAgAsyRJ1ioaFECB2XllCpsQDVKSEvdogycIPVKReyfDILupCoTVVIk5oKBAA7");
}
#zoom-html #inlineBlockZoomLegent.withPriority span#legend3 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWAKIHAKSkpJmZmejo6NLS0v///wAAAFVVVf///yH5BAEAAAcALAAAAAAaABYAAANbeLpa/pDJeYq5+BY6Yc4RV30ktolWSZ4L5Kirm5LEAH9vWd/g/O08jS8DDOZotqDh+Esah5gij0l0TqEX6Y0atW6xBi2MmxUAzueAihwmuN9eE1gpp39l+DwkAQA7");
}
#zoom-html #inlineBlockZoomLegent.withPriority span#legend4 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWAKIGAKSkpOjo6NLS0v///wAAAFVVVf///wAAACH5BAEAAAYALAAAAAAaABYAAANdaLpK/pDJaUi5+BI6Yc4RV30ktolWSZ4L5Kirm5KDQNvfW9Z3rPIfIGgWxGWEJuLRiEFqlM2BdCplPn8BgHbrLOh6Rd/OWuh+w+jhj2yGXrrtNVgNq9Ptdpl+L0sAADs=");
}
#zoom-html #inlineBlockZoomLegent.withPriority span#legend5 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWAMQRAKSkpLu7u9LS0mxsbOjo6GBgYPT09LCwsI6OjpmZmXd3d8bGxt3d3YKCgv///wAAAFVVVf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABEALAAAAAAaABYAAAWCYCSO4mOeKKmu0QO98PuwKxrHKd3ePDzrrh7vN0KZeIVGY4AzBnuDgGPqIAAKw+dNYXAEEA0AwdHICgWOxA1Qvh15Da/QzDuQ524tDI3P9/h9PnovgIEQbzd2bYGIMQhyho0xDGlri4JCXF5KYnd+QgMLVFVXdHNJS3OShllOrq8oIQA7");
}
#zoom-html #inlineBlockZoomLegent.withClass span#legend1 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWALMOANLS0ru7u3d3d93d3cbGxvT09GxsbGBgYLCwsIKCgqSkpP///wAAAFVVVf///wAAACH5BAEAAA4ALAAAAAAaABYAAAR90Mkpmb2Y6u1Y++DHcBsWhhnZnSw4ql7LvhNmnUYizHbcBovg4CBr3FqIRSChWACKR1bh+WnuWtFQYqEAbbtYX6iZCC0IsiyIbKbyWmyQMy1eL8py90ldvZvRYS1fXlx0MlN2V29wSkwLA1B1IUBCRIZFOYqXRZwuPZ+gNhEAOw==");
}
#zoom-html #inlineBlockZoomLegent.withClass span#legend2 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWALMIANLS0oKCgt3d3WBgYLCwsP///wAAAFVVVf///wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAAaABYAAARgEMkpjb2Y6o3M+eBncBsWhhnZnSw4ql7LvhNmybMd4wKAi7vTIEAo+H63VqDAPOKSOOPvAJVJkcHW9ZllbWVVrRPcPX1bYe8YXQ6dc7LhUhAIcGVLpv4+7af7OTqCgxgRADs=");
}
#zoom-html #inlineBlockZoomLegent.withClass span#legend3 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWALMOAKSkpLu7u4KCgmxsbNLS0pmZmXd3d93d3bCwsI6OjvT09P///wAAAFVVVf///wAAACH5BAEAAA4ALAAAAAAaABYAAAR30Mkpmb2Y6u1Y++DHcBsWhhnZnSw4ql7LvhNmnYIwzHbMBoqFkLCT3VqLQEIAWBxkjSPLEAosqC0ptNEUGH1ba5G3/QwWBKhWRriqwS1rYbs+WQHlOqiJKEfhIHJ+fy0CTgCIiHNZgA2GQpBoX4N5jZQuPZmaNhEAOw==");
}
#zoom-html #inlineBlockZoomLegent.withClass span#legend4 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWAMQQAGBgYPT09KSkpLCwsGxsbHd3d7u7u9LS0o6Ojujo6N3d3cbGxoKCgv///wAAAFVVVf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABAALAAAAAAaABYAAAWMICSOomOeKKmukPO88OuwKxrHKd3ePDzrrh7vN0KZbgwGYWgM3giLhrSRKAgfRx4jYEAwBI3ANftcwgYNhpB8faCtPbawEDiMnb2BIiAA3NsDBwEJCH9tDwBRZkyHLwwNAmt4V4+RcZMvBX4wBg2Flz0CAQNJnXaSPQwKUw0Gm6BCAEmvqI2HTbi5TSEAOw==");
}
#zoom-html #inlineBlockZoomLegent.withClass span#legend5 {
background-image: url("data:image/gif;base64,R0lGODlhGgAWALMNAIKCgpmZmbu7u/T09Hd3d46OjtLS0rCwsN3d3aSkpP///wAAAFVVVf///wAAAAAAACH5BAEAAA0ALAAAAAAaABYAAARtsMkpl72Y6t0W++C3cBsWhhnZnSw4ql7LvhNmybMd44ygJLgbL6H4BXetwIAIlAlbBUUAYHQiQ4RBgEFttp7YweHTPbYQAlDZ2iq632xWYj73GbwnsGz9vbb4OTxkVX2CXISBhoJ6ijk6j5AYEQA7");
}
.z-vlan #zoom-html #inlineBlockZoomView {
width: 100px;
}
.z-vlan #zoom-html #inlineBlockZoomView .label-element.select-label {
min-height: 23px;
}
.z-padding-radio {
padding-left: 146.5px;
}
#context-menu * {
cursor: pointer;
}
#refreshRateSelect {
left: 100%;
top: 62px;
}
#context-menu.dropdown-menu,
#context-menu .dropdown-menu,
#tooltip-menu.dropdown-menu {
border-radius: 2px;
border: solid 1px #ececec;
z-index: 1075;
}
#context-menu.dropdown-menu {
z-index: 1085;
}
#context-menu #dropPort,
#context-menu #dropPort span {
cursor: default;
}
#context-menu #refreshRateSelect .dropdown-item.currentRate {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMBAMAAACU11D1AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAMFBMVEX////S3OQnVoEhUn6musrf5uwiU36Opr3n7PGAm7T2+Po/aI5ujalUeJpKcZT///9DN6CEAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAHdElNRQfjBwsUOhODHQyWAAAAMElEQVQI12NgwAMYFRBsYQc4kzUdIdw0AcpgEuDaAxNkMeS+AFdR9g6hmnMDAwEAAHhlBfjgcO/JAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTA3LTEyVDAzOjU4OjE5LTA3OjAwU9xm9QAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wNy0xMlQwMzo1ODoxOS0wNzowMCKB3kkAAAAASUVORK5CYII=');
background-repeat: no-repeat;
background-position: right center;
}
#context-menu #dropPort.dropdown-item.active,
#context-menu #dropPort.dropdown-item:active,
#context-menu #dropPort.dropdown-item:focus,
#context-menu #dropPort.dropdown-item:hover,
#context-menu #dropPort.dropdown-item span.active,
#context-menu #dropPort.dropdown-item span:active,
#context-menu #dropPort.dropdown-item span:focus,
#context-menu #dropPort.dropdown-item span:hover {
color: inherit;
text-decoration: none;
background-color: inherit;
outline: none;
}
#zoom-container .card {
min-height: 166px;
}
#zoom-container .card #zoomBlock {
min-height: 164px;
}
#zoom-container.z-dashboard .card {
min-height: 192px;
}
#zoom-container.z-dashboard .card #zoomBlock {
min-height: 190px;
}
#zoom-container.z-poe .card {
min-height: 201px;
}
#zoom-container.z-poe .card #zoomBlock {
min-height: 199px;
}
#zoom-container .port-image {
position: absolute;
height: 28px;
width: 36px;
cursor: pointer;
}
#zoom-container text {
font-size: 16px;
fill: white;
cursor: default;
}
.zoom-card .port-image:hover {
opacity: 0.8;
}
#zoomGlobalLed {
position: relative;
top: -89px;
left: 954px;
background-image: url('data:image/gif;base64,R0lGODlhCgAHAMQAAGdubL27vGZvbLOysl1vXlplX7WytBmDGWVla7e1tl55YnF4cix+LrWztLGvsGlsb1R8V019ULKxsV1nYldvXE1jUACAAGVkagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAcAAAUn4CVey3gFI2VNozNGlgKIw1VAVp5fzaXrh4pBhHhYGAKRxGQhjBIhADs=');
background-repeat: no-repeat;
width: 10px;
height: 7px;
}
@-webkit-keyframes poeblinker {
0% {
background-image: url('data:image/gif;base64,R0lGODlhCgAHAMQAAH98W3VzTrOxsl9ibLKwsW1sXbCutfPDEGdpY19nbGNmbLGwtL27vMSqKn58WZeST3uAXrGvsLe1ttO5LbumPX+Ab2ppVJ2TTllhcP/BB2VkagAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAcAAAUpoCZq1agxo5MhYzReB6SIglY8WTZllLVouWAuYBANMJlGQkQwZQAjSQgAOw==');
}
50% {
background-image: url('data:image/gif;base64,R0lGODlhCgAHALMAALOxspeST7GvsG1sXcSqKr27vLCutbe1trGwtLKwsWppVPPDENO5LX98W//BB2VkaiH5BAAAAAAALAAAAAAKAAcAAAQi8MnmlHzlMseumM7CNBLwDIEThgqyqTBnTBtBPslF3c8RAQA7');
}
100% {
background-image: url('data:image/gif;base64,R0lGODlhCgAHAMQAAH98W3VzTrOxsl9ibLKwsW1sXbCutfPDEGdpY19nbGNmbLGwtL27vMSqKn58WZeST3uAXrGvsLe1ttO5LbumPX+Ab2ppVJ2TTllhcP/BB2VkagAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAcAAAUpoCZq1agxo5MhYzReB6SIglY8WTZllLVouWAuYBANMJlGQkQwZQAjSQgAOw==');
}
}
@-moz-keyframes poeblinker {
0% {
background-image: url('data:image/gif;base64,R0lGODlhCgAHAMQAAH98W3VzTrOxsl9ibLKwsW1sXbCutfPDEGdpY19nbGNmbLGwtL27vMSqKn58WZeST3uAXrGvsLe1ttO5LbumPX+Ab2ppVJ2TTllhcP/BB2VkagAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAcAAAUpoCZq1agxo5MhYzReB6SIglY8WTZllLVouWAuYBANMJlGQkQwZQAjSQgAOw==');
}
50% {
background-image: url('data:image/gif;base64,R0lGODlhCgAHALMAALOxspeST7GvsG1sXcSqKr27vLCutbe1trGwtLKwsWppVPPDENO5LX98W//BB2VkaiH5BAAAAAAALAAAAAAKAAcAAAQi8MnmlHzlMseumM7CNBLwDIEThgqyqTBnTBtBPslF3c8RAQA7');
}
100% {
background-image: url('data:image/gif;base64,R0lGODlhCgAHAMQAAH98W3VzTrOxsl9ibLKwsW1sXbCutfPDEGdpY19nbGNmbLGwtL27vMSqKn58WZeST3uAXrGvsLe1ttO5LbumPX+Ab2ppVJ2TTllhcP/BB2VkagAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAcAAAUpoCZq1agxo5MhYzReB6SIglY8WTZllLVouWAuYBANMJlGQkQwZQAjSQgAOw==');
}
}
@keyframes poeblinker {
0% {
background-image: url('data:image/gif;base64,R0lGODlhCgAHAMQAAH98W3VzTrOxsl9ibLKwsW1sXbCutfPDEGdpY19nbGNmbLGwtL27vMSqKn58WZeST3uAXrGvsLe1ttO5LbumPX+Ab2ppVJ2TTllhcP/BB2VkagAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAcAAAUpoCZq1agxo5MhYzReB6SIglY8WTZllLVouWAuYBANMJlGQkQwZQAjSQgAOw==');
}
50% {
background-image: url('data:image/gif;base64,R0lGODlhCgAHALMAALOxspeST7GvsG1sXcSqKr27vLCutbe1trGwtLKwsWppVPPDENO5LX98W//BB2VkaiH5BAAAAAAALAAAAAAKAAcAAAQi8MnmlHzlMseumM7CNBLwDIEThgqyqTBnTBtBPslF3c8RAQA7');
}
100% {
background-image: url('data:image/gif;base64,R0lGODlhCgAHAMQAAH98W3VzTrOxsl9ibLKwsW1sXbCutfPDEGdpY19nbGNmbLGwtL27vMSqKn58WZeST3uAXrGvsLe1ttO5LbumPX+Ab2ppVJ2TTllhcP/BB2VkagAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAcAAAUpoCZq1agxo5MhYzReB6SIglY8WTZllLVouWAuYBANMJlGQkQwZQAjSQgAOw==');
}
}
#zoomGlobalLed.deviceLedPoeError {
-webkit-animation: poeblinker 1s infinite;
-moz-animation: poeblinker 1s infinite;
animation: poeblinker 1s infinite;
width: 10px;
height: 7px;
}
#zoomGlobalLed.deviceLedError {
background-image: url('data:image/gif;base64,R0lGODlhCgAHAMQAAH98W3VzTrOxsl9ibLKwsW1sXbCutfPDEGdpY19nbGNmbLGwtL27vMSqKn58WZeST3uAXrGvsLe1ttO5LbumPX+Ab2ppVJ2TTllhcP/BB2VkagAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAcAAAUpoCZq1agxo5MhYzReB6SIglY8WTZllLVouWAuYBANMJlGQkQwZQAjSQgAOw==');
}
#zoom-html.module-1006 #zoomGlobalLed,
#zoom-html.module-1007 #zoomGlobalLed {
left: 487px;
top: -39px;
}
@-webkit-keyframes blinker {
0% {
background-color: transparent;
-webkit-box-shadow: 0 0 1px 1px #004876;
box-shadow: 0 0 1px 1px #004876;
}
50% {
background-color: #4c6fcc;
-webkit-box-shadow: 0 0 7px 2px #4c6fcc;
box-shadow: 0 0 7px 2px #4c6fcc;
}
100% {
background-color: transparent;
-webkit-box-shadow: 0 0 1px 1px #004876;
box-shadow: 0 0 1px 1px #004876;
}
}
@-moz-keyframes blinker {
0% {
background-color: transparent;
box-shadow: 0 0 1px 1px #004876;
}
50% {
background-color: #4c6fcc;
box-shadow: 0 0 7px 2px #4c6fcc;
}
100% {
background-color: transparent;
box-shadow: 0 0 1px 1px #004876;
}
}
@keyframes blinker {
0% {
background-color: transparent;
-webkit-box-shadow: 0 0 1px 1px #004876;
box-shadow: 0 0 1px 1px #004876;
}
50% {
background-color: #4c6fcc;
-webkit-box-shadow: 0 0 7px 2px #4c6fcc;
box-shadow: 0 0 7px 2px #4c6fcc;
}
100% {
background-color: transparent;
-webkit-box-shadow: 0 0 1px 1px #004876;
box-shadow: 0 0 1px 1px #004876;
}
}
.deviceLocator {
-webkit-animation: blinker 1s infinite;
-moz-animation: blinker 1s infinite;
animation: blinker 1s infinite;
height: 5px;
width: 8px;
z-index: 49;
}
#zoomUIDLabel {
position: relative;
left: 955px;
top: -83px;
}
#zoom-html.module-1006 #zoomUIDLabel,
#zoom-html.module-1007 #zoomUIDLabel {
left: 488px;
top: -33px;
}
.inline-svg-icon {
position: relative;
overflow: visible;
width: 100%;
max-height: 100px;
z-index: 1060;
}
.module-1001 .inline-svg-icon,
.module-1001 #zoomPanel #zoom-ports {
top: 18px;
left: -32px;
width: 890px;
height: 57px;
}
.module-1002 .inline-svg-icon,
.module-1002 #zoomPanel #zoom-ports {
top: 18px;
left: -32px;
width: 890px;
height: 57px;
}
.module-1003 .inline-svg-icon,
.module-1003 #zoomPanel #zoom-ports {
top: 18px;
left: 173px;
width: 500px;
height: 57px;
}
.module-1004 .inline-svg-icon,
.module-1004 #zoomPanel #zoom-ports {
top: 18px;
left: 173px;
width: 500px;
height: 57px;
}
.module-1005 .inline-svg-icon,
.module-1005 #zoomPanel #zoom-ports {
top: 18px;
left: 173px;
width: 500px;
height: 57px;
}
.module-1006 .inline-svg-icon,
.module-1006 #zoomPanel #zoom-ports {
top: 41px;
left: 28px;
width: 400px;
height: 30px;
}
.module-1007 .inline-svg-icon,
.module-1007 #zoomPanel #zoom-ports {
top: 41px;
left: 28px;
width: 400px;
height: 30px;
}
.module-1001 #zoomPanel #zoom-ports,
.module-1002 #zoomPanel #zoom-ports,
.module-1003 #zoomPanel #zoom-ports,
.module-1004 #zoomPanel #zoom-ports,
.module-1005 #zoomPanel #zoom-ports {
top: -39px;
}
.module-1006 #zoomPanel #zoom-ports,
.module-1007 #zoomPanel #zoom-ports {
top: 11px;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.col-fixed-200 {
width: 200px;
}
.align-center {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-webkit-align-self: center;
}
.min-h-without-lbl > div {
min-height: 51px;
}
.pointer-events-none {
pointer-events: none;
opacity: 0.2;
}
.min-w-230 {
min-width: 230px !important;
}
.min-w-270 {
min-width: 270px !important;
}
.min-w-300 {
min-width: 300px !important;
}
.min-w-470 {
min-width: 470px !important;
}
.min-w-670 {
min-width: 670px !important;
}
.login-valid input {
border-color: #acacac !important;
border-width: 1px !important;
}
.login-valid label {
color: #acacac !important;
font-weight: normal !important;
}
.login-invalid input {
border-color: rgb(220, 53, 69) !important;
border-width: 2px !important;
}
.login-invalid label {
color: rgb(220, 53, 69) !important;
font-weight: bold !important;
}
.min-height-100 {
min-height: 100% !important;
}
#signinForm .form-control.is-valid,
#signinForm.was-validated,
#signinForm .form-control:valid {
font-weight: normal !important;
border-color: #acacac !important;
border-width: 1px !important;
}
#uploadContainer {
width: 130%;
}
#uploadContainer iframe {
width: 100%;
}
.bootstrap-datetimepicker-widget table,
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
border-spacing: 17px 12px;
border-collapse: separate;
}
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
height: 30px !important;
line-height: 30px !important;
min-width: 30px !important;
padding: 0 !important;
vertical-align: middle;
text-align: center;
}
.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
margin: 5px;
}
.bootstrap-datetimepicker-widget table th.prev {
position: absolute;
left: 100px;
}
.bootstrap-datetimepicker-widget table th.next {
position: absolute;
right: 100px;
}
.bootstrap-datetimepicker-widget table th.picker-switch:hover {
background: none !important;
cursor: default !important;
}
.bootstrap-datetimepicker-widget table .dow {
font-size: 12px;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
color: #d7d8d9;
}
