/*
 * 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;
    }
}
@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*/
html {
    padding-bottom: 52px;
}
body {
    -webkit-print-color-adjust: exact;
}
.no-padding-right{
    padding-right: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.text-center{
    text-align: center;
}
.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;
}

.em1padding {
    padding: 1em;
}
.overflow-auto{
    overflow: auto;
}

.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: 0px;
}

#logo img {
    width: 185px;
    padding-top: 8px;
}

.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;
}

a.btn-primary.download{
    background: #36AECC;
    border-color: #1393b3;
}
a.btn-primary.download:hover{
    background: #2d91aa;
    border-color: #1e5867;
}
.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 .mt-step-col:first-child .mt-step-title:before,
.mt-element-step .step-line .mt-step-col:last-child .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 li .smart-timeline-content{
    margin-left: 200px;
}
.smart-timeline .smart-timeline-list li .smart-timeline-icon{
    left: 140px;
}
.smart-timeline .smart-timeline-list:after{
    left: 155px;
}
.smart-timeline .smart-timeline-list li .smart-timeline-time{
    width: 110px;

}

/* 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;
}

.smart-timeline-content .display-inline{
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#extr-page #header #logo img {
    width: 260px;
    margin-top: -18px;
}

.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;
}

/* 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: 490px;
    background-color: #fafafa;
}
.dashboard .widget-body .table-scroll{
    max-height: 380px;
    overflow-y: auto;
    padding-right: 0px;
    width: 100%;

}
.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;
}

/* 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;
}

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

#content .row .widget-body .table-responsive {
    min-height: 100px;
}

/* --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;
    }
    #content #widget-grid .drag{
        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-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;
}

.jarviswidget div.map-widget{
    padding-bottom: 13px;
    position: absolute;
    z-index: 902;
}
.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;
}
/*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;
}
.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: 5%;
}
#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: 15%;
}
#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: 12%;
}
#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: 12%;
}
#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: 11%;
}
#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: 12%;
}
#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: 20%;
    vertical-align: bottom;
}
#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: 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;
    }
}
@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;
    }
    .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: 25%;
        text-align: center;
    }

}

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

@media (max-width: 979px){
    .hidden-menu #main{
        left: 0;
        margin-left: 0;
    }
    .hidden-menu #left-panel{
        left: -210px;
    }
    .hidden-menu .page-footer{
        margin-left: 0px;
    }
    .hidden-menu .page-footer{
        margin-left: 0px;
    }
    .open-menu #main{
        margin-left: 0;
    }
}
.hidden-menu #left-panel{
    z-index: 904;
}
@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: 10px;
    min-width: 250px;
    max-width: 350px;
}
.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(2){
    margin-right: 5px;
}
.tutorial-footer{
    height: 20px;
}
.tutorial-footer .skip,
.tutorial-footer .back,
.tutorial-footer .next{
    margin-left: 10px;
    font-weight: 400;
}
.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;
    display: none;
}
.tutorial-triangle{
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 37px 10px 0 10px;
   border-color: #fff 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: #fff;
    border: solid 1px #d2d2d2;
    position: relative;
    top: 9px;
    right: 88px;
    width: 200px;
}
.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;
}
.tutorial-list-triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #ddd transparent transparent transparent;
    position: absolute;
    top: -8px;
    left: calc(50% - 4px);
    transform: rotate(180deg);
}
/*--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{
    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;
}

.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{
    position: relative;
    bottom: 20px;
    left: 20px;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.backup-files-table{
    float: left;
    width: 250px;
}
.table-condensed.table>tbody>tr>td.record-attachments{
    padding-left: 20px !important;
}
@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;
    }
}
#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-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;
}

.machine-status-text a{
    font-weight: 400;
    font-size: 16px;
}
.status-detail dd{
    margin-bottom: 5px;
}
.status-detail .font-bold{
    font-weight: 600;
}
.backup .dataTable.table-striped tr td{
    vertical-align: middle;
}
.backup table.dataTable:first-child tr td:first-child{
    text-align: center;
}
.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{
    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 table.dataTable:first-child tr td:first-child {
    padding: 0px 3px 0px 3px;
    text-align: center;
}
#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--*/

.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;
}
.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 .item-name {
    cursor: pointer;
}
.multiple-select-wrap tr.even {
    background-color: #f9f9f9;
}
.multiple-select-wrap tr.selected {
    background-color: #cbd3e1;
}
.multiple-select-wrap tr.open i.fa-plus-square-o, .multiple-select-wrap tr.closed i.fa-minus-square-o {
    display:none;
}
.multiple-select-wrap tr.open i.fa-plus-square-o, .multiple-select-wrap tr.closed i.fa-minus-square-o {
    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{
    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{
    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{
    float: right;
    width: 15%;
    margin-top: 8px;
}
.backup-plan-filter .filter nav,
.tmc-message-filter .filter nav{
    float: left;
    width: 80%;
}
.btn-bp-filter,
.btn-message-filter{
    margin-left: 13px;
}
.form-label{
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}
/*--Full_screen_component--*/
.full-screen{
    overflow-y: hidden;
}
.full-screen #left-panel,
.full-screen header#header{
    display: none !important;
}
.full-screen #ribbon{
    top: 0px;
}
.full-screen #main{
    margin-top: 0px !important;
}
.full-screen #component-full-screen-overlay{
    top: 40px !important;
    height: 100% !important;
}
/*--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--*/

