:root {
    --no-color: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB2ZXJzaW9uPSIxLjEiCiAgIHZpZXdCb3g9IjAgMCAxMDAgMTAwIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIgo+CiAgPGc+CiAgICA8cGF0aAogICAgICAgaWQ9InBhdGgzNzM5IgogICAgICAgZD0iTSAwLDAgTCAxMDAsMTAwIgogICAgICAgc3R5bGU9InN0cm9rZTojZmYwMDAwO3N0cm9rZS13aWR0aDo1cHgiIC8+CiAgICA8cGF0aAogICAgICAgaWQ9InBhdGgzNzQxIgogICAgICAgZD0iTSAwLDEwMCBMIDEwMCwwIgogICAgICAgc3R5bGU9InN0cm9rZTojZmYwMDAwO3N0cm9rZS13aWR0aDo1cHgiIC8+CiAgPC9nPgo8L3N2Zz4K")
}

/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
/*IE 10+ only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body, #hide-menu, .page-footer .pull-right {
        margin-right: 17px;
    }

    .dashboard .tableGraph .table thead th {
        padding: 3px 10px !important;
    }
}

@media all and (-ms-high-contrast: none) {
    #reportrange i.glyphicon-calendar,
    #reportrange .range-detail {
        float: left
    }

    .smart-form :last-child.toggle {
        margin-bottom: 4px;
    }

    .type-graph .pull-left .g-type {
        width: 110px;
        height: 122px;
    }

    .type-graph .pull-left .g-type .wrap img {
        width: 100%;
        height: 100%;
    }
}

/*IE 10+ only end*/
body {
    -webkit-print-color-adjust: exact;
}

.input-file-bg {
    background-color: #fff;
}

.global-selector label {
    margin: 0;
    vertical-align: top;
}

.global-selector label input {
    margin-bottom: 1px;
}

.textGraph td {
    padding-top: 0.3em;
}

.max-height-32 {
    max-height: 32px;
}

.em1padding {
    padding: 1em;
}

.textGraph {
    padding: 1em;
    padding-top: 0.7em;
    cursor: Default;
}

.textGraph .description {
    padding-right: 1em;
    max-width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textGraph .change {
    color: red;
    font-size: 10px;
    text-align: right;
}

.textGraph .pre-value {
    color: #A3A3A3;
    font-weight: bold;
    text-align: right;
    width: auto;
}

.textGraph .value, .textGraph .unit {
    font-weight: bold;
}

.textGraph .pre-unit {
    color: #A3A3A3;
    font-weight: bold;
    padding-left: 0.4em;
}

.textGraph .unit, td.unit {
    padding-left: 0.4em;
}

td.unit {
    width: 20px;
    white-space: nowrap;
}

.textGraph .value, td.value {
    text-align: right;
    white-space: nowrap;
}

.textGraph table {
    width: 100%;
}

.textGraph table td {
    padding-bottom: 3px;
}

.textGraph table tr:not(:first-child) td {
    border-top: 1px solid #eee;
}

.textGraph table tr:hover td {
    background-color: #ecf3f8;
}

.textGraph .frac {
    font-size: 6pt;
}

.textGraph .bold {
    font-weight: bold;
}

.textGraph tr.no-line:not(.first) td {
    border: 0;
}

.textGraph .selector-buttons a {
    padding: 0px 10px;
    text-decoration: underline;
}

.textGraph .graph-list td {
    padding: 0px;
}

.textGraph td.selector-buttons {
    padding-bottom: 5px;
}

.textGraph .graph-list tr:hover td {
    background-color: #ffffff;
}

.textGraph.list table tr:first-child {
    border-bottom: 1px solid #eee;
}

.mplot-legend {
    padding: 1em;
    padding-bottom: 0;
}

.mplot-legend > div {
    display: inline-block;
}

.mplot-legend .dot {
    font-weight: 700;
}

.mplot-legend .mplot-legend-split {
    clear: both;
    margin: 0;
    float: left;
}

.mplot-legend .mplot-comparison-legend-split {
    margin: 0;
}

.mplot-legend .mplot-comparison-legend-split .mplot-legend-item {
    padding-left: 0px;
}

.mplot-legend .mplot-legend-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    white-space: nowrap;
}

.mplot-legend .mplot-comparison-interval {
    float: left;
    font-weight: bold;
    padding-right: 30px;
    white-space: nowrap;
}

.mplot .pie-switch {
    position: absolute;
    right: 25px;
    bottom: 35px;
    z-index: 10;
}

.mplot .pie-switch a {
    color: #A0AEB3;
    cursor: pointer;
}

.mplot .tree-map-switch {
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 10;
}

.mplot .tree-map-switch a {
    color: #A0AEB3;
    cursor: pointer;
}

.mplot .tree-map-switch span {
    margin-right: 10px;
}

.graphTimeUnitSwitches {
    margin-top: -4px;
}

.intervalButton {
    margin-left: 20px;

}

.intervalButton input {
    text-align: center;
    border: 0;
    height: 22px;
}

.intervalButton.secondInterval {
    margin-left: 10px;
}

input.compareInTimeCheckbox {
    margin-left: 30px;
}

.intervalButton.secondInterval input {
    height: 17px;
    font-size: 9pt;
}

ol.breadcrumb li i {
    line-height: 5px;
}

#logo {
    margin-top: 6px;
}

#logo img {
    width: 125px;
}

.fixed-navigation nav > ul {
    height: auto;
}

.smart-style-1 .page-footer {
    background-color: #22262E !important;
}

.ajax-loader {
    position: absolute;
    top: 0;
    width: 598px;
    text-align: center;
    height: 356px;
    padding-top: 164px;
    background-color: #fff;
    opacity: 0.8;
}

.right {
    text-align: right;
}

table.hc-tooltip td.padding {
    padding-right: 1em;
}

.page-footer {
    position: absolute;
    bottom: 0;
    border: none;
}

.md-editor > textArea, .md-editor > .md-preview {
    background: #fff;
    border: none;
}

.dashboard-edit footer {
    background: #fff;
}

.dashboard-edit.jarviswidget {
    margin-bottom: 30px;
}

.highcharts-container {
    overflow: visible !important;
}

.hc-tooltip {
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: #eee;
    margin: 5px;
    opacity: 0.95;
    padding: 8px;
    display: block;
    z-index: 900;
}

#widget-grid .drag article {
    padding: 0px;
}

#widget-grid .drag .row {
    margin: 0px;
}

.hidden-menu .page-footer {
    padding-left: 23px
}

.widget-body .textGraph .no-machine-message {
    color: #D6D6D6;
    font-size: 12px;
}

.drag .draggable header .component-title, .slot-history header .component-title, #wizard-widget .component-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 34px;
    margin-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#widget-grid header .dropdown-menu {
    left: auto;
    right: 0;
}

.no-data {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.widget-toolbar > .smart-form .toggle.onoffswitch {
    padding: 0px;
}

.widget-toolbar > .smart-form .toggle.onoffswitch i {
    top: 2px;
}

.widget-body .buttons-html5 {
    display: none;
}

.widget-body .dt-toolbar input[type="search"] {
    max-width: 176px;
    width: 70%;
    height: 27px;
}

.widget-body .dt-toolbar .form-control {
    height: 27px;
    padding: 2px 4px 4px 2px;
}

.widget-body .dataTables_info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-toolbar {
    border-left: none;
}

.widget-toolbar .duplicate-link, .widget-toolbar .duplicate-link:hover {
    color: #333;
}

.smart-form .toggle i:before {
    background-color: #a90329;
}

.smart-form .toggle input:checked + i:before {
    background-color: #739e73;
}

#dialog_version .md-editor > textArea {
    background: #fff;
    border: 1px solid #DDDDDD;
}

#dialog_version textarea {
    width: 600px;
    height: 250px;
}

#left-panel nav > ul > li > a {
    padding-right: 10px;
}

#left-panel nav > ul > li .collapse-sign {
    padding: 0 7px;
    right: 10px;
}

.company-logo {
    background: #22262e;
    max-height: 75px;
    padding: 10px;
}

.fixed-ribbon #ribbon {
    left: 0px;
    padding-left: 233px;
}

.hidden-menu.fixed-ribbon #ribbon {
    left: 0px;
    padding-left: 23px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .fixed-ribbon #ribbon {
        padding-left: 23px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        padding-left: 233px;
    }

    .hidden-menu .page-footer {
        margin-left: 220px;
    }
}

@media (max-width: 880px) and (min-width: 768px) {
    .fixed-ribbon #ribbon {
        padding-left: 23px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        padding-left: 233px;
    }

    .hidden-menu .page-footer {
        margin-left: 220px;
    }
}

@media (min-width: 768px) {
    .narrow .dl-horizontal dt {
        width: 130px;
    }

    .narrow .dl-horizontal dd {
        margin-left: 150px;
    }

    #machineInfoGraph .drag {
        width: 558px;
    }
}

@media (max-width: 767px) {
    .fixed-ribbon #ribbon {
        padding-left: 23px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        padding-left: 233px;
    }

    .hidden-menu .page-footer {
        margin-left: 220px;
    }

    #machineInfoGraph .drag {
        width: 558px;
    }

    .select2-container .select2-dropdown {
        top: 0px !important;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0) {
    .fixed-ribbon #ribbon {
        left: 0px;
        padding-left: 23px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 0px;
        padding-left: 233px;
    }

    .hidden-menu .page-footer {
        margin-left: 220px;
    }
}

.smart-style-1 .jarviswidget-color-darken > header .btn-group > .btn {
    background-color: #57889c;
    border-color: #4e7a8c;
}

.smart-style-1 #main .action-buttons .btn-default {
    color: #fff;
    background-color: #57889c;
    border-color: #4e7a8c;
}

.smart-style-1 .page-footer .txt-footer {
    color: white
}

html {
    background: none;
}

.max-body-size {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
}

.smart-style-1 .jarviswidget-color-darken > header {
    background: #CBD2D5 !important;
    border-color: #A0AEB3 !important;
    color: #333;
}

.marker-label-error {
    color: #dc040d;
    font-weight: bold;
}

.marker-label-warning {
    color: #f2752b;
    font-weight: bold;
}

.marker-label-ok {
    color: #1fda53;
    font-weight: bold;
}

.marker-label-offline {
    color: #0390e6;
    font-weight: bold;
}

.marker-label-no-machine {
    color: #49413f;
    font-weight: bold;
}

.marker-label-unknown {
    color: #b6b8b9;
    font-weight: bold;
}

.headeronoffswitch {
    margin-top: 7px !important;
    height: 17px !important;
}

.headeronoffswitch.checkbox label {
    min-height: 0px !important;
    padding-left: 0px !important;
}

nav .popover.right {
    max-width: none;
    text-align: left;
}

nav ul .popover-content b {
    color: #000 !important;
    float: left;
    margin-bottom: -3px;
}

div.last-update-row {
    text-align: right;
    padding: 0.5em;
    font-size: 7pt;
    color: #999;
}

.tableGraph div.last-update-row {
    background-color: #fafafa;
    position: absolute;
    right: 4px;
    bottom: 46px;
}

.textGraph div.last-update-row {
    text-align: right;
    margin: 0;
    font-size: 8pt;
    margin-top: 0.5em;
}

.wizard.pager li > input {
    padding: 5px 14px;
    border: 1px solid #ddd;
}

.wizard.pager li > button {
    padding: 5px 14px;
}

.mt-element-step {
    padding-bottom: 13px;
}

.mt-element-step .step-line .mt-step-title:after, .mt-element-step .step-line .mt-step-title:before {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #e5e5e5;
    top: 53px;
    z-index: 4;
}

.mt-element-step .step-line .mt-step-title:before {
    right: 50%;
}

.mt-element-step .step-line .mt-step-title:after {
    left: 50%;
}

.mt-element-step .step-line .first .mt-step-title:before,
.mt-element-step .step-line .last .mt-step-title:after {
    content: none;
}

.mt-element-step .step-line .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.mt-element-step .step-line .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.mt-element-step .step-line .mt-step-number {
    font-size: 16px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto auto 18px;
    padding: 9px;
    border: 3px solid #e5e5e5;
    position: relative;
    z-index: 5;
    height: 45px;
    width: 45px;
    text-align: center;
    color: black;
}

.mt-element-step .step-line .mt-step-title {
    font-size: 20px;
    font-weight: 400;
}

.mt-element-step .step-line .done .mt-step-number {
    color: #26C281 !important;
    border-color: #26C281 !important;
}

.bg-hover-white:hover, .bg-white {
    background: #fff !important;
}

.mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
    background-color: #26C281;
}

.font-grey-cascade {
    color: #95A5A6 !important;
}

.mt-element-step .step-line .done .mt-step-content, .mt-element-step .step-line .done .mt-step-title {
    color: #26C281 !important;
}

.mt-element-step .step-line .active .mt-step-number {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important;
}

.mt-element-step .step-line .active .mt-step-content, .mt-element-step .step-line .active .mt-step-title {
    color: #32c5d2 !important;
}

.mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before {
    background-color: #32c5d2;
}

.mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before {
    background-color: #32c5d2;
}

.nodeSelect-wrap {
    background-color: white;
}

.nodeSelect-wrap .black {
    background-color: black !important;
    color: white;
}

.nodeSelect-select {
    width: 300px;
}

.cd-breadcrumb, .cd-multi-steps {
    max-width: none !important;
}

