/* here you can put your own css to customize and override the theme */

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: #686868;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #212121;
    outline: 1px solid slategrey;
}

li.turni-gen a {
    color: #e02222;
    padding-top: 12px;
    padding-bottom: 12px;
}

li.sql-updates a .badge {
    position: absolute;
    top: 8px;
    right: 20px;
}

li.sql-updates a i {
    font-size: 18px;
}

li.sql-updates a {
    color: #8a8a8a !important;
    margin: 0px;
    padding: 15px 10px 9px 10px;
    line-height: 20px;
}


/** Generic Styles **/

.install-step {
    display: none;
    padding-bottom: 10px;
}

.prx-splash {
    display: none;
    background-color: rgba(0, 0, 0, 0.66);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: 350px;
}

.prx-splash-txt {
    position: fixed;
    width: 100%;
    color: #fff;
    font-size: 30px;
    top: 45.7%;
    text-align: center;
}

.color-circled {
    width: 15px;
    height: 15px;
    border-radius: 50% 50% !important;
    background-color: #ccc;
    float: left;
    margin: 5px 5px 5px 0;
}

ul.task-history {
    list-style: none;
    padding: 0;
    height: 440px;
    border: 1px solid #eee;
    overflow-y: auto;
}

ul.task-history li {
    padding: 10px 10px;
    border-bottom: 1px dashed #eee;
    font-size: 13px;
}

span.task-history-time {
    float: right;
}

