/*
renkpaleti:
#004e72 3025 C
#1676a8 641 U
#00587c 308 C
#d5d0ca WARM GRAY 1C
#56575b COOL GRAY 11C
#171e26 BLACK 6C
*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?ymmtf3');
  src: url('fonts/icomoon.eot?ymmtf3#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ymmtf3') format('truetype'),
    url('fonts/icomoon.woff?ymmtf3') format('woff'),
    url('fonts/icomoon.svg?ymmtf3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mc-head:before {
  content: "\e900";
  color: rgb(253 253 253);
  font-size: 18pt;
}

html,
body {
  height: 100% !important;
  margin: 0px !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #0167a8;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0091eb;
}

::-webkit-scrollbar-thumb:active {
  background: #0091eb;
}

::-webkit-scrollbar-track {
  background: #d5d0ca;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
  background: #d5d0ca;
}

::-webkit-scrollbar-track:active {
  background: #d5d0ca;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.dashboardv2 .card-tools .filter {
  padding-right: 5px;
}

.dashboardv2 .card-tools .filter button {
  font-size: 10pt;
  height: 100%;
  margin-left: 5px;
}

.dashboardv2 .card-tools .filter button i {
  margin-left: 1px;
}

.card-danger .bg-status {
  color: #dc3545;
  background-color: white;
}

.card-secondary .bg-status {
  color: #6c757d;
  background-color: white;
}

.card-success .bg-status {
  color: #28a745;
  background-color: white;
}

.card-warning .bg-status {
  color: #ffc107;
  background-color: white;
}

.card-info .bg-status {
  color: #17a2b8;
  background-color: white;
}

.product-row .head {
  font-weight: bold;
}

.product-row div {
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc
}

;

.sidebar-none nav.main-header {
  margin-left: 0 !important;
}

.sidebar-none div.content-wrapper {
  margin-left: 0 !important;
}

.sidebar-none footer.main-footer {
  margin-left: 0 !important;
}

.nav-sidebar {
  margin-bottom: 100px !important;
}

.alert-header {
  margin-left: 100px;
  background-color: #dc3545;
  width: 100vw;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 16pt;
  height: 30px;
}

.alert-header span {
  padding-right: 8px;
}

.alert-header i {
  margin-top: 5px;
  cursor: pointer;
  border: solid 1px;
  padding: 0px 3px;
  border-radius: 3px;
}

.icon-alert {
  color: #dc3545;
}

.icon-warning {
  color: #ffc107;
}

.alert-header i:hover {
  color: #00587c;
  border-color: #00587c;
}

.main-footer {
  background-color: #efecea !important;
  color: black !important;
  padding-right: 0px !important;
}

.main-footer a {
  color: #1674A7;
}

.control-sidebar-dark {
  background-color: #004e72 !important;
  color: #d5d0ca
}

#chat {
  background-color: #004e72;
  color: white;
  padding: 5px 30px 4px 0px;
  border-radius: 5px;
  position: absolute;
  z-index: 999;
  right: 5px;
}

#chat:hover {
  background-color: #1676a8;
}

#chat .badge {
  background-color: white;
  color: #171e26;
  margin-right: 10px;
  margin-left: 15px;
}

.sidebar-mini .brand-link {
  height: 100px;
}

.brand-link .logo-xl {
  max-height: 70px !important;
}

.sidebar-mini.sidebar-collapse .brand-link {
  height: 60px;
}

.sidebar-mini.sidebar-collapse .brand-link .logo-xl {
  max-height: 40px !important;
}

.sidebar-dark-primary {
  background-color: #004e72 !important;
}

.sidebar-dark-primary a {
  color: #ffffff !important;
}

.sidebar-dark-primary nav ul a:hover {
  background-color: #1676a8 !important;
}

.content-wrapper {
  background-color: #efecea !important;
}

.tools {
  border-left: solid 1px #004e72;
}

#toolbar {
  border-left: solid 1px #004e72;
}

#toolbar .btn {
  font-size: 9pt;
  width: 100%;
  margin-bottom: 5px;
  height: 50px;
  background-color: #004e72;
}

.tools .tool {
  border: 1px solid;
  border-radius: 2px;
  text-align: center !important;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  background-color: white;
  cursor: grab;
}

.tools .tool:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.tools .tool .text {
  font-weight: bold;
  font-size: 12pt;
  margin-top: 20px;
  position: relative;
  top: 20px;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.tools .tool .icon {
  font-size: 20pt;
  margin-top: 20px;
  position: relative;
  top: 10px;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.tools .tool .icon label {
  display: block;
  font-size: 8pt !important;
}

.tools .tool span:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#droppable {
  width: 100%;
  min-height: 150px;
}

#droppable .drophere {
  padding-top: 50px
}

#droppable .row {
  background-color: #ccc;
  min-height: 100px;
}

#droppable .col {
  min-height: 100px;
  border: 1px #000 solid;
}

#droppable .info {
  height: 15px;
  padding: 0px;
}

#droppable .delete {
  padding: 0px 3px 0px 3px;
  margin-left: 5px;
  font-size: 6pt;
  top: 0px;
  color: #fff;
  background-color: #c0392b;
}

#droppable .arrow {
  height: 20px;
  width: 100%;
  background-color: #01ff70;
  text-align: center;
}

#droppable .header {
  position: relative;
  font-size: 10pt;
  padding: 0px 0px 0px 0px;
  top: -5px;
  height: 10px !important;
}

#droppable .info label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
  padding-left: 10px;
  float: left;
  font-size: 10pt;
}

#droppable .info label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  padding-right: 10px;
  float: right;
  font-size: 10pt;
}

.bootstrap-table .time {
  font-size: 10pt;
}

.bootstrap-table .time i {
  font-size: 8pt;
}

.overlays i {
  width: 100%;
}

.btn-warning.overlays .fa-slash {
  position: absolute;
  right: 2%;
  top: 25%;
  color: white
}

.btn-success.overlays .fa-slash {
  position: absolute;
  right: 2%;
  top: 25%;
  color: white
}

.bootstrap-table .badge {
  min-width: 50px;
}

#supportmodal .modal-body .id>.text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#supportmodal .modal-body .header {
  font-weight: bold;
}

#supportmodal .modal-body .header:after {
  content: " :"
}

#supportmodal .modal-body .row>div {
  margin-top: 5px;
  padding: 5px 10px 5px 10px;
}

#notificationModal .modal-body .id>.text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#notificationModal .modal-body .header {
  font-weight: bold;
}

#notificationModal .modal-body .header:after {
  content: " :"
}

#notificationModal .modal-body .row>div {
  margin-top: 5px;
  padding: 5px 10px 5px 10px;
}

.rotate-center {
  animation: rotate-center 1s ease-in-out infinite both
}

@keyframes rotate-center {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

#cardreaderModal .fa-sync {
  font-size: 20pt;
  margin-left: 20px;
}

#cardreaderModal .modal-body {
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
}

#cardreaderModal .modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
}

#cardreader {
  position: absolute;
  top: 45%;
  width: 100%;
  background: transparent;
  height: 40px;
  border: none;
}

#newEmployee .password {
  position: relative;
}

#newEmployee .password i:before {
  position: absolute;
  top: 44px;
  right: 20px;
  opacity: .5;
  cursor: pointer;
}

#newEmployee .password i:hover:before {
  opacity: 1;
}

.login-page {
  min-height: 549.757px;
  background-repeat: no-repeat;
  background-position-x: -480px;
}

.bg-machDark {
  background-color: #004e72 !important;
}

.bg-dashboard {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* CHAT ITEMS START */
.chat-main {
  height: 78%;
  overflow: auto !important;
}