.cd-multi-steps li::after {
    width: 30px !important;
}

.nodeSelect-wrap .btn-cancel, .btn-select {
    margin-top: 5px;
}

.groupsSelect-wrap .group-name {
    cursor: pointer;
}

.groupsSelect-wrap tr.even {
    background-color: #f9f9f9;
}

.groupsSelect-wrap tr.selected, .groupsSelect-wrap tr.current-group {
    background-color: #cbd3e1;
}

.groupsSelect-wrap tr.open i.fa-plus-square-o {
    display: none;
}

.groupsSelect-wrap tr.closed i.fa-minus-square-o {
    display: none;
}

.groupsSelect-wrap .to {
    font-size: 75%;
    padding-left: 5px;
}

.groupsSelect-wrap .date {
    font-size: 75%;
}

.groupsSelect-wrap tr.future-group {
    background-color: #bdd982;
}

.editable-date .input-group {
    margin: 0px 10px;
}

/* override leafleatu pro opravu sidebaru */
.leaflet-control-container .leaflet-top,
.leaflet-control-container .leaflet-bottom {
    z-index: 900;
}

.status-ok {
    color: rgba(85, 161, 41, 1);
}

.status-not-responding {
    color: rgba(33, 76, 125, 1);
}

.status-not-connected {
    color: rgba(53, 53, 53, 1);
}

.status-recoverable-error {
    color: rgba(137, 24, 135, 1);
}

.status-critical-error {
    color: rgba(212, 48, 25, 1);
}

.status-unknown {
    color: rgba(43, 149, 223, 1);
}

#wizard-widget .widget-body h3 {
    margin-top: 40px;
}

#wizard-widget .widget-body h3.popover-title {
    margin: 0;
}

.modal-dialog .modal-body .nodeSelect-navigation .cd-multi-steps {
    margin-left: 0px;
}

.selector-map .leaflet-popup-tip-container {
    display: none;
}

.dataTables_scrollBody td {
    max-width: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

form .form-error {
    color: red;
}

.profile-edit fieldset {
    padding: 20px 14px 8px;
}

.profile-edit fieldset dl dt {
    text-align: left;
}

.profile-edit fieldset p.error {
    color: red;
}

.disabledInputIcon {
    height: 25px;
    width: 20px;
    margin-left: -35px;
    margin-top: 3px;
    float: left;
    padding-left: 10px;
    padding-top: 1px;
    border-left: solid;
    border-left-width: 1px;
    font-size: 17px;
    color: #9FA0A2;
}

#fuelux-wizard fieldset .readOnly input {
    background-color: #EEEEEE;
    float: left;
    margin-bottom: 15px;
}

#fuelux-wizard footer {
    background: rgba(255, 255, 255, .9);
}

.tooltip {
    z-index: 1050;
}

.mplot-legend a {
    cursor: default;
}

.mplot-legend a[dimension] {
    color: black;
    cursor: pointer;
}

.textGraph a[dimension] {
    color: black;
    cursor: pointer;
    display: block;
}

.mplot-legend a.selected, .textGraph a.selected {
    font-weight: bold;
}

.mplot-legend a[dimension]:hover {
    font-weight: bold;
}

.table thead tr th a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
}

nav .popover-content {
    min-width: 200px;
}

.popover-content .owner {
    padding-bottom: 5px;
}

.popover-content .owner b {
    padding-right: 10px;
}

nav ul li b.collapse-sign:hover {
    background-color: #22262E;
}

/*import export*/

#frm-importForm table tbody tr td {
    width: 35%;
    padding: 7.5px;
}

#frm-importForm table tbody tr th {
    width: 15%;
}

#frm-importForm table tbody tr th label {
    width: 100%;
}

#frm-importForm table tbody tr td .form-control {
    width: 100%;
}

#frm-exportForm table tbody tr td {
    width: 35%;
    padding: 7.5px;
}

#frm-exportForm table tbody tr th {
    width: 15%;
    vertical-align: top;
    padding-top: 14px;
}

#frm-exportForm table tbody tr th label {
    width: 100%;
}

#frm-exportForm table tbody tr td .custom-scroll {
    width: 100%;
    height: 125px;
    padding: 5px;
}

/*smart timeline*/

.smart-timeline .smart-timeline-list:after {
    background-color: #AAA;
}

.smart-timeline .smart-timeline-list li .smart-timeline-content {
    margin-left: 280px;
}

.smart-timeline .smart-timeline-list li .smart-timeline-icon {
    left: 220px;
}

.smart-timeline .smart-timeline-list:after {
    left: 235px;
}

.smart-timeline .smart-timeline-list li .smart-timeline-time {
    width: 200px;
}

.mobile-detected .smart-timeline .smart-timeline-list li .smart-timeline-content {
    margin-left: 210px;
}

.mobile-detected .smart-timeline .smart-timeline-list li .smart-timeline-icon {
    left: 150px;
}

.mobile-detected .smart-timeline .smart-timeline-list:after {
    left: 165px;
}

.mobile-detected .smart-timeline .smart-timeline-list li .smart-timeline-time {
    width: 130px;
}

.mobile-detected .smart-timeline .smart-timeline-list li .smart-timeline-time span {
    display: block;
}

.smart-timeline .smart-timeline-list li.highlight
{
    background-color: #FFDE7B;
}

.smart-timeline .smart-timeline-list li:has(.purge-all-timeline li.highlight):has(.purge-all-timeline[style*="display: none"])
{
    background-color: rgba(255, 222, 123, 0.58);
}

/* monitor */

ul.chart-legend {
    margin: 0;
    padding: 0;
}

ul.chart-legend li {
    list-style: none;
}

.timeline-body .tab-content {
    padding-top: 10px;
}

.timeline-body ul.nav li {
    padding: 0;
}

.bg-yellow {
    background-color: #f39c12 !important
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-black {
    background-color: #111 !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bg-dark-orange {
    background-color: #A35900 !important;
}

.bg-gray-blue {
    color: #0073b7;
    background-color: #b5bbc8 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000000 !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

.bg-light-blue {
    background-color: #3c8dbc !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-yellow-active {
    background-color: #db8b0b !important;
}

[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

#frm-basicInformation-form .form-group .input-group {
    padding-left: 13px;
    padding-right: 13px;
}

.btn-back {
    background-color: #686868;
    border-color: #686868;
    color: #fff;
}

.btn-back:hover, .btn-back:focus {
    color: #fff;
    background-color: #5a5a5a;
    border-color: #5a5a5a;
}

.form-actions .pager li > .btn-back, .pager li > .btn-back {
    background-color: #686868;
    color: white;
    border-color: #686868;
    border-radius: 0px;
}

.form-actions .pager li > .btn-back:hover, .pager li > .btn-back:hover, .form-actions .pager li > .btn-back:focus, .pager li > .btn-back:focus {
    background-color: #5a5a5a;
    color: white;
    border-color: #5a5a5a;
    border-radius: 0px;
}

.form-actions .pager li > .btn-primary, .pager li > .btn-primary {
    background-color: #3276B1;
    color: white;
    border-color: #3276B1;
    border-radius: 0px;
}

.form-actions .pager li > .btn-primary:hover, .pager li > .btn-primary:hover, .form-actions .pager li > .btn-primary:focus, .pager li > .btn-primry:focus {
    background-color: #275B89;
    color: white;
    border-color: #275B89;
    border-radius: 0px;
}

.underlined-link, .underlined-link:focus {
    text-decoration: underline;
    color: #777;
}

.underlined-link:hover {
    color: #333333;
    text-decoration: underline;
}

.padding-top-7 {
    padding-top: 7px;
}

.license tr td span {
    margin-left: 25px;
}

.navbar-default .navbar-collapse {
    padding-left: 0px;
}

.dt-toolbar div.dataTables_length label {
    margin-bottom: 0px;
}

.widget-body .dt-toolbar {
    padding-bottom: 6px;
    height: 40px
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    font-weight: 800;
    font-size: 13px;
}

.navbar-collapse .navbar-right .underlined-link {
    font-size: 13px;
}

#content .pull-right .btn-default {
    background-color: #57889c;
    border-color: #4e7a8c;
    color: #fff;
    margin-bottom: 10px;
}

.btn-pull-ten {
    margin-bottom: 10px;
}

.smart-timeline-content .display-inline {
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 360px;
}

#extr-page #header #logo img {
    width: 101px;
    margin-top: -16px;
}

#extr-page #header #logo-group2 #logo {
    margin-top: 0px;
}

.margin-top-14 {
    margin-top: 14px;
}

.table-detail .row .jarviswidget-color-darken header {
    background-color: #436043 !important;
    border-color: #436043 !important;
    color: #fff;
}

float-right {
    float: right;
}

#frm-functions-form .row div .form-group {
    margin-bottom: 0px;
}

#frm-functions-form .row div .form-group:last-child {
    margin-bottom: 15px;
}

#frm-functions-form .form-group .control-label label {
    margin-bottom: 0px;
}

#data-series-select .table {
    float: right;
}

.form-group .row .no-padding-top {
    padding-top: 0px;
}

.form-group .row div .align-left dt {
    text-align: left;
}

.import {
    margin-top: 58px;
    margin-bottom: 10px;
}

.grapg-text .value .frac {
    color: red;
}

.componentInDashboard .error-panel .jarviswidget {
    display: flex;
    flex-direction: column;
}

.componentInDashboard .error-panel .jarviswidget > div {
    border: none;
    flex-grow: 1;
    min-height: 0;
}

.componentInDashboard > div:first-child,
.full-height {
    height: 100%;
}

.componentInDashboard {
    border: solid 2px #CCC;
    background: #FFFFFF;
    padding-bottom: 2px;
}

.graph-500 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FDD;
    margin: -13px;
    height: 100%;
    padding: 13px;
    flex-direction: column;
}

.graph-500 img {
    min-height: 0;
}

/* table component */
.table-scroll table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.dashboard .tableGraph .table tbody td {
    white-space: nowrap;
    padding: 6px 10px;
}

.dashboard .tableGraph .table thead th {
    white-space: nowrap;
    padding: 5px 10px;
}

.dashboard div .widget-body.tableGraph {
    min-height: 465px;
    background-color: #fafafa;
}

.dashboard .widget-body .table-scroll {
    max-height: 384px;
    overflow-y: auto;
    padding-right: 0px;
    width: 100%;

}

.dashboard .widget-body .table-scroll > table {
    position: relative;
    overflow: hidden;
}

.dashboard .table .dt-toolbar-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 3px 10px 3px 10px;
}

.dashboard .table-filter {
    border-bottom: solid 1px #ddd;
}

.dashboard .table .btn-group, .btn-group-vertical {
    margin-top: -9.9px;
}

.dashboard .table-paginator .text-right {
    padding-left: 0px;
    padding-right: 8px;
}

.dashboard .table-paginator .col-md-6:first-child {
    padding-right: 0px;
    padding-left: 8px;
}

.dashboard .table tbody .hasinput {
    padding: 6px 7px;
}

.dashboard .table tbody .hasinput input:first-child {
    height: 27px;
}

.showing-entries {
    margin-bottom: 5px;
}

.time-comparison.dashboard .table tbody td {
    padding: 5px 10px;
}

.show-table-filter {
    float: left;
    width: 33px;
    position: relative;
    z-index: 9;
    top: 2px;
    text-align: center;
    cursor: pointer;
    height: 31px;
}

.show-table-filter .glyphicon {
    font-size: 24px;
}

.table-form-list {
    position: absolute;
    background: #fff;
    height: auto;
    max-height: calc(100% - 40px);
    z-index: 9;
    top: 35px;
    left: 0px;
    width: auto;
    min-width: 100px;
}

.table-form-list ul {
    width: auto;
    white-space: nowrap;
}

.table-form-list ul span {
    font-weight: 400 !important;
}

.table-form-list ul .checkbox {
    margin-left: 1em !important;
    margin-top: 0;
    margin-bottom: 0;
}

.table-form-list .ui-menu-item > a {
    padding-left: 1em !important;
}

.table-filter-close .table-form-list {
    display: none;
}

.table-filter-open .table-form-list {
    display: block;
}

.license-table .table-button-white {
    position: absolute;
    top: 7px;
    right: 20px;
    z-index: 9;
}

.license-table .table-button-white .checkbox-text {
    position: relative;
    padding-left: 25px;
    top: 2px;
}

.table-form-list .ui-menu-icon {
    margin-left: 15px;
}

/** zvíraznění vyplněných filterů */
.table-component .column-filter[value], .table-component input[name=filter][value] {
    border: #66afe9 solid 1px;
    background-color: #FFDE7B !important;
}

/* table component end */


#wizard-widget table .highlight-name td span {
    font-weight: bold;
    color: brown;
    text-transform: uppercase;
}

#wizard-widget table .highlight-name td:first-child span {
    font-weight: bold;
    color: black;
    text-transform: none;
}

#wizard-widget table .highlight-name.info td:first-child span {
    margin-left: 0px;
}

#wizard-widget table span.licenseName {
    font-weight: bold;
    color: brown;
    text-transform: uppercase;
}

#wizard-widget table.license2 td span {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 130px;
    overflow: visible;
}

#wizard-widget table.license2 td span.label {
    width: 30px;
}

#wizard-widget table.license2 td:first-child span {
    margin: 0 auto;
    text-align: left;
    display: block;
    width: 100%;
    overflow: visible;
}