span.gantt-history-label {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

ul.task-history .label {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    height: 39px;
    border-radius: 2px !important;
}

.gantt-nod {
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.gantt-task-content {
    text-align: left;
}

.gantt-tsk-real-position {
    border: 2px dashed #8b8b8b;
}

.wrong-dates-order .gantt-task-group,
.wrong-dates-order .gantt-task-group>div[class$="main"] {
    background: #c52121;
}

.wrong-dates-order .gantt-task-group>div[class$="symbol"] {
    border-top: 12px solid #c52121;
}

.task-main-conflict {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(181, 0, 0, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(181, 0, 0, 1);
    box-shadow: 0px 0px 15px 0px rgba(181, 0, 0, 1);
}

.gantt-tsk-real-position {
    border: 1px outset #918ab3;
}

h3 i.fa {
    font-size: 22px;
}

span.fc-icon.fc-icon-fa.fa {
    font-family: FontAwesome;
}

.col-md-4.order {
    border-right: 1px dotted #eee;
}

.order-summary {
    font-size: 18px;
}

.col-md-8.tasks {
    padding-left: 15px;
}

small.prx-splash-current-op {
    font-size: 15px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.has-error .bootstrap-tagsinput {
    border-color: #b94a48;
}

.dropdown-menu span.arrow {
    display: none;
}

.menu-search-item {
    width: 100%;
    padding-right: 15px;
}

.typeahead {
    border-radius: 5px !important;
}

.typeahead li .dropdown-item {
    color: #fff;
}

.typeahead li .dropdown-item:hover,
.typeahead li.active .dropdown-item {
    color: #212121;
    background: #b7b7b7;
}

.typeahead li {
    border-bottom: 1px dotted #7b7b7b;
    background: #545454;
}

.typeahead li:first-child,
.typeahead li:first-child a {
    border-radius: 5px 5px 0 0 !important;
}

.typeahead.dropdown-menu {
    border-color: #7b7b7b;
}

.typeahead li:last-child,
.typeahead li:last-child a {
    border-bottom: none;
    border-radius: 0 0 5px 5px !important;
}

.typeahead li:first-child:last-child,
.typeahead li:first-child:last-child a {
    border-radius: 5px !important;
}

.tooltip,
.popover {
    z-index: 10051;
}

.table-department td {
    line-height: 44px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 388px;
}

.table-department td .btn-group {
    padding-top: 11.5px;
}

.table-avatar td {
    line-height: 33px !important;
}

.table-avatar td .btn-group {
    padding-top: 8.4px;
}

.btn.btn-blue {
    background: #3352b5;
    border-color: #132b77;
    color: #fff;
}

.btn.btn-blue:hover {
    background: #2b49a7;
    border-color: #09112d;
}

.text-bold,
.text-bold * {
    font-weight: bold;
}

.nav-avatar {
    border-radius: 50% !important;
    overflow: hidden;
    height: 35px;
    width: 35px;
    float: left;
    margin: -2.5px 10px 0 0;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff;
}

td .nav-avatar {
    float: none;
    margin: auto;
    cursor: pointer;
}

.avatar.progress {
    position: absolute;
    height: 6px;
    width: 50%;
    left: 25%;
    right: 25%;
    top: 59%;
}

.nav-avatar.medium {
    width: 260px;
    height: 260px;
    float: none;
    margin: auto;
    margin-bottom: 20px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(237, 237, 237, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(237, 237, 237, 1);
    box-shadow: 0px 0px 5px 0px rgba(237, 237, 237, 1);
}

.del-bg {
    opacity: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    color: #929292;
    text-align: center;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.del-bg i.fa {
    margin-top: 45%;
}

.del-bg i.fa:before {
    font-size: 90px;
    margin-top: 40%;
}

.del-bg:hover {
    opacity: 1;
    cursor: pointer;
}

.del-bg.is-default-img:hover {
    opacity: 0;
    cursor: default;
}

button[go-back].pull-right {
    margin-left: 10px;
}

.header.navbar .navbar-nav>li.dropdown.user .dropdown-toggle {
    padding-bottom: 15px;
}

.header.navbar .navbar-nav>li.dropdown.user .dropdown-toggle .username,
.header.navbar .navbar-nav>li.dropdown.user .dropdown-toggle i.fa {
    position: relative;
}

.header.navbar .navbar-nav>li.dropdown.user .dropdown-toggle i.fa {
    top: 6px;
}

.header.navbar .navbar-nav>li.dropdown.user .dropdown-toggle .username {
    top: 5px;
}

.toast-top-right {
    top: 44px !important;
    right: 0 !important;
}

#toast-container>.toast-error {
    border-bottom: 5px solid #921919;
}

#toast-container>.toast-success {
    border-bottom: 5px solid #1a7b1a;
}

#toast-container>.toast-info {
    border-bottom: 5px solid #307373;
}

#toast-container>.toast-warning {
    border-bottom: 5px solid #e46b3d;
}

.alert.beta {
    position: absolute;
    right: 0;
    border-right: 0;
    top: 0;
    font-style: italic;
    font-size: 16px;
    border-radius: 0 0 0 5px !important;
    padding-right: 30px;
}

.alert.beta .close {
    position: absolute;
    right: 10px;
    top: 7px;
}

.panel.panel-simple h3.panel-heading {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 1px solid #eee;
}

.text-uppercase {
    text-transform: uppercase;
}

.inline-input {
    background: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.table-input,
.table-input .form-group,
[portlet-nod-id] .alert {
    margin: 0;
}

[portlet-nod-id] {
    margin-bottom: 10px;
}

.war-state {
    padding: 2px 5px;
}

p.war-state {
    margin: -8px -14px;
    text-align: center;
    font-weight: bold;
}

#clock {
    color: #fff;
    line-height: 40px;
    margin-right: 10px;
    margin-left: 10px;
}

.table-input td {
    line-height: 30px !important;
}

.show-on-print-only {
    display: none;
}

.icon-checkbox:before {
    font-size: 17px;
}

.icon-checkbox {
    padding-top: 3px;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.thumb {
    height: 60px;
    cursor: pointer;
}

h3 a i:before {
    font-size: 22px;
    padding-right: 5px;
}

.modal-screen {
    width: 100%;
    padding: 0 1%;
}

.progress,
.progress-bar {
    -webkit-box-shadow: inset 0px -116px 46px -117px rgba(0, 0, 0, 0.64) !important;
    -moz-box-shadow: inset 0px -116px 46px -117px rgba(0, 0, 0, 0.64) !important;
    box-shadow: inset 0px -116px 46px -117px rgba(0, 0, 0, 0.64) !important;
    margin-bottom: 0;
}

.progress>.progress-bar-warning {
    background-color: #ffea56;
}

.progress-bar[data-toggle="popover"]:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75) !important;
    cursor: crosshair;
    -webkit-box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 0px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75) !important;
    z-index: 5;
}