.chat-content {
  height: 100% !important;
  overflow: unset !important;
}

.chat-aside {
  width: 450px !important;
}

.chat-btn {
  position: relative;
}

button i.chat-icon {
  position: absolute !important;
  top: -8px;
}

div.col-1 label.chat-au-name {
  width: 100%;
  font-size: 0.9rem;
}

.card-footer {
  padding-top: 0px !important;
  margin-top: -10px !important;
}

aside.chat-aside {
  height: 88vh !important;
  border: 1px solid;
  bottom: 57px;
  top: 57px;
  display: none;
}

.chat-pm-user {
  border-radius: 6px;
}

footer .direct-chat-img {
  width: 25px !important;
  height: 25px !important;
  margin-left: 5px;
}

/* footer > div.direct-chat-messages{background-color:"#1676a8!important";overflow:unset!important;}
footer div.chat-user-direct-messages{position:absolute;bottom:0;right:11%;background:#004e72;height:45%;}
#chat-private{background-color:#004e72;color:white;padding:5px 30px 4px 0px;border-radius: 5px;}#chat-private:hover{background-color: #1676a8;}
footer div.chat-private-panel{position:absolute}
footer .chat-body{height:100%!important;}
footer .chat-body .direct-chat-messages{overflow: unset;height:90%;} */
.direct-chat-messages {
  height: 400px !important;
}