.license2 .info th, .license th {
    font-size: 14px;
}

.license.table > tbody > tr.info > th, .license2.table .highlight-name th {
    background-color: #ccc
}

.table > tbody > tr.info > th {
    background-color: #eee;
}

.license-row .fa-check {
    font-size: 20px;
    color: #049BAD;
}

.license-row .text {
    font-size: 14px;
}

.ajax-dropdown .alert {
    z-index: 900;
    position: absolute;
    left: 20px;
    right: 20px;
}

.alert-not-absolute {
    position: static;
}

div#dashlo_container {
    z-index: 1000;
    height: calc(100% + 50px);
}

.glyphicon span.cancel-filter {
    margin-left: 10px;
    text-decoration: underline;
    cursor: pointer;
    color: red;
}

.glyphicon span.enable-filter {
    margin-left: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.wizard-wrap .slimScrollDiv .slimScrollBar {
    background: #717171 !important;
}

.wizard-wrap .slimScrollDiv .slimScrollBar:hover {
    cursor: pointer;
}

#reportrange, #reportrange .range-detail {
    display: -webkit-box;
    padding: 0px 5px;
}

.range-detail .compare {
    color: #AAAAAA;
    margin-left: 5px;
}

.range-detail .separator {
    margin-left: 3px;
    margin-right: 3px;
    color: #AAA;
}

.range-detail .original {
    font-weight: 600;
    margin-right: 5px;
}

.range-detail .original span {
    color: #FF0000;
}

.daterangepicker .ranges ul li {
    border-radius: 1px;
    background-color: #fff;
    border: 0px;
    margin-bottom: 0px;
}

.daterangepicker .ranges ul li:hover {
    border-radius: 1px;
    background-color: #357EBD;
    border: 0px;
}

.daterangepicker .ranges ul li.active {
    border-radius: 1px;
    background-color: #357EBD;
    border: 0px;
}

.daterangepicker .ranges ul {
    padding-top: 30px;
}

.daterangepicker .compare {
    text-align: left;
}

.ranges .range_inputs .applyBtn {
    margin-left: 10px;
}

.range_inputs {
    position: absolute;
    bottom: 5px;
}

.daterangepicker .compare .onoffswitch {
    margin-left: 10px;
}

.dashboard .table-responsive .comparison-column {
    width: 100px;
}

.popover .popover-content .selectors-table {
    width: 100%;
}

.daterangepicker.opensleft .calendar.left .daterangepicker_input,
.daterangepicker.openscenter .calendar.left .daterangepicker_input {
    width: 150px;
    position: absolute;
    right: 390px;
    top: 8px;
}

.daterangepicker.opensleft .calendar.right .daterangepicker_input,
.daterangepicker.openscenter .calendar.right .daterangepicker_input {
    width: 150px;
    float: right;
    margin-right: 65px;
}

.daterangepicker.opensleft .calendar.left .period-type,
.daterangepicker.openscenter .calendar.left .period-type {
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
    padding-left: 15px;
    margin-bottom: 1.5px;
}

.daterangepicker .daterangepicker_input .input-mini {
    height: 25px;
    padding: 0px 6px 0.5px 28px;
}

.daterangepicker .daterangepicker_input .input-mini.active {
    border: solid 2px #08c;
    background-color: #edf6fb;
}

.daterangepicker .daterangepicker_input i {
    top: 6px;
}

.datepicker-timeline {
    z-index: 101 !important;
}

#content .row .widget-body {
    padding-bottom: 0px;
}

/* --PRINT-- */
@media print {
    body a[href]:after {
        display: none !important;
    }

    .drag {
        page-break-before: avoid !important;
        margin-top: 50px !important;
        position: static !important;
    }

    @page {
        /*možnost nastavení okraju stránky při tisku apod.*/
    }
}

.popover .popover-content .enable-filter,
.popover .popover-content .cancel-filter,
.popover .popover-content .line-filter {
    float: right;
    margin-right: 5px;
    margin-bottom: 15px;
}

.popover .popover-content .enable-filter,
.popover .popover-content .cancel-filter,
#static-selectors-table .enable-filter,
#static-selectors-table .cancel-filter {
    cursor: pointer;
}

div#static-selectors-table {
    padding: 0px 0px 10px 10px;
    background-color: #fff;
    color: #333333;
    border-color: #C4C4C4;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: none;
    border-radius: 3px;
    z-index: 904;
    width: 200px;
    overflow-x: hidden;
}

#static-selectors-table .selectors-table {
    width: 100%
}

div#static-selectors-table .filter-head {
    padding: 10px 5px 10px 10px;
    background-color: #F7F7F7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 200px;
    margin-left: -10px;
}

#static-selectors-table .selectors-table tr td {
    padding-right: 10px;
}

#selector-list .popover .popover-content .active-filter {
    color: #333;
    text-decoration: none;
    margin-bottom: 20px;
}

#selector-list .popover .popover-content {
    padding: 0 14px 9px 14px;
}

#selector-list .popover .popover-content div {
    padding: 9px 14px 5px 14px;
    background-color: #F7F7F7;
    margin-left: -15px;
    margin-top: -1px;
    width: 274px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#selector-list .popover .popover-content .active-filter:hover {
    cursor: text;
}

#selector-list .popover div.arrow:after {
    border-bottom-color: #F7F7F7;
}

#static-selectors-table .enable-filter,
#static-selectors-table .cancel-filter {
    float: right;
    margin-right: 5px;
}

#static-selectors-table .active-filter {
    margin-left: 5px;
}

@media (max-width: 1080px) {
    .fixed-ribbon #content {
        padding-top: 80px;
    }
}

@media (max-width: 650px) {
    .fixed-ribbon #content {
        padding-top: 110px;
    }
}

div.popover.fade.bottom {
    width: 400px;
}

@media (max-width: 880px) {
    .width880-hidden {
        display: none;
    }
}

/* --PRINT_END-- */

.mplot .info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 200px;
}

.mplot .info h4 {
    margin: 0 0 5px;
    color: #777;
}

@media only screen and (max-width: 880px) {
    #content #widget-grid .drag {
        margin-bottom: 5px;
        min-width: 0px !important;
    }
}

/* --PRINT-- */
@media print {
    #widget-grid {
        position: static !important;
        height: auto !important;
        width: 100%;
    }

    body a[href]:after {
        display: none !important;
    }

    .pull-right #hide-menu, .pull-right #logout, #fullscreen, .action-buttons, #left-panel {
        display: none;
    }

    #content {
        width: 100%;
    }

    #header {
        padding-bottom: 0px !important;
        position: static !important;
    }

    #ribbon {
        position: static !important;
        margin-top: 20px;
    }

    #ribbon .breadcrumb {
        float: left !important;
    }

    #ribbon .pull-right {
        float: left !important;
    }

    #selector-list .cancel-filter, #selector-list .enable-filter {
        display: none;
    }

    #reportrange {
        border: none !important;
        font-size: 18px;
    }

    #main {
        margin-top: -1px !important;
    }

    .drag {
        position: static !important;
    }

    .smart-style-1 div.page-footer {
        width: 100% !important;
        background-color: #fff !Important;
    }

    #header .demo-message {
        top: 10px !important;
    }

    #header > :first-child {
        width: 170px;
    }
}

/* --PRINT_END-- */

.time-interval .underlined-link {
    margin-top: 2px;
}

.evolution-content .fixed-parameters .dontApplyGlobalSelectors {
    margin-top: 7px;
    margin-bottom: 6px;
}

.img-fa-question img {
    margin-top: -2px;
}

.no-js-sign {
    background-color: #C26565;
    border-left: solid 5px #953B39;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
}

.no-cookies {
    background-color: #C26565;
    border-left: solid 5px #953B39;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 0 15px;
}

.jarviswidget .widget-body .form-actions {
    margin-bottom: -1px;
    padding-bottom: 13px;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.dashboard-name .table {
    margin-bottom: 0px;
    border: 0px;
}

.other-function {
    padding-left: 5px;
    padding-right: 16px;
}

.user-summary .user-dashboard-name {
    margin-left: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.smart-padding {
    padding-left: 13px !important;
    padding-right: 12px !important;
}

.visibility-hidden {
    visibility: hidden;
}

.user-summary table.basic-function, .user-group-summary table.basic-function {
    border-left: none;
    border-right: none;
    border-top: none;
}

.user-summary table.admin-function, .user-group-summary table.admin-function {
    border-left: none;
    border-right: none;
}

.user-summary table.filter-function, .user-group-summary table.filter-function {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.user-summary table.dashboard-table {
    border: none;
}

.text-bold {
    font-weight: 600;
}

label.select-multiple.size8, label.select-multiple.size8 select.custom-scroll {
    height: 156px
}

@media only screen and (min-width: 992px) {
    .permission-table-padding {
        margin-left: calc(8.33333333% / 2);
    }

    #machineInfoGraph .drag {
        width: 858px;
    }

    body.front-fixed-header #header {
        position: fixed !important;
        z-index: 998;
        border-bottom: none;
        box-shadow: none;
        width: 100%;
        top: 0;
    }

    .front-fixed-header #main {
        margin-top: 49px !important;
    }
}

.profile-right-corner .profile-img {
    height: 100px;
    width: 100px;
    text-align: right;

}

.profile-right-corner {
    position: absolute;
    top: 15px;
    right: 20px;
}

.profile-right-corner .change-password {
    position: absolute;
    top: 0px;
    right: 120px;
    width: 140px;
}

.profile-row {
    margin-bottom: 10px;
}

.profile-right-corner .edit-img {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 12px;
    max-height: 100px;
    max-width: 100px;
}

.service-dashboard .tableGraph .table tbody td {
    white-space: nowrap;
    padding: 6px 10px;
}

.service-dashboard .table tbody .hasinput input:first-child {
    height: 27px;
}


.service-dashboard .tableGraph .table thead th {
    white-space: nowrap;
    padding: 5px 10px;
}

.service-dashboard .tableGraph .table-paginator {
    min-height: 70px;
}

#service-map-progress-bar {
    height: 2px;
    margin: 0px;
}

#service-ticket-progress-bar {
    height: 2px;
    margin: 0px;
}

.service-map-custom-popup div {
    background-color: rgba(255, 0, 0, 0.5);
    box-shadow: none;
    /*margin-top: -13px !important;*/
    /*margin-left: 9px*/
}

.service-map-custom-popup a {
    display: none;
}

.machine-status-charts > div {
    border-right: 1px solid #DADADA !important;
    border-top: 1px solid #DADADA !important;
}

.machine-status-charts .machine-status-value {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    vertical-align: top;
    display: inline-block;
}

@media (min-width: 991px) {
    .machine-status-charts .machine-status-value {
        display: block;
        margin-top: 10px;
    }
}

.easy-pie-chart {
    /*margin-left: 20px;*/
    margin-top: 5px;
}

.easy-pie-title {
    width: auto;
    width: 100%;
    height: 14px;
    margin: 5px 0px;
}

.progress-bar {
    background-image: none;
}

.machine-status-charts .machine-status-icon {
    width: 3.28vw;
    height: 3.28vw;
    max-height: 52px;
    max-width: 52px;
    min-width: 35px;
    min-height: 35px;
    margin: 10px 0px 0px 0px;
    display: inline-block;

}

.status-metrics {
    font-weight: normal;
    font-size: 15px;
    margin-left: 5px;
}

.tools-skipped-queued .box .box-body .form-group {
    margin-bottom: 5px;
}

.tools-skipped-queued .nav {
    border: none;
}

.tools-skipped-queued .nav-tabs > li > a,
.tools-skipped-queued .nav-tabs > li > a:focus,
.tools-skipped-queued .nav-tabs > li > a:hover {
    border: solid 1px #ddd;
    padding: 4px 12px;
}

.button-icon.active {
    background-color: rgba(255, 255, 0, 0.25);
}

.jarviswidget div.map-widget {
    padding-bottom: 13px;
    position: absolute;
    z-index: 902;
    padding-top: 0;
}

.jarviswidget div.map-widget input {
    margin-bottom: 5px;
    margin-right: 5px;
}

.machine-error .checkbox {
    margin-left: 3%;
}

.radiobox-text .toggle {
    margin-top: -3px;
    width: 25px;
    float: right;
    position: relative;
}

.machine-monitoring .editable-popup .editable-clear-x {
    top: 44%;
    right: 10px;
}

.machine-monitoring .editable-popup .editable-input .form-control {
    padding-left: 5px;
}

.machine-monitoring .editable-popup .popover-content {
    padding: 10px 5px;
}

.machine-monitoring .editable-popup .popover-title {
    padding: 5px;
}

/*chart tooltip*/
.chart-tooltip-wrap {
    position: absolute;
    z-index: 1000;
    padding: 5px;
    pointer-events: none;
}

.chart-tooltip {
    border: 1px solid;
    border-radius: 5px;
    border-color: rgb(34, 51, 68);
    padding: 5px 13px;
    background-color: rgba(238, 238, 238, 0.9);
    font-size: 12.5px;
    pointer-events: none;
}

.chart-tooltip span {
    white-space: nowrap;
}

.chart-tooltip .line-legend-name {
    display: inline-block;
    font-weight: bold;
}

.chart-tooltip .bar-legend-name {
    display: inline-block;
    font-weight: bold;
}

.chart-tooltip .map-legend-name {
    display: inline-block;
    font-weight: bold;
}