.timeline-alarm,
.timeline-alarm-container {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.timeline-alarm {
    width: 5px;
    height: 5px;
    padding-bottom: 70px;
    border-left: 1px solid #c81111;
    z-index: 100;
    position: absolute;
    top: 0;
    opacity: 0.6;
}

.nod-badge {
    margin-right: 5px;
    font-weight: bolder;
}

.kw-container {
    position: absolute;
    left: 19px;
    font-size: 12px;
    font-weight: 300;
    top: 36px;
}

.modal .kw-container {
    left: 5px;
}

.nod-box:nth-child(odd) .kw-container {
    left: 5px;
}

.nod-box:nth-child(even) .kw-container {
    left: 10px;
}

.machines-view .nod-box {
    padding: 0 4px !important;
}

.machines-view .nod-box .portlet {
    margin-bottom: 8px;
    border-width: 2px !important;
}

.machines-view .nod-box:nth-child(odd) {
    padding-left: 0 !important;
}

.machines-view .nod-box:nth-child(even) {
    padding-right: 0 !important;
}

.timeline-alarm-container {
    width: 9px;
    height: 9px;
    border-radius: 50% !important;
    background-color: #c81111;
    margin-left: -5px;
}

.timeline-alarm:hover {
    opacity: 1;
    z-index: 101;
}

.timeline-alarm:hover .timeline-alarm-container {
    width: 11px;
    height: 11px;
    margin-left: -6.5px;
}

.nod-content .timeline-alarm {
    z-index: 20000;
    padding-bottom: 104px;
    top: -25px;
}

#nodPanel .nod-content .timeline-alarm {
    z-index: 20000;
    padding-bottom: 70px;
    top: 0px;
}

.nod-content .timeline-alarm:hover {
    z-index: 20001;
}

#nodPanel .tools {
    display: none
}

#nodPanel .col-sm-12.col-md-12.col-lg-12,
#nodPanel .modal-body,
#nodPanel .portlet {
    padding: 0;
    margin: 0;
    border: none;
}


/** Charts Styles **/

div[role*="chart_bar"] {
    width: 100%;
    padding: 0 10px;
}

div[role="chart_bar_combo"] {
    height: 500px;
}


/** Permission Controller Styles **/

.permissions-form .checkbox {
    padding-left: 0;
}

.permissions-form button[type="submit"] {
    margin-top: 20px;
}

.checkbox.more-padding {
    padding-left: 50px;
}

.checkbox.more-padding.third-level {
    padding-left: 100px;
}

button .icon:before {
    color: #fff;
}

a.disabled {
    opacity: .5;
    cursor: not-allowed;
    text-decoration: none;
}


/** Reportmonitor Controller Styles **/

.small-inline-input {
    float: right;
    width: 40px;
    margin-right: 5%;
    margin-left: 5%;
    border-width: 0 0 1px 0;
}

body[action*="reportmonitor"] .table-container {
    border-width: 1px 1px 1px 1px;
    margin: 0;
    border-style: solid;
    border-color: #ddd;
    margin: 10px;
}

.table.reportmonitor {
    border: 1px solid #ddd;
}

body[action*="reportmonitor"] .alpha-table {
    margin: auto;
}

body[action*="reportmonitor"] .table .checker {
    position: relative;
    top: 3px;
    float: right
}

body[action*="reportmonitor"] .table textarea {
    resize: none;
    background: #efefef;
    border: 0;
}

body[action*="reportmonitor"] .table {
    width: 100% !important;
}

body[action*="reportmonitor"] .table.reportmonitor tr:last-child td {
    border-bottom: 1px solid #ddd;
}

body[action*="reportmonitor"] .alpha-table tr:last-child td {
    border-bottom-width: 0px !important;
}

body[action*="reportmonitor"] .total-value-row {
    border-top: 1px dashed #ccc;
    margin-left: 15px;
    margin-right: 15px;
}