.chat-panel .card-tools {
  margin-left: 30px;
}

.chat-user-bar {
  margin-bottom: 55px !important;
  z-index: 1111;
}

.private-chat-body {
  border-bottom: 1px solid white !important;
  height: 400px !important;
  margin: 10px 5px;
}

.private-chat-footer {
  padding-top: 20px !important;
}

.private-card-title-span {
  position: absolute;
  bottom: 21%;
  left: 15%;
  font-size: 0.9rem !important;
}

.collapsed-card .private-card-title-span {
  left: 22% !important;
}

.collapsed-card {
  height: max-content;
  margin-top: auto;
}

#pointer:hover {
  cursor: pointer;
}

/* CHAT ITEMS END */
.bg-ssid {
  background-color: #004e72 !important;
  color: white;
}

.bb-white {
  border-bottom: 1px solid white !important;
}

.bt-white {
  border-top: 1px solid white !important;
  padding-top: 10px !important;
}

.progresscolumn .badge-product,
.progresscolumn .badge-employee,
.progresscolumn .badge-machine {
  background: #d5d0ca;
  color: #000;
  padding: 5px
}

.progresscolumn .badge-employee {
  margin-top: 15px;
}

.progresscolumn .badge-machine {
  margin-bottom: 15px
}

.progresscolumn .badge-product {
  margin-right: 15px
}

.progresscolumn .bg-product {
  background-color: #1676a8;
}


body>.fullpage {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99;
  background-color: #004e72;
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
}

body>.fullpage .imgcol {
  position: relative;
  height: 100vh;
}

body>.fullpage .imgcol .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

body>.fullpage .imgcol .text img {
  width: 100%;
}

body>.fullpage .imgcol .head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

body>.fullpage .imgcol .head>img {
  width: 100%;
}

.fade-in-1 {
  -webkit-animation: fade-in 1.0s ease-in-out both;
  animation: fade-in 1.5s ease-in-out both
}

.fade-in-2 {
  -webkit-animation: fade-in 1.0s ease-in-out both;
  animation: fade-in 1.5s ease-in-out 3.5s both
}

.fade-out-1 {
  -webkit-animation: fade-out 1.0s ease-out 1.5s both;
  animation: fade-out 1.5s ease-out 2s both
}

.fade-out-2 {
  -webkit-animation: fade-out 1.0s ease-out 3s both;
  animation: fade-out 1.5s ease-out 5s both
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

#table tr>td>.card-views .card-view-value {
  width: 100% !important
}

.mission>a>p {
  color: red;
  font-weight: bold;
  font-size: 16pt;
}

.mission>a>i:before {
  color: red;
  font-weight: bold;
  font-size: 20pt;
}