.chart-tooltip .value {
    font-weight: bold;
}

.chart-tooltip .split-by-legend-name {
    font-weight: bold;
}

.chart-tooltip .tooltip-divisor {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom-color: rgba(150, 150, 150, 0.8);
    border-bottom-style: dashed;
    border-bottom-width: 2px;
}

.chart-tooltip .time-line {
    text-decoration: underline;
}

.chart-tooltip .time-line :first-child {
    font-weight: bold;
}

.chart-tooltip.bar-tooltip {
    text-align: center;
}

.chart-tooltip.map-tooltip {
    text-align: center;
}

.area-map-comparison-marker {
    padding-top: 2px;
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}

.area-map-comparison-marker.negative {
    background-color: #9e0b0f;
}

.area-map-comparison-marker.positive {
    background-color: #8dc63f;
}

/*line chart threshold dialog*/
.threshold-input-dialog {
    position: absolute;
    width: 180px;
    border: 1px solid;
    border-radius: 5px;
    border-color: rgb(34, 51, 68);
    z-index: 1000;
    padding: 5px;
    background-color: rgba(238, 238, 238, 1);
}

.threshold-input-dialog > button {
    margin-top: 5px;
    margin-right: 5px;
}

.threshold-input-dialog > span {
    font-weight: 600;
}

.threshold-input-dialog > input {
    width: 170px;
    padding-left: 2px;
}

.threshold-input-dialog > input.short {
    width: 125px;
    margin-right: 3px;
    margin-top: 5px;
}

.price-groups-size select {
    width: 100%;
}

/* --Button_inside_table-- */
.table-button-white {
    position: absolute;
    top: 4px;
    right: 20px;
    z-index: 9;
}

.queued-dispansings-table .table-button-white a, .table-button-white button,
.queued-dispansings-table .table-button-white a:hover, .table-button-white button:hover,
.queued-dispansings-table .table-button-white a:focus, .table-button-white button:focus,
.queued-dispansings-table .table-button-white a:active, .table-button-white button:active {
    color: #000;
    text-decoration: none;
}

.table-button-white a, .table-button-white button {
    color: #fff;
}

.table-button-white a:hover, .table-button-white button:hover,
.table-button-white a:focus, .table-button-white button:focus {
    color: #ddd;
}

/* --Button_inside_table_END-- */

/*--Radio_Box_Style-START--*/

.machine-monitoring input[type="radio"] {
    display: none;
}

.machine-monitoring input[type="radio"] + i.radio-style {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background-color: #FFF;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;
}

.machine-monitoring input[type="radio"] + i.radio-style:hover {
    border-color: #3276B1;
}

.machine-monitoring input[type="radio"]:checked + i.radio-style {
    border-color: #3276B1;
}

.machine-monitoring input[type="radio"]:checked + i.radio-style:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    background-color: #3276B1;
    border-radius: 50%;
    position: absolute;
}

.radiobox-text {
    position: relative;
    padding-left: 25px;
    margin-top: 8px;
}

/*--Radio_Box_Style-END--*/

/*--Check_Box_Style-START--*/

.machine-monitoring input[type="checkbox"] {
    display: none;
}

.machine-monitoring input[type="checkbox"] + i.checkbox-style {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background: #FFF;
    cursor: pointer;
}

.machine-monitoring input[type="checkbox"] + i.checkbox-style:hover {
    border-color: #3276B1;
}

.machine-monitoring input[type="checkbox"]:checked + i.checkbox-style {
    border-color: #3276B1;
}

.machine-monitoring input[type="checkbox"]:checked + i.checkbox-style:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 16px/19px FontAwesome;
    text-align: center;
    position: absolute;
    color: #3276B1;
}

.radiobox-text,
.checkbox-text {
    position: relative;
    padding-left: 25px;
    margin-top: 8px;
}


.checkbox-style2 input[type="checkbox"] {
    display: none;
}

.checkbox-style2 input[type="checkbox"] + i.checkbox-style {
    position: relative;
    float: right;
    padding: 8px;
    display: block;
    width: 17px;
    height: 17px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background: #FFF;
    cursor: pointer;
    margin-left: 8px;
    margin-top: 7px;
    margin-right: 10px;
}

.checkbox-style2 input[type="checkbox"] + i.checkbox-style:hover {
    border-color: #3276B1;
}

.checkbox-style2 input[type="checkbox"]:checked + i.checkbox-style {
    border-color: #3276B1;
}

.checkbox-style2 input[type="checkbox"]:checked + i.checkbox-style:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 16px/19px FontAwesome;
    text-align: center;
    position: absolute;
    color: #3276B1;
}

.service-log-text {
    float: left;
    font-size: 13px;
    margin-top: -2px;
}

/*--Check_Box_Style-END--*/

.progress.vertical.bottom .progress-bar {
    border-top: 1px solid #cccccc;
    text-shadow: 1.5px 1.5px 1.5px black;
}

.smart-timeline .service-week {
    z-index: 9;
    position: relative;
    background-color: #fff;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 10px;
}

.btn-service {
    font-weight: 600;
    margin-left: 110px;
}

/*--Machine_activity_tables-START--*/
/*Machine_status & Machine_errors*/
#snippet-machineList-table table.machineStatuses thead tr th:nth-of-type(1),
#snippet-machineList-table table.machineStatuses tbody tr td:nth-of-type(1),
#snippet-machineList-table table.machineErrors thead tr th:nth-of-type(1),
#snippet-machineList-table table.machineErrors tbody tr td:nth-of-type(1) {
    width: 4%;
}

#snippet-machineList-table table.machineStatuses thead tr th:nth-of-type(2),
#snippet-machineList-table table.machineStatuses tbody tr td:nth-of-type(2),
#snippet-machineList-table table.machineErrors thead tr th:nth-of-type(2),
#snippet-machineList-table table.machineErrors tbody tr td:nth-of-type(2) {
    width: 13%;
}

#snippet-machineList-table table.machineStatuses thead tr th:nth-of-type(3),
#snippet-machineList-table table.machineStatuses tbody tr td:nth-of-type(3),
#snippet-machineList-table table.machineErrors thead tr th:nth-of-type(3),
#snippet-machineList-table table.machineErrors tbody tr td:nth-of-type(3) {
    width: 11%;
}

#snippet-machineList-table table.machineStatuses thead tr th:nth-of-type(4),
#snippet-machineList-table table.machineStatuses tbody tr td:nth-of-type(4),
#snippet-machineList-table table.machineErrors thead tr th:nth-of-type(4),
#snippet-machineList-table table.machineErrors tbody tr td:nth-of-type(4) {
    width: 11%;
}

#snippet-machineList-table table.machineStatuses thead tr th:nth-of-type(5),
#snippet-machineList-table table.machineStatuses tbody tr td:nth-of-type(5),
#snippet-machineList-table table.machineErrors thead tr th:nth-of-type(5),
#snippet-machineList-table table.machineErrors tbody tr td:nth-of-type(5) {
    width: 9%;
}

#snippet-machineList-table table.machineStatuses thead tr th:nth-of-type(6),
#snippet-machineList-table table.machineStatuses tbody tr td:nth-of-type(6),
#snippet-machineList-table table.machineErrors thead tr th:nth-of-type(6),
#snippet-machineList-table table.machineErrors tbody tr td:nth-of-type(6) {
    width: 10%;
}

#snippet-machineList-table table.machineStatuses thead tr th:nth-of-type(7),
#snippet-machineList-table table.machineStatuses tbody tr td:nth-of-type(7),
#snippet-machineList-table table.machineErrors thead tr th:nth-of-type(7),
#snippet-machineList-table table.machineErrors tbody tr td:nth-of-type(7) {
    width: 9%;
}

#snippet-machineList-table table.machineStatuses thead tr th:nth-of-type(8),
#snippet-machineList-table table.machineStatuses tbody tr td:nth-of-type(8),
#snippet-machineList-table table.machineErrors thead tr th:nth-of-type(8),
#snippet-machineList-table table.machineErrors tbody tr td:nth-of-type(8) {
    width: 20%;
    vertical-align: bottom;
}

#snippet-machineList-table table.machineStatuses thead tr th:nth-of-type(9),
#snippet-machineList-table table.machineStatuses tbody tr td:nth-of-type(9),
#snippet-machineList-table table.machineErrors thead tr th:nth-of-type(9),
#snippet-machineList-table table.machineErrors tbody tr td:nth-of-type(9) {
    width: 13%;
}

/*Colorant_age*/
#snippet-machineList-table table.colorantAge thead tr th:nth-of-type(1),
#snippet-machineList-table table.colorantAge tbody tr td:nth-of-type(1) {
    width: 5%;
}

#snippet-machineList-table table.colorantAge thead tr th:nth-of-type(2),
#snippet-machineList-table table.colorantAge tbody tr td:nth-of-type(2) {
    width: 24%;
}

#snippet-machineList-table table.colorantAge thead tr th:nth-of-type(3),
#snippet-machineList-table table.colorantAge tbody tr td:nth-of-type(3) {
    width: 23%;
}

#snippet-machineList-table table.colorantAge thead tr th:nth-of-type(4),
#snippet-machineList-table table.colorantAge tbody tr td:nth-of-type(4) {
    width: 23%;
}

#snippet-machineList-table table.colorantAge thead tr th:nth-of-type(5),
#snippet-machineList-table table.colorantAge tbody tr td:nth-of-type(5) {
    width: 25%;
    vertical-align: bottom;
}

/*Dispense_cycles & Valve_cycles*/
#snippet-machineList-table table.dispenseCycles thead tr th:nth-of-type(1),
#snippet-machineList-table table.dispenseCycles tbody tr td:nth-of-type(1),
#snippet-machineList-table table.valveCycles thead tr th:nth-of-type(1),
#snippet-machineList-table table.valveCycles tbody tr td:nth-of-type(1) {
    width: 5%;
}

#snippet-machineList-table table.dispenseCycles thead tr th:nth-of-type(2),
#snippet-machineList-table table.dispenseCycles tbody tr td:nth-of-type(2),
#snippet-machineList-table table.valveCycles thead tr th:nth-of-type(2),
#snippet-machineList-table table.valveCycles tbody tr td:nth-of-type(2) {
    width: 24%;
}

#snippet-machineList-table table.dispenseCycles thead tr th:nth-of-type(3),
#snippet-machineList-table table.dispenseCycles tbody tr td:nth-of-type(3),
#snippet-machineList-table table.valveCycles thead tr th:nth-of-type(3),
#snippet-machineList-table table.valveCycles tbody tr td:nth-of-type(3) {
    width: 23%;
}

#snippet-machineList-table table.dispenseCycles thead tr th:nth-of-type(4),
#snippet-machineList-table table.dispenseCycles tbody tr td:nth-of-type(4),
#snippet-machineList-table table.valveCycles thead tr th:nth-of-type(4),
#snippet-machineList-table table.valveCycles tbody tr td:nth-of-type(4) {
    width: 23%;
}

#snippet-machineList-table table.dispenseCycles thead tr th:nth-of-type(5),
#snippet-machineList-table table.dispenseCycles tbody tr td:nth-of-type(5),
#snippet-machineList-table table.valveCycles thead tr th:nth-of-type(5),
#snippet-machineList-table table.valveCycles tbody tr td:nth-of-type(5) {
    width: 25%;
    vertical-align: bottom;
}

/*Travel_distance*/
#snippet-machineList-table table.travelDistance thead tr th:nth-of-type(1),
#snippet-machineList-table table.travelDistance tbody tr td:nth-of-type(1) {
    width: 5%;
}

#snippet-machineList-table table.travelDistance thead tr th:nth-of-type(2),
#snippet-machineList-table table.travelDistance tbody tr td:nth-of-type(2) {
    width: 15%;
}

#snippet-machineList-table table.travelDistance thead tr th:nth-of-type(3),
#snippet-machineList-table table.travelDistance tbody tr td:nth-of-type(3) {
    width: 15%;
}

#snippet-machineList-table table.travelDistance thead tr th:nth-of-type(4),
#snippet-machineList-table table.travelDistance tbody tr td:nth-of-type(4) {
    width: 15%;
}

#snippet-machineList-table table.travelDistance thead tr th:nth-of-type(5),
#snippet-machineList-table table.travelDistance tbody tr td:nth-of-type(5) {
    width: 50%;
    vertical-align: bottom;
}

/*Brush_maintenance*/
#snippet-machineList-table table.brushMaintenance thead tr th:nth-of-type(1),
#snippet-machineList-table table.brushMaintenance tbody tr td:nth-of-type(1) {
    width: 5%;
}

#snippet-machineList-table table.brushMaintenance thead tr th:nth-of-type(2),
#snippet-machineList-table table.brushMaintenance tbody tr td:nth-of-type(2) {
    width: 15%;
}

#snippet-machineList-table table.brushMaintenance thead tr th:nth-of-type(3),
#snippet-machineList-table table.brushMaintenance tbody tr td:nth-of-type(3) {
    width: 15%;
}

#snippet-machineList-table table.brushMaintenance thead tr th:nth-of-type(4),
#snippet-machineList-table table.brushMaintenance tbody tr td:nth-of-type(4) {
    width: 16%;
}

#snippet-machineList-table table.brushMaintenance thead tr th:nth-of-type(5),
#snippet-machineList-table table.brushMaintenance tbody tr td:nth-of-type(5) {
    width: 15%;
}