body[action*="reportmonitor"] .total-value-row h3.pull-right {
    font-style: italic;
    font-size: 20px;
    font-weight: 600 !important;
    padding-bottom: 30px;
    margin-top: 10px;
}

.alpha-table span.separated {
    margin-left: 9px;
    padding-left: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #eee;
}

.alpha-table b {
    float: left;
    width: 7px;
}

.saved-table-status-label {
    margin-top: 7px;
    margin-right: 8px;
}

.put-bottom span,
.put-bottom button {
    position: relative;
    top: 15px;
}

table .checkbox {
    margin: 0;
}

.row.bordered-top {
    border-top: 1px solid #ddd;
}

.floating-circled-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 20px 20px;
    font-size: 30px;
    border-radius: 50% !important;
    line-height: 25px;
    border-width: 5px;
    border-style: solid;
    z-index: 999;
}

.floating-circled-btn i {
    font-size: 30px;
    float: left;
    text-align: center;
}

.floating-circled-btn.print-btn {
    padding: 25px 20px;
}

div#canvasContainer,
div#canvasContainer .dg,
div#canvasContainer #renderer1 {
    width: 100% !important;
    /* height: 599px; */
}

[save-causals-id],
[save-note-id] {
    display: none;
}

form.navbar-form[role="search"] {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
}


/** AlexModular Timeline CSS for Prologix **/

.timeline-turni {
    min-height: 30px;
    position: relative;
    left: -1px;
    background: repeating-linear-gradient(45deg, #f3f3f3, #f5f5f5 10px, #fdfdfd 10px, #fbfbfb 20px);
    min-height: 20px;
    border-bottom: 1px solid #f3f3f3;
}

.timeline-turno {
    position: absolute;
    height: 20px;
    padding-bottom: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.timeline-container {
    position: relative;
}

.timeline-container .progress {
    position: absolute;
    z-index: 111;
    height: 40px;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin: -1px;
}

.timeline-container .tooltip>.tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eebf3f;
}

body[ctrl="machine"] .timeline-container .progress {
    overflow: visible !important;
}

body[ctrl="machine"] .progress-bar,
#nodPanel .progress-bar {
    height: 100% !important;
    overflow: visible !important;
}

.timeline-container .tooltip {
    position: relative;
    float: right;
}

.timeline-indicators {
    width: 100%;
    height: 30px;
    font-size: 10px;
    font-style: italic;
    color: #bbb;
    background: transparent;
    position: relative;
    left: -1px;
}

span.timeline-indicator {
    height: 10px;
    float: left;
    position: relative;
    top: 20px;
    border-left: 2px solid #00a1ff;
    white-space: nowrap;
}

i.time-indicator-txt {
    position: relative;
    top: -13px;
    left: -14px;
}

.timeline-indicator:first-child .time-indicator-txt {
    left: 0;
}

table.timeline-table span:first-child i.time-indicator-txt {
    left: 0;
}

h3.panel-heading {
    margin-top: 0;
}

.tl-machine .progress,
.tl-machine .progress-bar[class*="progress-bar-"] {
    height: 30px !important;
    overflow: visible !important;
}

dl.dl-machine,
dl.dl-machine>dd,
dl.dl-machine>dt {
    padding: 0;
}

dl.dl-machine {
    border-top: 1px solid #ccc;
    margin-bottom: 0px;
}

dl.dl-machine>dd,
dl.dl-machine>dt {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

dl.dl-machine>dt {
    min-height: 39px !important;
    float: right;
}

.portlet-body.machine {
    padding-bottom: 0 !important;
}

.portlet-body.machine .row {
    margin-left: -10px;
    margin-right: -10px;
}

.portlet-body.machine img {
    margin: 2.5px;
}

.arrow_box {
    position: relative;
    background: transparent;
}

.arrow_box:after,
.arrow_box:before {
    left: 90%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 20px;
    margin-top: -29px;
}

.arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-left-color: #ccc;
    border-width: 21px;
    margin-top: -30px;
}

.dash-map {
    overflow: auto;
}