/*--TMC License Server header and footer color--*/
#header {
    background-image: none;
    background-color: #3D3633;
}

.txt-footer {
    color:white
}
/*--TMC License Server header and footer color-END--*/

.dl-horizontal dt.two-row-dt{
    overflow: visible;
    white-space: normal;
    line-height: 20px;
}
.configuration-values .edit, .license-values .edit {
    cursor: pointer;
}
.configuration-values .config-input-value, .license-values .license-input-value {
    display: none;
}
.configuration-values .config-input-value .btn, .license-values .license-input-value .btn {
    margin-left: 3px;
}
.configuration-values .config-value i, .license-values .license-value i {
    color: #666666;
    padding-left: 10px;
}
.summary-list table.dataTable:first-child tr td:first-child{
    padding: 8px 10px;
    text-align: left;
}
.summary-list table.dataTable:first-child tbody tr{
    cursor: pointer;
}
.summary-list table.dataTable:first-child tbody tr:last-of-type{
    cursor: auto;
}
.summary-list table.dataTable:first-child tr.cursor-normal td table tr{
    cursor: auto;
}
.summary-list .dataTable tr.show-detail{
    background: #e8e8e8 !important;
}
.summary-inside-table table tr{
    background-color: #f7f7f7 !important;
}
.summary-list .summary-inside-table{
    padding: 0 !important;
}
.summary-list .summary-inside-table .table{
    margin-bottom: 0;
}
.summary-list .summary-inside-table .record-odd {
    width: 25% !important;
    padding-left: 5% !important;
}
.summary-list .summary-inside-table .record-even {
    width: 75%! important;
    white-space: normal !important;
}
.summary-list .dataTable.table-striped tr{
    background-color: #fff;
}
.summary-list .dataTable.table-striped tr td{
    vertical-align: middle;
    text-align: left;
}
.summary-list tr .sb-date i.fa {
    margin-right: 8px;
}

.david-table .table thead tr th.sorting,
.david-table .table thead tr th.sorting_desc,
.david-table .table thead tr th.sorting_asc{
    padding: 0px !important;
}
.david-table .table thead tr th.sorting a,
.david-table .table thead tr th.sorting_desc a,
.david-table .table thead tr th.sorting_asc a{
    padding: 8px 18px 8px 9px !important
}

.summary-list table.dataTable:first-child tbody tr:not(.inside-row):hover{
    background: #f1f1f1;
}
.summary-list table.dataTable:first-child tbody tr:last-of-type:not(.inside-row):hover{
    background: none;
}
.navbar.navbar-default{
    height: 52px;
}
.summary-navbar-btn{
    margin-top: 13px;
}
.page-title.txt-color-blueDark{
    margin-top: 13px;
}
.unit-list .table-scroll{
    overflow: hidden !important;
}
.summary-list .table-scroll{
    overflow: hidden !important;
}
.summary-list table thead tr th:nth-of-type(1),
.summary-list table tbody tr td:nth-of-type(1){
    width: 22%;
}
.summary-list table thead tr th:nth-of-type(2),
.summary-list table tbody tr td:nth-of-type(2){
    width: 5%;
}
.summary-list table thead tr th:nth-of-type(3),
.summary-list table tbody tr td:nth-of-type(3){
    width: 10%;
}
.summary-list table thead tr th:nth-of-type(4),
.summary-list table tbody tr td:nth-of-type(4){
    width: 20%;
}
.summary-list table thead tr th:nth-of-type(5),
.summary-list table tbody tr td:nth-of-type(5){
    width: 11%;
}
.summary-list table thead tr th:nth-of-type(6),
.summary-list table tbody tr td:nth-of-type(6){
    width: 10%;
}
.summary-list table thead tr th:nth-of-type(7),
.summary-list table tbody tr td:nth-of-type(7){
    width: 14%;
}
.summary-list table thead tr th:nth-of-type(8),
.summary-list table tbody tr td:nth-of-type(8){
    width: 3%;
}
.summary-list table thead tr th:nth-of-type(9),
.summary-list table tbody tr td:nth-of-type(9){
    width: 3%;
}
.summary-list table thead tr th:nth-of-type(10),
.summary-list table tbody tr td:nth-of-type(10){
    width: 2%;
}