.mission>ul p {
  color: red;
  font-weight: bold;
  font-size: 12pt;
}

.mission>ul i:before {
  color: red;
  font-weight: bold;
  font-size: 12pt;
}

.color-red {
  color: red !important;
}

.color-green {
  color: green !important;
}

aside .card-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.operator .card-header {
  height: 25vh;
}

.operator .card-title {
  font-size: 16pt;
  font-weight: bold;
  height: 2vh;
}

.operator .content .card-title {
  font-size: 14pt;
  font-weight: bold;
  height: 2vh;
}

.operator .card-body .row {
  max-height: 60vh;
}

.operator .card-header .list {
  font-size: 12pt;
}

.operator .workorder {
  text-align: center;
  font-size: 18pt;
  padding: 10px 0px 10px 0px;
  background-color: #1676a8;
  color: white;
  border: 3px solid;
  max-height: 200px;
}

.operator .nav .nav-link {
  border: 1px solid #1676a8;
  margin: 0px 10px;
  color: #1676a8;
  font-size: 16pt
}

.operator .nav .nav-link:hover {
  border: 1px solid #1676a8;
  margin: 0px 10px;
  background-color: #1676a8;
  color: white !important;
}

.operator .nav .nav-link.active {
  border: 1px solid #1676a8;
  margin: 0px 10px;
  background-color: #1676a8;
}

.main-footer .addworkorder {
  border-radius: 50%;
  color: white;
}

.operator .content .card-body {
  height: 80px;
}

.operator .content .first-row .card-body {
  height: 60px;
  padding: 5px 1px 1px 20px;
}

.operator .producedKnob .knob {
  height: 170px
}

.operator .content .card {
  margin-bottom: 10px
}

.operator .headerbutton {
  color: white !important;
  background-color: #1676a8;
  font-size: 8pt;
  padding: 0;
  border-radius: 0px;
}

.operator .workorderlabel {
  text-align: right;
}

.operator .workordertext {
  text-align: left;
}

.operator .workorder .row {
  border-top: 1px solid;
}

.settingsheadtext {
  font-weight: bold;
  padding: 10px 0px;
  color: #1676a8
}

.settingsheadtext span {
  font-weight: bold;
  padding: 10px 0px;
  color: #171e26;
  font-size: 10pt;
}

.settingsheadtext span:before {
  content: '('
}

.settingsheadtext span:after {
  content: '.)'
}

.headertext {
  font-weight: bold;
  padding: 10px 0px;
  color: #171e26
}

.headertext span {
  font-weight: bold;
  padding: 10px 0px;
  color: #171e26;
  font-size: 10pt;
}

.headertext span:before {
  content: '('
}

.headertext span:after {
  content: '.)'
}

.workordersweet tr td:nth-child(1) {
  font-weight: bold;
  text-align: right;
}

.workordersweet tr td:nth-child(1):after {
  content: ' :';
}

.workordersweet tr td:nth-child(2) {
  text-align: left;
  padding-left: 10px
}

.workordersweet table {
  margin: auto;
}

.modal-info {
  font-size: 8pt;
  font-weight: normal !important;
}

#auth>div {
  border-bottom: 1px solid #d5d0ca;
  margin-bottom: 15px;
  padding-left: 10px;
}

.bootstrap-table,
.bootstrap-table .fixed-table-container,
.bootstrap-table .fixed-table-body {
  min-height: 300px !important;
}

.swal-btn {
  height: 90px;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18pt !important;
}

.select2-container--open {
  z-index: 9999999
}

#checklistform label {
  font-weight: normal;
  font-size: 14pt;
  margin-bottom: 5px;
  margin-top: 5px;
}

#checklistform .head label {
  font-weight: bold;
}

#checklistform .row {
  border-bottom: 1px solid #ccc;
}

#checklistform input.checklist {
  font-size: 10pt !important;
}

.rotateanimation {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}