.dash-machine {
    background: rgba(255, 255, 255, 0.6);
    border: 3px solid #ccc;
    padding: 0px 8px 4px 4px;
    text-align: center;
    border-radius: 5px !important;
    font-weight: bold;
    position: absolute;
    cursor: pointer;
}

.dash-machine.dash-el-x {
    padding-top: 4px;
}

.dash-machine.ui-draggable {
    cursor: move;
}

.dash-machine.dash-el-x small {
    float: left;
    line-height: 30px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ccc;
}

.dash-machine.dash-el-y small {
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    padding: 3px 0px;
    margin-bottom: 3px;
}

.ip-nod,
.plc-nod {
    position: absolute;
    padding: 4px 14px;
    border-radius: 5px !important;
    color: #fff;
}

.dash-el-y .ip-nod {
    top: 45px;
    left: -78px;
    transform: rotate(-90deg);
}

.dash-el-x .ip-nod {
    top: -30px;
    left: 0px;
}

.dash-el-y .plc-nod {
    transform: rotate(90deg);
    top: 49px;
}

.link-adapter {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 36px;
    width: 121px;
    height: 36px;
}

.nod-box-left .link-adapter {
    right: 12px;
}

.link-fanuc {
    background: url(../img/plc/logo-fanuc.png) no-repeat;
    background-size: 100%;
}

.link-stamasiemens,
.link-gpiosiemens {
    background: url(../img/plc/logo-siemens.png) no-repeat;
    background-size: 100%;
    margin-top: 9px;
    height: 28px;
}

.link-haas,
.link-haasmt {
    background: url(../img/plc/logo-haas.png) no-repeat;
    background-size: 100%;
    margin-top: 9px;
    width: 110px;
}

.link-heidenhain {
    background: url(../img/plc/logo-heidenhain.png) no-repeat;
    background-size: 100%;
    margin-top: 9px;
}

.link-citizen {
    background: url(../img/plc/logo-citizen.png) no-repeat;
    background-size: 100%;
    margin-top: 9px;
    width: 110px;
}

.link-okuma {
    background: url(../img/plc/logo-okuma.png) no-repeat;
    background-size: 100%;
    margin-top: 2px;
    width: 110px;
}

.rotate-nod {
    display: none;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -12px;
}

.rotate-nod i {
    color: #581199;
    font-size: 25px !important;
    transform: rotate(120deg);
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
}

.dash-led.disable,
.machine-led.disable {
    display: none;
}

.dash-map .dash-led,
.dash-legend .machine-led {
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    margin-left: 4px;
}

.dash-map .dash-el-x .dash-led {
    float: left;
}

.dash-map .dash-el-y {
    padding-right: 4px;
}

.dash-map .dash-el-x .dash-led {
    margin-left: 2px;
}

.dash-map .dash-el-y .dash-led {
    margin: auto auto 2px;
}

.dash-map .dash-el-y .pwoff {
    margin-top: 7px;
}

.row.machine-container {
    display: table;
    margin: auto !important;
}

.machine-container .machine-led {
    width: 80px;
    height: 80px;
    float: left;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    margin: 0px 5px 15px 5px;
}

td.machine-container .machine-led {
    margin: 0 3px;
}

.dash-map .machine-container .machine-led {
    width: 25px;
    height: 25px;
}

.popover .machine-led {
    width: 40px;
    height: 40px;
}

.pwoff {
    font-size: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dash-map-container {
    background-position: center !important;
    background-size: cover !important;
}

.dash-map .dash-el-x .pwoff {
    float: left;
    margin-top: 7px;
    margin-left: 5px;
}

.machine-container .pwoff {
    float: none !important;
    font-size: 30px;
    position: relative;
    top: 27.5px;
    left: 10px;
}

td.machine-container .pwoff {
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 7px;
    text-align: left;
    float: left !important;
}

.pwoff.off {
    color: #ddd;
}

.dash-map .pwoff.off {
    text-shadow: 0 0 2px #000;
    color: #fff;
}

.pwoff.on {
    color: #7989ff;
    text-shadow: 0px 0px 11px rgb(158, 192, 255);
}

table.dash-legend {
    border: 1px solid #ddd;
}

table.dash-legend td.machine-container {
    padding-top: 12px;
}

table.dash-legend td {
    line-height: 30px !important;
}

#viewMoreModal #selectedIcon {
    position: relative;
    top: -1px;
    padding-right: 5px;
}