.cursor-pointer{
    cursor: pointer !important;
}
#invisible-copy-input{
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.no-padding-top{
    padding-top: 0 !important;
}
.brands-list label input[type=checkbox].checkbox+span:before{
    margin-top: -4px;
}
.update-file-version{
    margin-bottom: 22px;
}
.reverse-compatibility{
    margin-top: 15px;
}
#button-search-collector{
    height: 30px
}
#input-search-collector:focus+.input-group-addon{
    color: #555;
}
.search-collector{
    padding-bottom: 20px;
}
#exceptions-table .accordion-toggle{
    cursor: pointer;
}
#exceptions-table .accordion-body{
    border-top: 0;
}
.filter-input-sw-release{
    max-width: 176px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 27px;

}
.no-border-top{
    border-top: 0 !important;
}
.changelog-content pre{
    max-height: 500px;
    overflow: auto;
}
.license-table .filter.filter-close{
    height: 32px;
    width: 100%;
    background: #ddd;
    margin-bottom: 10px;
    overflow: hidden;
}
.license-table .filter.filter-open{
    max-height: 500px;
    height: auto;
    width: 100%;
    background: #e2e2e2;
    margin-bottom: 10px;
    overflow: auto;
}
.license-table .filter .filter-header{
    width: 100%;
    height: 32px;
    background: #d0d0d0;
}
.license-table .filter .filter-content{
    width: 100%;
    height: calc(100% - 32px );
    position: relative;
}
.license-table .filter .active-filter-title{
    margin-right: 15px;
    padding-top: 7px;
    padding-right: 10px;
    background: #d0d0d0;
    padding-left: 10px;
    height: 32px;
}
.license-table .filter .dataTables_filter{
    width: 240px;
    margin-bottom: 0;
}
.license-table .filter .active-filter-list{
    list-style: none;
    padding-left: 0;
}
.license-table .filter .active-filter-list li{
    float: left;
    margin-right: 15px;
    padding-left: 0;
    height: 32px;
    padding-top: 7px;
}
.license-table .filter .filter-footer{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.add-licence-grou-tree input{
    max-width: 100%;
    height: 32px;
    margin-top: 1px;
}

.database-server-load{
    position: absolute;
    right: 0;
    height: 60px;
    width: auto;
}
.database-server-load #sparks{
    height: 100%;
    width: 100%;
}
.database-server-load #sparks .sparks-info{
    height: 100%;
    max-height: 100%;
}
.database-server-load .easy-pie-title{
    height: auto;
    min-heght: 22px;
}
@media only screen and (max-width: 991.5px){
    .database-server-load{
        position: relative;
        float: right;
        height: 85px;
        margin-bottom: 25px;
    }
}
.requests-table .widget-body .form-actions{
    margin-bottom: -19px;
}
.requests-table .extra-input{
    width: 60%;
    margin-bottom: 8px;
}
.requests-table #addRow{
    font-weight: 600;
}

.license-group .tree-table thead th{
    font-size: 13px;
    text-align: center;
}
.license-group .tree-table .label{
    color: #333;
    padding: 8px 10px;
    font-size: 13px;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
}
.license-group .tree-table .expander{
    margin-top: 3px;
}
.license-group .tree-table .control .line .vert{
    background: inherit;
}
.license-group .tree-table .control .line .horz{
    background: inherit;
}
.license-group .tree-table table.dataTable{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.license-group .tree-table tbody tr:first-child td{
    border-top: none;
}
.license-group .tree-table tbody tr.no-arrow .expander{
    background: none;
}

#ui-datepicker-div, .clockpicker-popover {
    z-index: 1060 !important;
}
/*#left-panel nav ul li:first-child.active>a:first-child:before{
    left: 0;
}*/
.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;
    color: #3276b1;
}
.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: 30;
}
.license-table .table-button-white .checkbox-text {
    position: relative;
    padding-left: 25px;
    top: 2px;
}
.license-table .onoffswitch{
    width: 100px;
    height: 22px;
    margin-top: -1px;
}
.license-table .onoffswitch-checkbox+.onoffswitch-label .onoffswitch-switch {
    left: 0;
    width: 22px;
    height: 22px;
    margin: 0px;
}
.license-table .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0;
    left: auto;
    width: 22px;
    height: 22px;
    margin: 0px;
}
.license-table .onoffswitch-checkbox+.onoffswitch-label .onoffswitch-switch:before {
    content: '';
}
.license-table .onoffswitch-inner:after,
.license-table .onoffswitch-inner:before {
    height: 22px;
    font-size: 12px;
    padding-top: 3px;
    font-weight: 400;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
}
.license-table .onoffswitch-label{
    height: 22px;
}
.table-form-list .ui-menu-icon{
    margin-left: 15px;
}
.alert{
    position: relative;
    border-left-width: 20px;
}
.alert-info > .row:first-child{
    margin-bottom: 5px;
}
.alert-info > .col-xs-11{
    padding-top: 1px;
}
.alert .alert-type{
    position: absolute;
    left: -16.5px;
    top: calc(50% - 6px);
}
.alert .alert-close{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    cursor: pointer;
}
.dl-horizontal dd{
    word-break: break-all;
}
.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;
}
.column-filter[value], .filter-input-summary[value] {
    border: #66afe9 solid 2px;
}
.sw-release-info .info-customers{
    word-break: break-word;
    text-align: justify;
}
.sw-release-info .info-customers span{
    white-space: nowrap;
}

#customers_release {
    width: auto;
}