#snippet-machineList-table table.brushMaintenance thead tr th:nth-of-type(6),
#snippet-machineList-table table.brushMaintenance tbody tr td:nth-of-type(6) {
    width: 17%;
}

#snippet-machineList-table table.brushMaintenance thead tr th:nth-of-type(7),
#snippet-machineList-table table.brushMaintenance tbody tr td:nth-of-type(7) {
    width: 17%;
    vertical-align: bottom;
}

/*Flow_rate*/
#snippet-machineList-table table.flowRate thead tr th:nth-of-type(1),
#snippet-machineList-table table.flowRate tbody tr td:nth-of-type(1) {
    width: 5%;
}

#snippet-machineList-table table.flowRate thead tr th:nth-of-type(2),
#snippet-machineList-table table.flowRate tbody tr td:nth-of-type(2) {
    width: 24%;
}

#snippet-machineList-table table.flowRate thead tr th:nth-of-type(3),
#snippet-machineList-table table.flowRate tbody tr td:nth-of-type(3) {
    width: 24%;
}

#snippet-machineList-table table.flowRate thead tr th:nth-of-type(4),
#snippet-machineList-table table.flowRate tbody tr td:nth-of-type(4) {
    width: 24%;
}

#snippet-machineList-table table.flowRate thead tr th:nth-of-type(5),
#snippet-machineList-table table.flowRate tbody tr td:nth-of-type(5) {
    width: 23%;
    vertical-align: bottom;
}

/*Colorant_levels_min & Colorant_levels_warn*/
#snippet-machineList-table table.colorantLevelsMin thead tr th:nth-of-type(1),
#snippet-machineList-table table.colorantLevelsMin tbody tr td:nth-of-type(1),
#snippet-machineList-table table.colorantLevelsWarn thead tr th:nth-of-type(1),
#snippet-machineList-table table.colorantLevelsWarn tbody tr td:nth-of-type(1) {
    width: 5%;
}

#snippet-machineList-table table.colorantLevelsMin thead tr th:nth-of-type(2),
#snippet-machineList-table table.colorantLevelsMin tbody tr td:nth-of-type(2),
#snippet-machineList-table table.colorantLevelsWarn thead tr th:nth-of-type(2),
#snippet-machineList-table table.colorantLevelsWarn tbody tr td:nth-of-type(2) {
    width: 16%;
}

#snippet-machineList-table table.colorantLevelsMin thead tr th:nth-of-type(3),
#snippet-machineList-table table.colorantLevelsMin tbody tr td:nth-of-type(3),
#snippet-machineList-table table.colorantLevelsWarn thead tr th:nth-of-type(3),
#snippet-machineList-table table.colorantLevelsWarn tbody tr td:nth-of-type(3) {
    width: 16%;
}

#snippet-machineList-table table.colorantLevelsMin thead tr th:nth-of-type(4),
#snippet-machineList-table table.colorantLevelsMin tbody tr td:nth-of-type(4),
#snippet-machineList-table table.colorantLevelsWarn thead tr th:nth-of-type(4),
#snippet-machineList-table table.colorantLevelsWarn tbody tr td:nth-of-type(4) {
    width: 16%;
}

#snippet-machineList-table table.colorantLevelsMin thead tr th:nth-of-type(5),
#snippet-machineList-table table.colorantLevelsMin tbody tr td:nth-of-type(5),
#snippet-machineList-table table.colorantLevelsWarn thead tr th:nth-of-type(5),
#snippet-machineList-table table.colorantLevelsWarn tbody tr td:nth-of-type(5) {
    width: 10%;
}

#snippet-machineList-table table.colorantLevelsMin thead tr th:nth-of-type(6),
#snippet-machineList-table table.colorantLevelsMin tbody tr td:nth-of-type(6),
#snippet-machineList-table table.colorantLevelsWarn thead tr th:nth-of-type(6),
#snippet-machineList-table table.colorantLevelsWarn tbody tr td:nth-of-type(6) {
    width: 20%;
}

#snippet-machineList-table table.colorantLevelsMin thead tr th:nth-of-type(7),
#snippet-machineList-table table.colorantLevelsMin tbody tr td:nth-of-type(7),
#snippet-machineList-table table.colorantLevelsWarn thead tr th:nth-of-type(7),
#snippet-machineList-table table.colorantLevelsWarn tbody tr td:nth-of-type(7) {
    width: 17%;
    vertical-align: bottom;
}

/*--Machine_activity_tables-END--*/

.event-statistics-table dl.dl-horizontal {
    margin-bottom: 5px;
}

.leaflet-menu .leaflet-menu-close-button {
    margin-top: 10px;
    margin-left: 5px;
}

.leaflet-menu-contents h2 {
    padding-left: 20px;
    margin-bottom: 10px;
}

ul.legend li span.badge {
    margin-right: 10px;
}

.no-point {
    list-style-type: none;
}

ul.legend li {
    margin-bottom: 5px;
}

#machineInfoGraph .drag {
    height: 400px;
}

.timeline-footer .bg-color-red {
    color: #fff;
}

.fixed-ribbon #ribbon {
    z-index: 903;
}

.table-scroll.col-md-12 {
    overflow-x: auto;
}

/*--STYLE_FOR_MOBILE-START--*/

@media only screen and (max-width: 743px) {
    .range_inputs {
        right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .xs-sm-margin-1 {
        margin-left: calc(8.333333% / 2);
    }

    .fixed-ribbon #ribbon {
        width: 100%;
    }

    .fixed-header #header {
        width: 100%;
    }

    body.fixed-header.fixed-ribbon {
        min-width: 100%;
    }

    #left-panel {
        position: absolute;
    }

    .navbar .navbar-collapse.in {
        position: absolute;
        top: 50px;
        left: 0px;
        z-index: 901;
        width: 100%;
        text-align: center;
        background: rgb(255, 255, 255);
        border: solid 1px #ccc;
        border-top: 0px;
    }

    .fixed-ribbon #ribbon {
        width: 100% !important;
        padding-left: 10px;
    }

    .page-footer {
        width: 100% !important;
    }

    .open-menu #left-panel {
        left: 0;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        overflow-x: hidden;
    }

    .hidden-menu #main {
        width: 100%;
    }

    .open-menu #main {
        width: 100% !important;
        margin-left: 10px;
    }

    .hidden-menu.fixed-ribbon #ribbon,
    .hidden-menu #ribbon,
    .open-menu #ribbon {
        padding-left: 23px;
    }

    .mobile-detected.hidden-menu #left-panel {
        left: -230px;
    }

    .fixed-ribbon #ribbon .breadcrumb,
    #ribbon .breadcrumb {
        display: none;
    }

    .ribbon #ribbon .breadcrumb {
        width: 100%;
    }

    body.fixed-ribbon .pushpin {
        padding-left: 15px;
        padding-top: 10px;
        padding-right: 10px;
        font-size: 20px;
        transform: rotate(45deg);
    }

    .fixed-ribbon-pushpin .pushpin {
        padding-left: 15px;
        padding-top: 10px;
        padding-right: 10px;
        font-size: 20px;
        cursor: pointer;
    }

    #selector-list {
        float: left !important;
        text-align: left !important;
    }

    div#static-selectors-table {
        display: none !important;
    }

    .front #main,
    .service #main {
        margin-left: 0px !important
    }

    .front #content,
    .service #content {
        margin-left: 10px !important
    }

    .front-fixed-header #header {
        border-bottom: none;
        box-shadow: none;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 998;
    }

    body.front-fixed-header.fixed-ribbon {
        min-width: 100%;
    }

    .front-fixed-header #main {
        margin-top: 49px;
    }

    .fixed-header.hidden-menu #main {
        width: calc(100%) !important;
    }

    .chart-tooltip {
        /* display: none !important;*/
    }

    .mobile-detected.front .chart-tooltip {
        display: none !important;
    }

    .next-float-right .col-md-6 {
        float: left !important;
        width: 100%;
    }

    .next-float-right.col-md-6 {
        float: left !important;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .mt-element-step .step-line .mt-step-col {
        display: none;
    }

    .profile-right-corner .change-password {
        position: absolute;
        top: 100px;
        right: 0px;
        width: 140px;
    }

    .mt-element-step .step-line .mt-step-col {
        width: 100% !important;
    }

    .mt-element-step .step-line .mt-step-col.active {
        display: block;
    }

    .mt-element-step .step-line .active .mt-step-title:after,
    .mt-element-step .step-line .active .mt-step-title:before {
        display: none;
    }

    .modal .modal-dialog .modal-content form.form-horizontal .form-group {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .modal-dialog {
        max-width: 96vw;
    }

    .demo-message {
        display: none;
    }

    #left-panel nav ul:first-child li:first-child {
        display: none;
    }

    .dashboard .drag .jarviswidget .widget-toolbar,
    .dashboard .drag .jarviswidget .jarviswidget-ctrls,
    .service-dashboard .drag .jarviswidget .jarviswidget-ctrls {
        display: none !important;
    }

    .front-fixed-header #main {
        margin-top: 0px;
    }

    .jarviswidget header .nav-tabs {
        background-color: #fafafa;
    }

    .jarviswidget header .nav-tabs {
        width: 100%;
    }

    .jarviswidget header .nav-tabs > li {
        width: 20%;
        text-align: center;
    }

    .jarviswidget header .nav-tabs.p25 > li {
        width: 25%;
    }

    .mobile-none {
        display: none;
    }

}

.scroll-x {
    overflow-x: auto;
}

.groupsSelect-wrap {
    overflow-x: auto
}

.service-description img,
.record-note img {
    max-width: 444px;
    max-height: 444px;
    width: auto;
    height: auto;
}

#snippet--note img {
    max-width: 444px;
    max-height: 444px;
    width: auto;
    height: auto;
}

@media (max-width: 979px) {
    .hidden-menu #main {
        left: 0;
    }

    .hidden-menu #left-panel {
        left: -210px;
    }

    .hidden-menu .page-footer {
        margin-left: 0px;
    }

    .hidden-menu .page-footer {
        margin-left: 0px;
    }
}

.hidden-menu #left-panel {
    z-index: 907;
}

@media (max-width: 880px) {
    #content #widget-grid {
        padding-top: 0px !important;
    }
}

/*--STYLE_FOR_MOBILE-END--*/
.pie-chart svg g g path,
.pie-chart svg g g text {
    cursor: pointer;
}

/*--DASHBOARD_GRAPH_TYPE-START--*/
.type-graph .g-type {
    margin: 10px;
}

.type-graph .g-type:hover {
    box-shadow: 0px 0px 5px grey;
}

.type-graph .navigation.row {
    margin-bottom: 0px;
}

.type-graph .g-type .wrap {
    width: 100px;
    height: 100px;
    padding-top: 0px;
}

.type-graph .g-type .wrap img {
    margin-bottom: -15px;
    margin-top: -5px;
}

.type-graph .row {
    margin-bottom: 8px;
}

#wizard-accordion .navigation .col-md-12 .btn-next {
    margin-bottom: 20px;
    margin-top: 10px;
}

#tabs-general fieldset {
    border: none;
}

/*--DASHBOARD_GRAPH_TYPE-START-END--*/

.fixed-header #header {
    z-index: 998;
}

/*--TUTORIAL_STYLE-START--*/
.tutorial-content {
    padding: 20px 20px 10px 20px;
    min-width: 250px;
    max-width: 350px;
    background: #223141;
    color: #fff;
}

.tutorial-white {
    background-color: #fff !important;
}

body.tutorial-next-none .tutorial-footer .next {
    display: none;
}

.tutorial-footer .next .fa-angle-right:first-child {
    margin-left: 5px;
}

.tutorial-footer .back .fa-angle-left:nth-of-type(1) {
    margin-right: 5px;
}

.tutorial-footer {
    height: 20px;
}

.tutorial-footer .back,
.tutorial-footer .next,
.tutorial-footer .cancel {
    font-weight: 400;
    background: inherit;
    border: #223141;
    box-shadow: none;
}

.tutorial-footer .back:focus,
.tutorial-footer .next:focus,
.tutorial-footer .cancel:focus {
    font-weight: 400;
    background: inherit;
    border: #223141;
    box-shadow: none;
    outline-offset: 0px;
}

.tutorial-footer .back:active,
.tutorial-footer .next:active,
.tutorial-footer .cancel:active {
    font-weight: 400;
    background: inherit;
    border: #223141;
    box-shadow: none;
    outline-offset: 0px;
    position: static;
}

.tutorial-footer .back:hover,
.tutorial-footer .next:hover,
.tutorial-footer .cancel:hover {
    font-weight: 400;
    background: inherit;
    border: #223141;
}

.tutorial-footer .back,
.tutorial-footer .back:active,
.tutorial-footer .back:hover,
.tutorial-footer .back:focus {
    margin-right: 10px;
    width: 70px;
    border-right: solid 1px;
    border-radius: 0;
}

.tutorial-footer .done {
    margin-right: 10px;
    font-weight: 400;
}

.tutorial-footer .disabled,
.tutorial-footer .disabled:hover,
.tutorial-footer .disabled:active,
.tutorial-footer .disabled:focus {
    cursor: default;
    color: #999;
}

.tutorial-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 10px 0 10px;
    border-color: #223141 transparent transparent transparent;
    position: absolute
}

.position-center .tutorial-triangle {
    display: none;
}