/** Calendar and Stats */

.stats-calculated:before {
    font-family: FontAwesome;
    content: "\f080";
    float: right;
}

a[nod-detail] {
    cursor: pointer;
}


/** Table Columns AlexModular Table CSS Framework **/

.c-1 {
    width: 1%;
    max-width: 1%;
}

.c-2 {
    width: 2%;
    max-width: 2%;
}

.c-3 {
    width: 3%;
    max-width: 3%;
}

.c-4 {
    width: 4%;
    max-width: 4%;
}

.c-5 {
    width: 5%;
    max-width: 5%;
}

.c-6 {
    width: 6%;
    max-width: 6%;
}

.c-7 {
    width: 7%;
    max-width: 7%;
}

.c-8 {
    width: 8%;
    max-width: 8%;
}

.c-9 {
    width: 9%;
    max-width: 9%;
}

.c-10 {
    width: 10%;
    max-width: 10%;
}

.c-11 {
    width: 11%;
    max-width: 11%;
}

.c-12 {
    width: 12%;
    max-width: 12%;
}

.c-13 {
    width: 13%;
    max-width: 13%;
}

.c-14 {
    width: 14%;
    max-width: 14%;
}

.c-15 {
    width: 15%;
    max-width: 15%;
}

.c-16 {
    width: 16%;
    max-width: 16%;
}

.c-17 {
    width: 17%;
    max-width: 17%;
}

.c-18 {
    width: 18%;
    max-width: 18%;
}

.c-19 {
    width: 19%;
    max-width: 19%;
}

.c-20 {
    width: 20%;
    max-width: 20%;
}

.c-25 {
    width: 25%;
    max-width: 25%;
}

.c-30 {
    width: 30%;
    max-width: 30%;
}

.c-36 {
    width: 36%;
    max-width: 36%;
}

.c-40 {
    width: 40%;
    max-width: 40%;
}

.c-45 {
    width: 45%;
    max-width: 45%;
}

.c-50 {
    width: 50%;
    max-width: 50%;
}

.c-60 {
    width: 60%;
    max-width: 60%;
}

.c-70 {
    width: 70%;
    max-width: 70%;
}

.c-80 {
    width: 80%;
    max-width: 80%;
}

.c-90 {
    width: 90%;
    max-width: 90%;
}

.big-icons th,
.big-icons td,
.big-icons span {
    font-size: 15px !important;
    font-weight: 300;
}

.big-icons i:before {
    font-size: 20px;
}

.big-icons thead td {
    border-bottom: 0px !important;
}

.td-nowrap-hidden {
    white-space: nowrap;
    overflow: hidden;
    max-width: 210px;
}

.td-nowrap-scroll {
    white-space: nowrap;
    overflow: scroll;
    max-width: 210px;
}

td.big-icons span {
    width: 100%;
    float: left;
}

.header.navbar .navbar-brand img {
    margin-left: 22px;
    margin-top: -8px;
    max-width: 160px;
}

.rectangle {
    border-left: 2px solid #2700ff;
    border-right: 2px solid #2700ff;
    position: absolute;
    min-height: 40px;
    max-height: 40px;
    top: 0 !important;
    z-index: 10;
}

#acediff-gutter {
    flex: 0 0 60px;
    -webkit-flex: 0 0 60px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #efefef;
    overflow: hidden;
}

#acediff-gutter svg {
    background-color: #222222;
}

.acediff-diff {
    background-color: #004d7a;
    border-top: 1px solid #036daa;
    border-bottom: 1px solid #036daa;
    position: relative;
    z-index: 4;
}

.acediff-connector {
    fill: #004d7a;
    stroke: #003554;
}

.acediff-copy-right,
.acediff-copy-left {
    display: none;
}

.floating-circled-btn[disabled] {
    opacity: .5;
}

[prg-dir-data] a {
    cursor: pointer;
}