.position-top .tutorial-triangle {
    left: calc(50% - 8px);
    bottom: -35px;
}

.position-bottom .tutorial-triangle {
    left: calc(50% - 8px);
    top: -35px;
    transform: rotate(180deg);
}

.position-left .tutorial-triangle {
    right: -25px;
    top: calc(50% - 19px);
    transform: rotate(-90deg);
}

.position-right .tutorial-triangle {
    left: -25px;
    top: calc(50% - 19px);
    transform: rotate(90deg);
}

.position-bottom-right .tutorial-triangle {
    left: -14px;
    top: -24px;
    transform: rotate(135deg);
}

.position-bottom-left .tutorial-triangle {
    right: -14px;
    top: -24px;
    transform: rotate(-135deg);
}

.position-top-right .tutorial-triangle {
    left: -14px;
    bottom: -24px;
    transform: rotate(45deg);
}

.position-top-left .tutorial-triangle {
    right: -14px;
    bottom: -24px;
    transform: rotate(-45deg);
}

.tutorial-footer .skip {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #afafaf;
    font-weight: 600;
}

.tutorial-footer .skip:hover {
    color: grey;
}

.tutorial-header .modal-title {
    font-weight: 600;
    margin-right: 10px;
}

.tutorial-step #mceu_84,
.tutorial-step #mceu_92 {
    display: none;
}

.tutorial-start {
    width: 30px;
}

.tutorial-list {
    background: #223141;
    border: solid 1px #223141;
    position: relative;
    top: 9px;
    right: 88px;
    width: 200px;
    color: #fff;
}

.tutorial-list ul {
    list-style-type: none;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.tutorial-list ul li {
    padding: 0px 10px;
    cursor: pointer;
}

.tutorial-list ul li:hover {
    background-color: #d2d2d2;
    color: #000;
}

.tutorial-list-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #223141 transparent transparent transparent;
    position: absolute;
    top: -8px;
    left: calc(50% - 4px);
    transform: rotate(180deg);
}

.confirm-tutorial-dialog {
    display: none;
    position: absolute;
    top: 67px;
    right: 134.5px;
    background: #223141;
    width: 255px;
    color: #fff;
}

.confirm-tutorial-dialog .tutorial-content {
    width: 100%;
    min-width: 0px;
}

.confirm-tutorial-dialog .tutorial-triangle {
    right: 0;
    top: -24px;
    transform: rotate(-180deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 27px 0px 0px;
    border-color: #223141 transparent transparent transparent;
    position: absolute;
}

.confirm-tutorial-dialog .tutorial-text {
    font-weight: 600;
}

.confirm-tutorial-dialog .tutorial-text:nth-of-type(2) {
    padding: 0 0 5px 0;
}

.dont-show-againe {
    font-size: 10px;
}

.confirm-tutorial-dialog .tutorial-footer {
    text-align: center
}

.confirm-tutorial-dialog .tutorial-footer .ok {
    background: inherit;
    border-color: #223141;
    font-weight: 600;
}

.confirm-tutorial-dialog .tutorial-footer .ok:hover {
    background: inherit;
    border-color: #223141;
}

.tutorial-body {
    padding: 15px 0;
}

/*--TUTORIAL_BODY_CLASS-START--*/
.tutorial-dashlo #dashlo_container {
    display: block !important;
}

/*--TUTORIAL_BODY_CLASS-END--*/

/*--TUTORIAL_ELEMENT_CLASS-START--*/
.tutorial-show {
    z-index: 1000 !important;
}

/*--__TUTORIAL_BODY_CLASS-START__--*/
.tutorial-shadow #dashlo_container {
    display: block !important;
}

.tutorial-shadow #header {
    z-index: 1000;
}

/*--__TUTORIAL_BODY_CLASS-END__--*/
/*--__TUTORIAL_ELEMENT_CLASS-START__--*/

.tutorial-show {
    z-index: 1001 !important;
    position: relative;
}

#tutorial-dialog, #confirm-tutorial-dialog {
    z-index: 1002 !important;
}

.tutorial-border {
    border: 1px solid;
    margin: -1px;
}

/*--__TUTORIAL_ELEMENT_CLASS-END__--*/

/*--TUTORIAL_STYLE-END--*/

.service-inside-table {
    padding: 0px !important;
}

.service-inside-table tr:first-child td {
    border-top: none;
}

.service-inside-table table {
    margin-bottom: 0px;
}

.service-inside-table .record-odd {
    width: 11.5% !important;
}

.service-inside-table .record-even {
    width: 88.5% ! important;
    white-space: normal !important;
}

.service-record-description {
    max-width: 20vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important;
}

.service-record-type {
    width: 16vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important;
}

.file-row.backup {
    border-top: solid 1px #ccc;
    padding-top: 9px;
}

.file-row.backup:first-child {
    border-top: none;
    padding-top: 0px;
}

.file-row.backup input {
    padding-top: 6px
}

.file-row.backup .remove-row {
    margin-top: -40px;
}

.backup-file-name,
.attachment-file-name {
    position: relative;
    bottom: 20px;
    left: 20px;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.attachment-file-name {
    bottom: 5px;
}

.inside-table-attachments-img {
    padding-left: 17px;
}

.backup-files-table {
    float: left;
    width: 250px;
}

.attachment-files-table {
    float: left;
    width: 250px;
    overflow: hidden;
}

.table-condensed.table > tbody > tr > td.record-attachments {
    padding-left: 20px !important;
}

.ticket-modal-body {
    width: 70vw;
}

@media only screen and (max-width: 767px) {
    .file-row.backup .remove-row {
        margin-top: 10px;
    }

    .file-row.backup .row {
        padding-left: 13px;
        padding-right: 13px;
    }

    .ticket-modal-body {
        width: 97vw;
    }
}

#tutorial-dialog.position-center {
    top: 35vh !important;
    position: fixed !important;
}

.btn-service-detai {
    padding: 4px 0px 0px 10px;
}

.btn-service-detail:before {
    font-family: FontAwesome;
    content: "\f055";
    font-size: 1.4em;
    color: #739e73;
}

.show-detail .btn-service-detail:before {
    content: "\f056";
    color: #a90329;
}

/*--SERVICE_BOOK_TABLE--*/
.service-book table.dataTable:first-child tbody tr td:nth-of-type(1),
.service-book table.dataTable:first-child thead tr th:nth-of-type(1) { /*date*/
    width: 12%;
    white-space: nowrap;
}

.service-book table.dataTable:first-child tbody tr td:nth-of-type(2),
.service-book table.dataTable:first-child thead tr th:nth-of-type(2) { /*service event type*/
    width: 18%;
    white-space: nowrap;
}

.service-book table.dataTable:first-child tbody tr td:nth-of-type(3),
.service-book table.dataTable:first-child thead tr th:nth-of-type(3) { /*user*/
    width: 12%;
}

.service-book table.dataTable:first-child tbody tr td:nth-of-type(4),
.service-book table.dataTable:first-child thead tr th:nth-of-type(4) { /*time*/
    width: 12%;
}

.service-book table.dataTable:first-child tbody tr td:nth-of-type(5),
.service-book table.dataTable:first-child thead tr th:nth-of-type(5) { /*description*/
    width: 24%;
    white-space: nowrap;
}

.service-book table.dataTable:first-child tbody tr td:nth-of-type(6),
.service-book table.dataTable:first-child thead tr th:nth-of-type(6) { /*spare parts*/
    width: 8%;
}

.service-book table.dataTable:first-child tbody tr td:nth-of-type(7),
.service-book table.dataTable:first-child thead tr th:nth-of-type(7) { /*actions*/
    width: 14%;
}

.service-book .dataTable tr.show-detail {
    background: #f1f1f1 !important;
}

.service-inside-table table tr {
    background-color: #f7f7f7 !important;
}

.service-book .dataTable.table-striped tr {
    cursor: pointer;
    background-color: #fff;
}

.service-book .dataTable.table-striped tr td {
    vertical-align: middle;
    text-align: left;
}

/*--SERVICE_BOOK_TABLE-END--*/
.service-description p {
    margin-bottom: 0px;
}

.preview-img {
    overflow: hidden;
    height: 120px;
    width: 220px;
    vertical-align: middle;
    border: 2px solid #cbd2d5;
    margin: 10px 0px 10px 10px;
}

.attachments table tr td {
    border: none;
    vertical-align: middle;
}

.attachments table tr td:first-child {
    width: 250px;
}

.attachments table tr td:nth-child(2) {
    font-weight: 600;
    width: 22%;
}

.attachments table tr td:last-child {
    text-align: left;
}

.attachments table tr:hover {
    background: #e3f4fb;
}

.attachments .dt-toolbar,
.attachments table .table-filter,
.attachments table thead {
    display: none !important;
}

.attachment-description .created {
    font-weight: 100;
}

.status-detail textarea.form-control {
    margin-top: 5px;
}

.wiki-name {
    text-align: right;
    padding-right: 22px;
    margin-left: 47px;
    margin-right: -1px;
}

.wiki-name label {
    font-weight: 600;
}

.wiki-text {
    padding-left: 0px;
    padding-right: 11px;
}

.status-detail dl {
    margin-bottom: 10px;
}

.jarviswidget .service-description {
    padding-bottom: 18px;
}

.smart-style-1 .btn-header > :first-child > a.superadmin {
    background: #00a65a;
    border: 1px solid #00a65a;
}

.smart-style-1 .btn-header > :first-child > a.superadmin:hover {
    opacity: 1;
}

.select2-container .select2-dropdown {
    top: 49px;
}

.select2-container--disabled .select2-selection {
    background-color: #999;
}

.select2.has-error + .select2-container .select2-selection {
    border-color: #a94442 !important;
}

.has-error .select2-selection {
    border-color: #a94442 !important;
}

.select2-selection__clear {
    display: block;
    position: absolute;
    right: 45px;
    padding: 0 5px;
}

.select2-selection__clear:hover {
    cursor: pointer;
    font-weight: bold;
    color: red;
}

.time-picker[readonly] {
    background-color: unset;
}

.machine-status-text a {
    font-weight: 400;
    font-size: 16px;
}

.status-detail dd {
    margin-bottom: 5px;
}

.status-detail .font-bold {
    font-weight: 600;
}

/*--BACKUP--*/
.backup .backup-note {
    width: 24vw;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

.backup table.dataTable:first-child tbody tr td:nth-of-type(1),
.backup table.dataTable:first-child thead tr th:nth-of-type(1) { /*Created*/
    width: 13%;
    white-space: nowrap;
}

.backup table.dataTable:first-child tbody tr td:nth-of-type(2),
.backup table.dataTable:first-child thead tr th:nth-of-type(2) { /*type*/
    width: 8%;
    white-space: nowrap;
}

.backup table.dataTable:first-child tbody tr td:nth-of-type(3),
.backup table.dataTable:first-child thead tr th:nth-of-type(3) { /*Name*/
    width: 17%;
}

.backup table.dataTable:first-child tbody tr td:nth-of-type(4),
.backup table.dataTable:first-child thead tr th:nth-of-type(4) { /*Plan*/
    width: 17%;
}

.backup table.dataTable:first-child tbody tr td:nth-of-type(5),
.backup table.dataTable:first-child thead tr th:nth-of-type(5) { /*note*/
    width: 30%;
    white-space: nowrap;
}

.backup table.dataTable:first-child tbody tr td:nth-of-type(6),
.backup table.dataTable:first-child thead tr th:nth-of-type(6) { /*actions*/
    width: 15%;
}

.backup .record-id i.fa {
    margin-right: 10px;
}

.backup .dataTable.table-striped tr td {
    vertical-align: middle;
}

.backup-files table tr td {
    border: none;
    vertical-align: middle;
}

.backup-files table tr td:nth-child(2) {
    font-weight: 600;
    width: 22%;
}

.backup-files table tr td:first-child {
    width: 250px;
}

.backup-files .dt-toolbar,
.backup-files .table thead,
.backup-files .table-filter {
    display: none;
}

.backup-note p:last-child {
    margin-bottom: 18px;
}

.backup .dataTable.table-striped tr td {
    cursor: pointer;
}

.backup .dataTable.table-striped tr td {
    text-align: left;
}

.backup .jarviswidget header .widget-toolbar .btn-default,
.service-book .jarviswidget header .widget-toolbar .btn-default {
    color: #fff;
    background-color: #3276b1;
    border-color: #2c699d;
}

.backup .jarviswidget header .btn-default:hover,
.service-book .jarviswidget header .btn-default:hover {
    color: #fff;
    background-color: #275b89;
    border-color: #1f496d;
}

.backup .jarviswidget header .btn-default:focus,
.service-book .jarviswidget header .btn-default:focus {
    color: #fff;
    background-color: #275b89;
    border-color: #10263a;
}

/*--BACKUP-END--*/
#divSmallBoxes {
    top: 30px;
}

/*--MAP_MARKER_SIZE_SLIDER--*/
input[type=range].form-slider {
    -webkit-appearance: none;
    width: 100%;
    margin: 6.25px 0;
}

input[type=range].form-slider:focus {
    outline: none;
}

input[type=range].form-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 7.5px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28), 0px 0px 1px rgba(13, 13, 13, 0.28);
    background: #3276b1;
    border-radius: 4px;
    border: 0.1px solid #010101;
}

input[type=range].form-slider::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(13, 13, 13, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: 20px;
    width: 15px;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.35px;
}

input[type=range].form-slider:focus::-webkit-slider-runnable-track {
    background: #3276b1;
}

input[type=range].form-slider::-moz-range-track {
    width: 100%;
    height: 7.5px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28), 0px 0px 1px rgba(13, 13, 13, 0.28);
    background: #3276b1;
    border-radius: 4px;
    border: 0.1px solid #010101;
}

input[type=range].form-slider::-moz-range-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(13, 13, 13, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: 20px;
    width: 15px;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range].form-slider::-ms-track {
    width: 100%;
    height: 7.5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range].form-slider::-ms-fill-lower {
    background: #3277b3;
    border: 0.1px solid #010101;
    border-radius: 8px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28), 0px 0px 1px rgba(13, 13, 13, 0.28);
}

input[type=range].form-slider::-ms-fill-upper {
    background: #337ab7;
    border: 0.1px solid #010101;
    border-radius: 8px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28), 0px 0px 1px rgba(13, 13, 13, 0.28);
}

input[type=range].form-slider::-ms-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(13, 13, 13, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: 20px;
    width: 15px;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
    height: 7.5px;
}

input[type=range].form-slider:focus::-ms-fill-lower {
    background: #3276b1;
}

input[type=range].form-slider:focus::-ms-fill-upper {
    background: #3276b1;
}

/*--MAP_MARKER_SIZE_SLIDER-END--*/
/*--Dashboard_category_menu--*/
.my-dashboard-content,
.shared-dashboard-content {
    position: absolute;
    z-index: 904;
    height: calc(100% - 101px);
    width: 250px;
    left: 220px;
    top: 49px;
    display: none;
    background-color: #22262e;
    overflow-y: auto;
    border-top: solid 2px #181B20;
    border-bottom: solid 1px #181B20;
}

.shared-dashboard-content a,
.my-dashboard-content a {
    text-shadow: 0 1px 1px #000;
    font-size: 13px;
    padding-left: 43px;
    color: #e1eaf1 !important;
    display: block;
    font-weight: 300;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    overflow: hidden;
}

.shared-dashboard:hover,
.my-dashboard:hover {
    color: #E1EAF1
}

.shared-dashboard-content a:hover,
.my-dashboard-content a:hover {
    background: #1b1e24 !important;
    cursor: pointer;
}

.shared-dashboard-content nav ul li,
.my-dashboard-content nav ul li {
    width: 250px;
}

.my-dashboard,
.shared-dashboard {
    display: none;
    cursor: pointer;
    padding: 12px 17px 12px 16px;
    color: #8b91a0;
    line-height: normal;
    font-size: 14px;
    display: block;
    font-weight: 400;
    text-decoration: none !important;
    position: relative;
}

.jarviswidget-inner {
    margin-bottom: 15px;
}

.profile-row:last-child {
    margin-bottom: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.setting fieldset {
    padding-top: 5px;
    padding-bottom: 0px;
}

a.favorite-dashboard {
    color: #555;
    cursor: pointer;
    padding-left: 10px;
}

.dl-horizontal dt.max-dashboard-amount {
    overflow: visible;
    white-space: normal;
    line-height: 20px;
}

/*--Filter_table--*/
#selector-list {
    margin-top: 5px;
}

table.selectors-table td {
    padding: 5px;
}

.selectors-table .remove-selector {
    cursor: pointer;
}

#selector-list .active-filter {
    color: #468847;
}

#selector-list .inactive-filter {
    color: #A0A0A0;
}

#selector-list .active-filter {
    text-decoration: underline;
    cursor: pointer;
}

/*--Filter_table-END--*/
.multiple-select-wrap .col-md-12 .item-name.text-underlined {
    cursor: pointer;
    text-decoration: underline;
}

.multiple-select-wrap tr.even {
    background-color: #f9f9f9;
}

.multiple-select-wrap tr.selected {
    background-color: #cbd3e1;
}

.multiple-select-wrap tr.open i.fa-caret-right, .multiple-select-wrap tr.closed i.fa-caret-down {
    display: none;
}

.multiple-select-wrap tr.open i.fa-caret-right, .multiple-select-wrap tr.closed i.fa-caret-down {
    display: none;
}

.inner-table .multiple-select-wrap table {
    margin: 0;
}

.cd-multi-steps .wizard-node a {
    padding: 0.0em 0.5em;
    font-size: 1.3rem;
    line-height: 29px;
}

.filter-or-label-wrap {
    margin-top: 90px;
    text-align: center;
    font-weight: 600;
}

.backup-plan-filter .cd-multi-steps,
.tmc-message-filter .cd-multi-steps,
.spare-part-filter .cd-multi-steps {
    text-align: left;
}

.backup-plan-filter .select-multiple,
.backup-plan-filter .select-multiple .custom-scroll,
.tmc-message-filter .select-multiple,
.tmc-message-filter .select-multiple .custom-scroll,
.spare-part-filter .select-multiple,
.spare-part-filter .select-multiple .custom-scroll {
    height: 156px;
}

.backup-plan label.checkbox {
    padding-top: 0px;
}

.backup-plan-date {
    width: 100%;
}

.backup-plan-date .icon-append {
    right: 20px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #BDBDBD;
    color: #A2A2A2;
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.backup-plan-filter .filter .filter-buttons,
.tmc-message-filter .filter .filter-buttons,
.spare-part-filter .filter .filter-buttons {
    float: right;
    width: 15%;
    margin-top: 8px;
}

.backup-plan-filter .filter nav,
.tmc-message-filter .filter nav,
.spare-part-filter .filter nav {
    float: left;
    width: 80%;
}

.backup-plan-filter .filter {
    padding: 0px;
}

.backup-plan-period select {
    max-width: 123.8px;
}

.form-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}

/*--Full_screen_component--*/
.full-screen {
    overflow-y: hidden;
    overflow-x: hidden;
}

.full-screen #left-panel,
.full-screen header#header {
    display: none !important;
}

.front .dashboard .full-screen-mode {
    z-index: 907 !Important;
}

.full-screen #ribbon {
    top: 0px;
}

.full-screen #main {
    margin-top: 0px !important;
}

.full-screen #component-full-screen-overlay {
    position: fixed;
    top: 40px !important;
    height: 100% !important;
    width: 100% !important;
    background-color: #000000;
    opacity: 0.0;
    z-index: 901;
}

/*--Full_screen_component-END--*/
/*--CPU load traffic lights--*/
.traffic-light-circle-inactive {
    margin-top: 5px;
    display: inline-block;
    height: 14px;
    width: 14px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #DDDDDD;
}

.traffic-light-circle-green {
    margin-top: 5px;
    display: inline-block;
    height: 14px;
    width: 14px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #86D295;
}

.traffic-light-circle-orange {
    margin-top: 5px;
    display: inline-block;
    height: 14px;
    width: 14px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #F4D365;
}

.traffic-light-circle-red {
    margin-top: 5px;
    display: inline-block;
    height: 14px;
    width: 14px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #F36C60;
}

/*--CPU load traffic lights-END--*/

/*.leaflet-menu:not(.leaflet-menu-active){
            right: -350px;
            display: block;
            padding: 0px !important;
        }*/
.leaflet-menu-acitve {
    overflow-y: hidden;
    right: 0px !important;
    width: 350px; /* approximate max height */
    transition-property: all;
    transition-duration: 1.5s;
}

.leaflet-menu:not(leaflet-menu-acitve) {
    right: -350px;
    transition-property: all;
    transition-duration: 1.5s;
}

.access-log .jarviswidget .checkbox-style2,
.user-detail-log .jarviswidget .checkbox-style2 {
    line-height: 34px;
    margin-bottom: 0px;
}

.navbar-nav > li > a.underlined-link {
    padding: 1px 5px;
    margin: 14px;
}

.sb-date i.fa {
    margin-right: 10px;
}

.icon-delete {
    color: #AF0000;
}

.icon-detail {
    color: #005F8B;
}

.icon-delete:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.icon-detail:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

@media only screen and (max-width: 1199px) {
    .service-record-description {
        width: 17vw;
        overflow: hidden;
        text-overflow: ellipsis !important;
    }

    .service-record-type {
        width: 14vw;
        overflow: hidden;
        text-overflow: ellipsis !important;
    }
}

.additionalInfo #W select,
.additionalInfo #M select {
    width: 123.8px;
}

.backup-plan-date {
    margin-bottom: 0px;
}

.backup-plan .clockpicker {
    width: 123.8px;
}

@media only screen and (max-width: 1199px) {
    .md-backup-plan-date {
        margin-bottom: 15px;
    }

    .md-nopadding {
        padding: 0px;
    }

    .time-from-input {
        padding-right: 13px !important;
        margin-bottom: 15px;
    }

    .time-to-input {
        padding-right: 13px !important;
    }
}

.time-from-input {
    padding-right: 0px;
}

.time-to-input {
    padding-right: 6.5px;
}

.service-record-attach-btn {
    cursor: pointer;
}

.service-record-attach-btn .btn-text {
    background-color: #fff;
    padding-right: 0;
    box-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
    white-space: normal;
}

.service-record-attach-btn .btn-text:active {
    box-shadow: none;
    position: static
}

.service-record-attach-btn i.fa {
    font-size: 18px;
    vertical-align: -3px;
}

.service-record-attach-btn {
    white-space: nowrap;
}

.btn-primary.item-minus,
.btn-primary.item-plus {
    background-color: #fff;
    width: 30px;
    color: #2c699d;
}

.btn-primary.item-minus:active,
.btn-primary.item-plus:active {
    background-color: #3276b1;
    width: 30px;
    height: 20px;
    color: #fff;
}

.multiple-select-wrap tr.selected {
    background-color: #fff;
}

.tmc-message .mce-edit-area iframe {
    min-height: 350px;
}

.spare-parts-edit .multiple-select-wrap .row.no-padding {
    margin-left: 0px;
    margin-top: 15px;
    padding-left: 13px !important;
}

.machine-status-text {
    color: #BBBBBB
}

.multiple-select-wrap .multi-select-table .closed {
    margin-top: 10px !important;
}

.multiple-select-wrap .multi-select-table .closed:first-child {
    margin-top: 0px !important;
}

.multiple-select-wrap .multi-select-table .open {
    margin-top: 10px !important;
}

.multiple-select-wrap .multi-select-table .open:first-child {
    margin-top: 0px !important;
}

.form-hr {
    border-bottom: solid 1px #d5d5d5;
    float: none;
    margin-bottom: 13px;
}

.spare-parts-edit-form {
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.spare-parts-edit-form .inner-table .multiple-select-wrap {
    padding-top: 13px;
    padding-bottom: 18px;
}

.popover-text-align-left .popover.right .popover-content {
    text-align: left
}

.multi-select-table tbody tr td {
    padding-left: 13px;
}

.table-with-shares .table tbody td {
    padding: 5px 10px !important
}

table th .column-format-text {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 5px;
}

.favorite-dashboard.ajax {
    display: inline-block;
    font-size: 20px;
}

.dashboard-title {
    white-space: nowrap;
}

.dashboard-title h1 {
    display: inline-block;
    white-space: nowrap;
    max-width: calc(100% - 35px);
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.dashboard-title .favorite-dashboard.ajax {
    float: left;
    margin-top: 10px;
}

.change-request {
    cursor: pointer;
    padding-right: 15px;
    position: relative;
}

.change-request > i {
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.dashboard .tableGraph .table thead th {
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa)) !important;
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%) !important;
}

.dashboard .tableGraph .table thead th .fa-sort-desc {
    vertical-align: 2px;
}

.dashboard .tableGraph .table thead th .fa-sort-asc {
    vertical-align: -2px;
}

.hasinput .form-horizontal.ajax input[type="submit"] {
    top: -9999px;
}

@-moz-document url-prefix() {
    .table-scroll.col-md-12 {
        overflow-x: visible
    }
    .service .modal-dialog .drag {
        display: inline-block;
    }
    @media only screen and (max-width: 991px) {
        .table-scroll.col-md-12 {
            overflow-x: auto;
        }
    }
}

.service .modal-dialog .drag {
    display: inline-block;
}

.service .event-histogram .jarviswidget {
    height: 170px;
}

.no-comparison {
    padding-bottom: 40px !important;
}

.no-comparison .period-type {
    visibility: hidden;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.license-agreement .title {
    text-align: center;
    height: 50px;
    background-color: #F8F8F8;
    border: solid 1px #c1c1c1;
    border-bottom: none;
}

.license-agreement .footer .btn-danger {
    margin-right: 10px;
}

.license-agreement .footer {
    height: 70px !important;
    padding-top: 19px;
    background-color: #F8F8F8;
    border: solid 1px #c1c1c1;
    border-top: none;
}

.license-agreement .content {
    height: calc(100vh - 293px);
    overflow-y: auto;
    border: solid 1px #c1c1c1;
    background: #fff;
    padding: 25px 17px 10px 17px;
}

.license-agreement p {
    text-align: justify;
}

.license-agreement .container {
    width: 800px !important;
    margin-top: 30px
}

@media only screen and (max-width: 820px) {
    .license-agreement .container {
        width: auto !important;
    }
}

.license-agreement {
    background-color: #fff;
    padding-bottom: 70px;
}

.alert-license-error {
    display: block !Important;
    opacity: 1 !important;
    font-weight: 600;
    color: #A90329;
    background: #ebd5d5;
    border: solid 1px #A90329;
}

.alert-license-error .close {
    opacity: 0.5;
}

.license-agreement #header {
    height: 72px !important;
}