#prog-dir-container[fanuc-single],
[prg-dir-data] a,
[prg-dir-error] {
    border-left: none;
}

[prg-dir-loading] {
    border: none;
}

[prg-dir-data] {
    overflow: auto;
    border-bottom: 1px solid #ddd;
}

#prog-dir-container[fanuc-single] [prg-dir-data] {
    border-left: 1px solid #ddd;
    max-height: 500px;
}

[set-pp-name] p.list-group-item-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[ctrl="pptransfer"] .popover {
    max-width: 100%;
}

.prog-dir-tree li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.prog-dir-tree li a,
.prog-dir-tree li span {
    line-height: 26px;
    font-size: 14px;
    padding: 2px 0;
    width: 100%;
    height: 30px;
}

.prog-dir-tree li.fanuc-element a[fanuc-action-btn] {
    text-decoration: none;
    color: #000;
}

[locked-folder] i,
[open-folder] i {
    font-size: 16px;
    text-align: center;
}

a.fanuc-folder {
    background: none !important;
}

a.fanuc-folder i {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.prog-folder .disabled {
    color: #959595;
}

a.fanuc-folder:hover i {
    text-shadow: -3px 0px 0px rgba(150, 150, 150, 1);
}

[open-folder] i.fa.disabled.fa-folder-o {
    color: #b8b8b8;
}

[open-folder] i.fa.fa-angle-right,
[locked-folder] i.fa.fa-lock {
    position: relative;
    left: 2px;
}

.prog-dir-tree li:first-child>a,
.prog-dir-tree li:first-child>span {
    margin-top: 1px;
}

.fanuc-element strong {
    font-size: 14px;
}

.fanuc-element input[type="text"] {
    border: none;
    border-bottom: 2px solid #ccc;
    height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
}

.fanuc-element input[type="text"]:focus {
    outline: none;
    border-color: #3fafff;
}

a.fanuc-folder {
    text-decoration: none;
}

li.fanuc-element>a:hover {
    background: #eee;
}

[fanuc-action-btn].selected {
    background: #beedbe;
}

[fanuc-action-btn] i.fa.fa-file-text-o,
[new-fanuc-elem] i.fa.fa-file-text-o {
    color: #0095ff;
}

[fanuc-action-btn] i.fa.fa-folder-o,
[new-fanuc-elem] i.fa.fa-folder-o,
[fanuc-action-btn] i.fa.fa-folder-open-o {
    color: #b8860b;
}

.fanuc-element .prog-program a {
    color: #656565 !important;
}

li.fanuc-element .actions {
    display: none;
}

li.fanuc-element li:hover .actions {
    display: block;
}

a.fanuc-folder span {
    color: initial;
}

.prog-dir-tree li.fanuc-element a[fanuc-action-btn],
.prog-dir-tree li.fanuc-element span[new-fanuc-elem],
.prog-dir-tree li.fanuc-element .fanuc-disabled {
    padding: 5px;
}

.fanuc-element.new-element button {
    border: none;
    background: transparent;
    padding: 0 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.fanuc-element.new-element button:hover {
    text-shadow: -2px -2px 1px rgba(150, 150, 150, 1);
}

.zoom-timeline {
    position: fixed;
    top: 50%;
    transition: top .2s;
    left: 50%;
    width: 1000px;
    z-index: 1000;
    margin-left: -500px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
}

.zoom-timeline .time-indicator-txt {
    color: black;
}

.nopadding {
    padding: 0 !important;
}

#timeline-container {
    margin-top: 10px;
}

.timelineZoomContainer {
    margin-top: 5px;
}

.modal-content .timelineZoomContainer {
    display: none !important;
}

#datepairExample {
    padding-right: 0;
}

@media (max-width: 991px) {
    .page-sidebar.navbar-collapse {
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    .machine-container .machine-led {
        width: 60px;
        height: 60px;
        float: left;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        margin: 0px 5px 15px 5px;
    }
    .dash-map .dash-led {
        width: 60px;
        height: 60px;
    }
    .popover .machine-led {
        width: 30px;
        height: 30px;
    }
}