.d3-tip {
    line-height: 1;
    border: 1px solid;
    border-radius: 5px;
    border-color: rgb(34, 51, 68);
    padding: 5px 13px;
    background-color: rgba(238, 238, 238, 0.9);
    font-size: 12.5px;
    z-index: 99;
    text-align: center;
    top: 15px;
}

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgb(34, 51, 68);
    content: "\25BC";
    position: absolute;
    text-align: center;
}

.d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
}

.d3-tip .event-tooltip {
    font-weight: bold;
    padding-bottom: 5px;
}

.bigBox .bigboxnumber {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.service-collector-modal {
    width: 75%;
}

.table-filter-active {
    background-color: #FFDE7B !important;
    color: black;
}

.free-colector-table .jarviswidget-color-darken header {
    background-color: #96B447 !important;
    color: #fff !important;
}

.occupied-collector-table .jarviswidget-color-darken header {
    background-color: #454544 !important;
    color: #fff !important;
}

.btn-add-collector {
    background-color: #96B447;
    color: #fff;
    box-shadow: none;
}

.select-pos-in-side-bar {
    cursor: pointer;
    font-weight: bold;
}

.canisters-colorants .canister-refill,
.canisters-colorants .canister-purge {
    width: 36px;
    display: inline-block;
}

.demo-message-line {
    position: absolute;
    width: calc(100% - 745px);
    text-align: center;
    padding-top: 10px;
}

#service-tools-table .full-screen-mode {
    padding-left: 0px;
    padding-right: 0px;
}

#service-tools-table .full-screen-mode .david-table > .row {
    margin-right: 0px;
}

#service-tools-table .full-screen-mode .table-scroll {
    padding-right: 0px;
}

.tools-missing-draggable.active {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    height: 210px;
    width: 415px;
    z-index: 99999;
    display: block;
}

.tools-missing-draggable:not(.active) {
    display: none;
}

.tools-missing-draggable .bigBox {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.tools-missing-draggable #divMiniIcons {
    position: absolute;
    right: 0px;
    top: 0px;
}

#new-dashboard-form .md-controls {
    display: none;
}

#new-dashboard-form .smart-form .icon-append.fa-question-circle {
    right: 0;
    padding-right: 5px;
}

#new-dashboard-form .smart-form .select i:not(.fa-question-circle) {
    right: 42px;
}

#new-dashboard-form .required-star {
    position: absolute;
    top: 0px;
    left: 3px;
    color: #D56161;
}

.service #content .service-detail-button .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.service #content .service-detail-button .start-logs-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3276b1;
}

.service #content .service-detail-button .dropdown-menu {
    margin-top: -8px;
    right: 0;
    left: auto;
}

.chat-body .message-text .pointer {
    cursor: pointer;
}

.service-ordering-chat .chat-body li.message img {
    max-height: 50px;
    max-width: 50px;
}

.service .canisters-colorants .color-code {
    display: inline-block;
    width: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 10px;
    margin-bottom: -5px;
    white-space: nowrap;

}

.service .canisters-colorants .canister-name {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service .canisters-colorants .color-code > span {
    font-size: 14px
}

.service .canisters-colorants .color-number {
    display: inline-block;
    width: auto;
    text-align: right;
    overflow: hidden;
    margin-bottom: -5px;
    font-size: 14px;
}

.service .canisters-colorants .color-slash {
    display: inline-block;
    width: 1px;
    margin-left: -2px;
    overflow: hidden;
    margin-bottom: -3px;
    font-size: 14px;
    border-left: solid 1px #000;
    height: 16px;
}

.table-paginator .pagination input[type="number"] {
    height: 29.5px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-left: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    color: #3276b1;
    font-size: 12px;
    width: 50px;
}

.dt-toolbar-footer .pagination input[type="number"] {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-left: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    color: #3276b1;
    font-size: 12px;
    width: 50px;
}

.missing-dispensings-table .table-button-white {
    top: 5.5px;
}

.missing-dispensings-table .table-button-white .checkbox-text {
    top: 1px;
    position: relative;
    padding: 0;
}

.missing-dispensings-table .table-button-white label input[type=checkbox].checkbox + span {
    line-height: 10px;
}

.timeline-dialog-grey {
    border: solid 1px #ccc;
    padding: 1px 5px;
    background: #fff;
    border-radius: 2px;
    font-size: 12px;
    float: left;
}

.timeline-dialog-red {
    border: solid 1px #900323;
    padding: 1px 5px;
    background: #a90329;
    border-radius: 2px;
    font-size: 12px;
    color: white;
    float: left;
}

.breadcrumb > li {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

.skiped-dispensing-flash #divSmallBoxes {
    top: 76px;
    right: 99px;
}

.service .map-widget .machine-monitoring-type {
    float: left;
    width: 150px;
    height: 40px;
    position: relative;
}

.service .map-widget .machine-monitoring-type label {
    height: 28px;
    cursor: pointer;
    margin-top: 0px;
    padding-top: 11px;
}

.service .map-widget .machine-monitoring-type input[type="radio"]:checked ~ .bottom-line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #3275b1;
    left: 12.5px;
}

.service .map-widget .machine-monitoring {
    margin-top: -9px;
}

.service .map-widget .machine-monitoring .machine-monitoring-title {
    height: 30px;
    width: 100%;
    font-size: 18px;
    margin-left: -15px;
}

.service .map-widget .padding-left-15 {
    padding-left: 15px;
    margin-bottom: 20px;
}

.service .map-widget .machine-monitoring .btn-chevron {
    margin-left: 10px;
    background: none;
    padding-top: 3px;
}

.next-float-right .col-md-6 {
    float: right;
}

.next-float-right.col-md-6 {
    float: right;
}

.hidden-menu .lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: 34px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
    left: 0px;
    display: none;
}

.open-menu .lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: 34px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: calc(100% - 220px);
    left: 220px;
    display: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.lightrope li {
    position: relative;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    margin: 20px;
    display: inline-block;
}

.lightrope li:nth-child(odd) {
    animation-delay: 2s;
    animation-duration: 4s;
    animation-name: flash-1;
    background: rgba(0, 247, 165, 1);
    box-shadow: 0px 4.6px 24px 3px rgba(0, 247, 165, 0.5);
}

.lightrope li:nth-child(even) {
    animation-duration: 4s;
    animation-name: flash-2;
    background: rgba(255, 54, 54, 1);
    box-shadow: 0px 4.6px 24px 3px rgba(255, 54, 54, 0.5);
}

.lightrope li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 9.3px;
    border-radius: 3px;
    top: -4.6px;
    left: 1px;
}

.lightrope li:after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 52px;
    height: 18.6px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
}

.lightrope li:last-child:after {
    content: none;
}

.lightrope li:first-child {
    margin-left: -40px;
}

@keyframes flash-1 {
    0%, 100% {
        background: rgba(0, 247, 165, 1);
        box-shadow: 0px 4.6px 24px 3px rgba(0, 247, 165, 1);
    }
    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@keyframes flash-2 {
    0%, 100% {
        background: rgba(255, 54, 54, 1);
        box-shadow: 0px 4.6px 24px 3px rgba(255, 54, 54, 1);
    }
    50% {
        background: rgba(255, 54, 54, 0.4);
        box-shadow: 0px 4.6px 24px 3px rgba(255, 54, 54, 0.2);
    }
}

.christmas-tree {
    position: absolute;
    height: 285px;
    width: 390px;
    left: 170px;
    top: 0;
    text-align: center;
    display: none;
}

.christmas-tree img {
    max-height: 90%;
    max-width: 80%;
    height: auto;
    width: auto;
    margin-bottom: 20px;
}

.christmas-tree .christmas-text {
    color: #a90329;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

@media only screen and (max-width: 1199px) {
    .christmas-tree {
        position: absolute;
        height: 202px;
        width: 215px;
        left: 200px;
        top: 50px;
        text-align: center;
        display: block;
    }
}

.christmas-style .christmas-tree {
    display: block !important;
}

.christmas-style .lightrope {
    display: block !important;
}

#header {
    color: #fff;
}

.select-box-error.form-control-feedback {
    right: -12.5px;
}

.dl-horizontal dd {
    word-break: break-all;
}

form .form-group.required .control-label label,
form .control-label.required {
    position: relative;
}

form .form-group.required .control-label label:after,
form .control-label.required:after {
    content: "*";
    color: #b94a48;
    position: absolute;
    top: 5;
    right: -10px;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

input.form-control::placeholder, .select2-selection__placeholder {
    color: #888;
}

.inline-radioList-separator {
    display: inline-block;
}


/* multi select2 */
ul[aria-multiselectable=true] .select2-results__option[aria-selected=true]::before {
    content: "\f00c";
    color: #2E7BCC;
}

ul[aria-multiselectable=true] .select2-results__option::before {
    font-family: FontAwesome;
    font-size: 9px;
    border-radius: 0;
    content: "\a0";
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    height: 12px;
    line-height: 8px;
    min-width: 12px;
    margin-right: 5px;
    border: 1px solid #bfbfbf;
    background-color: #f4f4f4;
    font-weight: 400;
    margin-top: -1px
}

ul[aria-multiselectable=true] .select2-results__option::before:hover {
    border-color: #2E7BCC;
}

.jstree-anchor {
    width: calc(100% - 24px);
}

.user-privilages-form .jstree-container-ul {
    border: 1px solid #ddd;
}

.user-privilages-form .jstree-label label {
    width: 100%;
    border: 1px solid #ddd;
    text-align: left;
    background-color: #eee;
    font-size: 12px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17.15px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    font-weight: bold;
}

.his-editor .hasDatepicker {
    width: calc(9ch + 27px);
    display: inline-block
}


.modal-body .drag, .graph-panel.drag {
    width: 100%;
}

.canisters-colorants .graph-panel.drag {
    height: 300px;
}

.td-background {
    margin: -8px -10px -8px -10px;
    padding: 8px 10px 8px 10px;
}


.dropdown-menu .disabled {
    color: #999;
    cursor: not-allowed;
}

.dropdown-menu .disabled:hover {
    background-color: transparent;
    color: #999;
}

.nav-tabs .color-preview {
    height: 7px;
    margin: 0 -12px -4px -12px;
    padding: 0;
    background-image: var(--no-color);
    background-size: 100% 100%;
    border: 1px solid #CCC;
}

.dispensing-detail-color-preview {
    background-size: 100% 100%;
    border: 1px solid #CCC;
    height: 50px;
    width: 36%;
    position: absolute;
    right: calc(22.5% - 15px);
    top: 10px;
}

.timeline-dispensing-preview {
    background-size: 100% 100%;
    border: 1px solid #CCC;
    height: 1em;
    width: 150px;
    margin-top: 3px;
}

.ticketOverview {
    display: flex;
    justify-content: flex-start;
    margin-top: -20px;
    margin-bottom: 10px;
}

.ticketOverview #sparks {
    display: flex;
    width: 100%;
}

.ticketOverview #sparks li {
    flex: 1;
}

.ticketOverview #sparks h5 {
    font-size: 12px;
    color: #222;
}

.ticketOverview .txt-color-blue {
    color: #57889c !important;
}

.graphColorPreview i {
    width: 10px;
    height: 10px;
    margin: 5px 10px 0px 0px;
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
}

.assignedTicketsTable {
    color: black;
    max-height: 200px;
    overflow: auto;
}

#tab-basicInfo .onoffswitch {
    margin-left: 0;
}

#tab-basicInfo .btn-primary {
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    margin-top: -15px;
}

#ticket-send-answer-and-close-request-modal-body dl {
    display: flex;
    flex-wrap: wrap;
}

#ticket-send-answer-and-close-request-modal-body dt {
    width: 33.33333%;
    float: left;
    text-align: right;
    padding-right: 26px;
    text-decoration: none;
}

#ticket-send-answer-and-close-request-modal-body dd {
    width: 60%;
    float: left;
}

#ticket-send-answer-and-close-request-modal-body label {
    font-weight: 700;
}

#tracy-debug-bar {
    max-height: 6em;
    overflow-y: scroll;
    background: /* Shadow Cover TOP */ linear-gradient(
            white 30%,
            rgba(255, 255, 255, 0)
    ) center top,
        /* Shadow Cover BOTTOM */ linear-gradient(
            rgba(255, 255, 255, 0),
            white 70%
    ) center bottom,
        /* Shadow TOP */ linear-gradient(
            rgba(0, 0, 0, 0.9),
            rgba(0, 0, 0, 0)
    ) center top,
        /* Shadow BOTTOM */ linear-gradient(
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.9)
    ) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

.form-text {
    color: #434953;
    white-space: pre-wrap;
    font-size: 90%;
}

.select2-selection--multiple:after{
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 34px;
    border-left: 1px solid #ccc;
    background: #eee;
    text-align: center;
    line-height: 2;
}

details {
    padding: 0
}

summary {
    font-weight: bold;
    padding: 0.5em;
}

details summary {
    border: 1px solid #ccc;
}

.form-group details summary::after{
    display: block;
    content: "\f040";
    position: absolute;
    right: 14px;
    top: 0;
    height: 100%;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 34px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: center;
    line-height: 2;
}

.form-group details[open] summary::after{
    content: "\f066";
}

.key-value dt {
    text-align: right;
}
