@charset "utf-8";
/* CSS Document */

body {
  background: #191d27;
}
body {
  font-family: 'Roboto';
}
#main, #footer {
  margin-left: 0px;
}
.flex{
	display: flex;
}
.header {
  background: #20242f;
  height: 50px;
  z-index: 3;
}
.header .toggle-sidebar-btn {
  color: #fff;
}
#button-menu {
  display: block;
  width: 40px;
  height: 36px;
  position: relative;
  cursor: pointer;
  position: fixed;
  top: 15px;
  left: 35px;
  z-index: 999;
}
#button-menu div {
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), width 0.2s ease 0.2s;
  background-color: #19bd66;
}
#button-menu input {
  display: none;
}
#button-menu input + div {
  top: 0;
  left: 0;
  width: 25px;
  transform-origin: 50% 50%;
}
#button-menu input + div + div {
  top: 9px;
  left: 0;
  width: 15px;
  transform-origin: 0 50%;
}
#button-menu input + div + div + div {
  top: 19px;
  right: 3px;
  width: 25px;
  transform-origin: 100% 50%;
  transform: translate(-12px, 0);
}
.w-t{
	color: #fff;
  margin-right: 10px;
  font-size: 15px;
  padding-top: 3px;
}
.sidebar {
  /*  background-color: #222734; */
  padding: 20px 0;
  width: 380px;
  background-image: -moz-linear-gradient(-18deg, rgb(25, 29, 39) 0%, rgb(34, 39, 52) 100%);
  background-image: -webkit-linear-gradient(-18deg, rgb(25, 29, 39) 0%, rgb(34, 39, 52) 100%);
  background-image: -ms-linear-gradient(-18deg, rgb(25, 29, 39) 0%, rgb(34, 39, 52) 100%);
}

.sidebar-nav {
  padding: 60px 20px 40px 30px;
  font-weight: 300;
  font-style: normal;
}
.sidebar-nav .nav-link {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.sidebar-nav .nav-link:hover {
  background: transparent;
}
.sidebar-nav .nav-link i {
  color: #fff;
  font-size: 19px;
}
.sidebar-nav li.nav-item {
  width: 100% !important;
  display: inline-block;
  padding: 4px 0 9px 0;
  border-bottom: 1px solid #3a4153;
  display: flex;
  margin-bottom: 10px;
}
.form-check-input:checked {
  background-color: #19bd66;
  border-color: #19bd66;
}
.sidebar-nav .nav-link {
  padding: 0;
}
.sidebar-nav .nav-link {
  display: inline-block;
}
#sidebar-nav .form-check {
  margin-left: auto;
}
.sidebar-nav .nav-link:hover {
  color: #ccc;
}
.sidebar-nav .nav-link:hover i {
  color: #ccc;
}
a.mainmenu {
  width: 75%;
}
.sidebar-nav span.version {
  font-size: 10px;
  color: #ccc;
  display: flex;
  margin-top: 4px;
}
.sidebar-nav span.icona {
  width: 12%;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
span.title-menu {
  font-size: 15px;
  font-weight: 400;
  width: 80%;
  display: inline-block;
  float: left;
}
#sidebar .form-check-input {
  height: 0.9em;
  margin-left: -2.3em;
  width: 1.9em;
}
#sidebar {
  position: absolute;
  top: 0px;
  left: -380px;
  z-index: 999;
}
.hover {
  left: -200px
}
.btn-close {
  position: absolute;
  z-index: 9999999;
  color: #fff;
  right: 12px;
  top: 0px;
  font-size: 30px;
  cursor: pointer;
  color: #19bd66;
  opacity: 1;
}
.btn-close:hover {
  color: #fff;
}
.fullstyle {
  width: 100%;
}
.header .toggle-sidebar-btn {
  padding-left: 0;
}
.footer {
  position: fixed;
  bottom: 0;
  background: #000;
  width: 100%;
}
#footer {
  padding: 12px 0 8px 0;
  border-top: 1px solid #3c4a6c;
  background: #11131a;
}
#footer .sidebar-nav {
  width: auto;
  padding: 0 0 0 10%;
}
#footer .sidebar-nav li {
  display: inline-block;
  float: left;
  width: 16% !important;
}
#footer .sidebar-nav li .icona {
  padding-right: 0px;
  width: auto;
}
#footer .nav-link {
  width: 100%;
}
#footer .sidebar-nav .nav-link i {
  padding: 0;
}
#main {
  padding: 10px 30px;
  margin-top: 40px;
}
.main-dark{
  padding: 0 20px !important;
  }
iframe {
  width: 100%;
  height: 200px;

}
.blank-iframe{
	background: #2c313c;
	cursor: pointer;
}
.col-iframe {
  float: left;
  width: 20%;
  display: inline-block;
  padding: 0;
  margin: 10px;
  border: 1px solid #333846;
}
.widjets {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 60px 0 10px 0;
  display: flex;
  background:#000;
}

.widjets .add-widjet .add-img{
	display: block;
	text-align: center;
	margin: 50px 0 10px 0;
}
.widjets .add-widjet .add-img img{
	width: 30%;
	opacity: 0.7;
}
.widjets .add-widjet .add-button{
	cursor: pointer;
	display: block;
	text-align: center;
}
.widjets .add-widjet .add-button button{
	padding: 10px 20px;
  background: #000;
  border: none;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 300;
}
.nav-widget{
	display: flex;
  padding: 6px 12px 6px 12px;
}
.nav-widget .nav-widget-title{
	flex: 1;
  color: #fff;
  font-size: 13px;
}
.nav-widget .nav-widget-title span{
padding-left: 10px;
  opacity: 0.5;
  font-size: 11px;
}


.nav-widget a{
color: #fff;
  padding: 0 1px;
  height: 22px;
  line-height: 1;
}
.nav-widget .bx-refresh{
font-size: 20px;
padding-top: 2px;
}
.nav-widget .bx-trash{
font-size: 14px;
padding-top: 5px;
}
.content-shift img{
	width: 100%;
}



ul.menu-line {
  display: flex;
padding: 0 0px 10px 110px;
margin: 60px 0 10px 0;
}
.filler {
  flex-grow: 1;
  text-align: center
}
.menu-line .dropdown-element {
  display: flex;
  margin-right: 80px;
  height: 37px;
}
.menu-line .title-legends {
  line-height: 2.6;
  padding-right: 10px;
  color: #ccc;
  font-size: 15px;
}
.menu-line .w1 {
  width: 100px;
}
.menu-line .w2 {
  width: 150px;
}
.menu-line .form-select {
  border: none;
  background: #2c313c;
  /* color: #17d671; */
  border-radius: 2px;
  font-size: 15px;
  position: relative;
  color: #17d671;
  padding: 0 15px;
}
.menu-line .form-select:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}
.menu-line select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c313c;
  background-image: none;
}
/* Remove IE arrow */
.menu-line select:-ms-expand {
  display: none;
}
/* Custom Select */
.menu-line .select {
  position: relative;
  display: flex;
  overflow: hidden;
  /*  border-radius: .25em; */
  border: none;
}
.menu-line select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
.menu-line .select:after {
  content: "\ea6e";
  position: absolute;
  top: 4px;
  right: 0;
  padding: 0 1em;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  font-family: 'remixicon' !important;
  color: #fff;
  /* border-left: 1px solid #777; */
}
/* Transition */
.menu-line .select:hover:after {
  color: #fff;
}
.menu-line .bi:before, .menu-line[class^="bi-"]:before, .menu-line[class*=" bi-"]:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
}
.menu-line .number {
  background: #2c313c;
  display: flex;
}
.menu-line .number .minus, .menu-line .number .plus {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.menu-line .number input {
  width: 40px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  background: transparent !important;
  border: none;
  color: #17d671;
}
.menu-line .number span {
  cursor: pointer;
  padding-top: 5px;
}
.menu-line .plusminus .minus {
  border-right: 1px solid #3b414d;
}
.menu-line .plusminus .plus {
  border-left: 1px solid #3b414d;
}
.menu-line .plusminus .minus:hover, .menu-line .plusminus .plus:hover {
  background: #3b414d;
}
.icona .icon-waste {
  width: 16px;
  height: 16px;
  display: flex;
}
.icon-stop-sign {
  width: 17px;
  height: 17px;
  display: flex;
  margin-top: 3px
}
.icon-change-over {
  width: 20px;
  height: 19px;
  display: flex;
  margin-top: 3px;
}
.make-ticket-btn {
  display: flex;
}
.make-ticket-btn button {
  margin-right: 20px;
}
.make-ticket-btn button {
  border-radius: 3px;
  background-image: -moz-linear-gradient(-100deg, rgb(26, 176, 96) 0%, rgb(23, 214, 113) 99%);
  background-image: -webkit-linear-gradient(-100deg, rgb(26, 176, 96) 0%, rgb(23, 214, 113) 99%);
  background-image: -ms-linear-gradient(-100deg, rgb(26, 176, 96) 0%, rgb(23, 214, 113) 99%);
  font-size: 14px;
  border: none;
  padding: 10px 20px;
}
form.make-ticket-modal {
  padding: 0 50px 40px 50px;
}
.modal-dialog {
  max-width: 43%;
}
.modal-header {
  background: #343945;
  padding: 12px 40px;
}
.modal-body {
  background: #f7f7f7;
  padding: 0;
}
.modal-title {
  color: #fff;
  font-size: 16px;
  margin-right: 90px;
  flex: 1;
  font-weight: 400;
}
.modal-title span {
  padding-left: 7px;
}
.modal-footer {
  background: #fff;
  padding: 15px 0px;
}
.submit-button-bottom{
	text-align: center;
}

.submit-button-bottom button{
	background: #19b864;
  border: none;
  border-radius: 3px;
  padding: 8px 20px;
  font-size: 15px;

}
.submit-button-bottom button:hover{
	background: #19b864;
	opacity: 0.8
	
}
.modal-header .btn-close {
  background: none;
  height: 30px;
  position: relative;
  opacity: 1;
}
.user-make-ticket {
  /* padding: 0 25px 0 40px; */
}
.user-make-ticket span {
  color: #acafb4;
  padding-right: 4px;
  font-size: 13px;
}
.user-make-ticket i {
  color: #acafb4;
}
.modal-header .btn-close i {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: -20px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.search-bar {
  background: #5f6676;
  border: none;
  color: #fff;
}
.search-bar input {
  height: 28px;
  font-size: 14px;
  background: #5f6676;
  border: 1px solid #5f6676;
  color: #fff;
  padding-left: 10px;
}
.search-bar button {
  background: #5f6676;
  border: none;
  padding: 0 13px;
  border-left: 1px solid #8e8a8a;
}
.search-bar i {
  color: #dbd0d0;
}
.btn-upload {
  float: left;
  width: 100px;
}
form.make-ticket-modal aside {
  border: 1px solid #d9dde8;
  padding: 15px 50px;
  background: #fff;
  border-top: 3px solid #19b864;
  position: relative;
}
form.make-ticket-modal .title-aside {
  width: 160px;
  background: none;
  padding: 30px 0 2px 0;
  border-radius: 0 0 0 0;
  text-align: left;
  color: #000;
  font-size: 17px;
}
ul.bottom-menu-ticket {
  display: flex;
  padding: 0 0 0 30px;
  margin: 0;
}
ul.bottom-menu-ticket li {
  display: flex;
  flex: 1;
}
ul.bottom-menu-ticket li a {
  color: #fff;
  font-size: 13px;
  line-height: 3;
  font-family: 'Roboto';
}
ul.bottom-menu-ticket button {
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 20px;
}

.record-voice, .record-video, .record-picture{
  background: #19b864;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
   border: none;
}
.record-voice:hover, .record-video:hover, .record-picture:hover{
  background: red;
}
.record-voice i, .record-video i, .record-picture i{
font-size: 21px;
  color: #fff;

}



aside .form-control::placeholder {
  color: #999fac !important;
  opacity: 1;
}
.make-ticket-modal .col-form-label {
  font-size: 14px;
  color: #312c2c;
  margin-bottom: 0;
  padding: 1px 0;
}
.make-ticket-modal .form-control, .form-select {
  font-size: 14px;
  background: #f3f3f3;
  border: none;
  height: 35px;
}
.make-ticket-modal .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 96% 7px;
}
.make-ticket-modal .form-control:placeholder {
  color: #a6a2a2;
}
.make-ticket-modal .form-select {
  font-size: 14px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 2px;
  line-height: 1;
}
.submit-ticket {
  position: absolute;
  bottom: -20px;
  right: 0;
  background-image: -moz-linear-gradient(-100deg, rgb(26, 176, 96) 0%, rgb(23, 214, 113) 99%);
  background-image: -webkit-linear-gradient(-100deg, rgb(26, 176, 96) 0%, rgb(23, 214, 113) 99%);
  background-image: -ms-linear-gradient(-100deg, rgb(26, 176, 96) 0%, rgb(23, 214, 113) 99%);
  z-index: 10;
  border-radius: 4px 0 0 4px;
  border: none;
  padding: 7px 17px;
  font-size: 15px;
}
.submit-ticket:hover {
  background: #2eb16c
}
.blank {
  height: 20px;
}
.box-upload {
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
}
.box-upload span {
  color: #717171;
  font-size: 12px;
  display: inline-block;
  height: 30px;
  line-height: 35px;
  padding-left: 20px;
}
.box-upload a {
  border: 2px dotted #ccc;
  padding: 0px 20px;
  cursor: pointer;
  margin-bottom: 10px;
}
.box-upload i {
  font-size: 25px;
  color: #343945;
  position: absolute;
  left: 9px;
  top: 5px;
}
form.make-ticket-modal .mb-3 {
  margin-bottom: 0.6rem !important;
}
.p0 {
  padding: 0 10px 0 0;
}
.p00 {
  padding: 0;
}
.ticket-message p {
  font-size: 13px;
  margin-bottom: 1px;
}



button.video-v:active, .btn:first-child:active {
  background-color: transparent;
}

.video-t {
  font-size: 12px;
  font-weight: 500;
}
section.sittings {
	
}
section.section-sittings {
  margin-top: 30px;

}
.sittingsbox {
  background: #fff;
  padding: 25px 35px;
  margin: 9px 0px;
  border-radius: 3px;
  text-align: left;
  height: 180px;
}

.sittingsbox span{

  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
}


.sittingsbox i {
font-size: 24px;
  color: #fff;
  padding: 8px 0 0 0px;
  display: inline-block;
}
.sittingsbox h5 {
  padding-top: 0;
  font-size: 18px;
  color: #353535;
  font-family: "Roboto";
  font-weight: 500;
}


.header .search-form input{
	background: #fff;
}

.nav-sittings h1{
	font-size: 18px;
	color:#fff;
}

 .nav-sittings .search-bar{
	background: transparent;
	padding: 0 20px;
	margin-right: 20px;
	min-width: 260px;
}
.nav-sittings .header .search-form input {
  background: #ddd;
}
.sittingsbox p{
  font-size: 15px;
  color: #666363;
  font-family: "Roboto";
}
.mp{
	
}
.bg-red{
background: #f74444;
}
.bg-green{
background: #19bd66;
}

.bg-black{
	background: #535353;
}
.bg-orange{
	background: #ffb300;
}
.bg-gray{
	background: #bbb;
}

.bg-t-orange{
	background: #ff8024;
}
.bg-sea{
	background: #4BCCC0;
}

.bg-blue{
	background: #0a98dd;
}

.text-right{
	text-align: right !important;
}


.w-100{
  width: 100%;
   align-items: center;
  justify-content: center;
}
section.road-map aside{
	padding: 20px 50px;
}
li.line-info {
margin-bottom: 10px;	
}
section.road-map .line-list{
	/* padding-top: 20px; */
	/* display: inline-block; */
	width: 100%;
}
section.road-map .line-list .card-body{
	padding: 50px 0 0 0;
}
.col-road-1{
	width: 80%;
	background: #21252d;
	padding-top: 20px;
}
.col-road-2{
	width: 20%;
 background: #2f343e;

}

section.road-map .line-list .card-body li.line-info {
  margin-bottom: 0;
  padding: 8px 8px;
  border-bottom: 1px solid #3d4851;
}

section.road-map .line-info .ico{
	color: #fff;
	font-size: 19px;
	width: auto;
}
section.road-map .line-info i{
	color: #fff;
  font-size: 20px;
  opacity: 0.7;
}


section.road-map .line-info .title {
  color: #f0f0f0;
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
  width: 50%;
  line-height: 1.3;
}

section.road-map .line-info .number{
	font-size: 16px;
  font-weight: 400;
  width: 40%;
  justify-content: right;
  display: flex;

}
section.road-map .line-info .number span{
	font-size: 13px;
	font-weight: 400;
	
}
.green {
  background-image: -moz-linear-gradient(-100deg, rgb(26, 176, 96) 0%, rgb(23, 214, 113) 99%);
  background-image: -webkit-linear-gradient(-100deg, rgb(26, 176, 96) 0%, rgb(23, 214, 113) 99%);
  background-image: -ms-linear-gradient(-100deg, rgb(26, 176, 96) 0%, rgb(23, 214, 113) 99%);
}
.color-red{
	color: #f44;
}
.color-green{
	color: #18ca6c;
}
.color-yellow{
	color: #ffce5a;
}
.accordion-button:not(.collapsed) {

  background-color: red;
  /* width: 150px;
  position: absolute;
  top: 0;
  right: 28px;
  z-index: 999; */
}
.accordion-item {
  border: none;
  background: transparent;
}
.accordion .form-check{
	margin-right: 40px;
}
.accordion .form-switch .form-check-input{
	width: 45px;
	height: 20px;
}



/* #######  TIMELINE  #######*/



table.timetine {
    width: 100%;
    border: 0;
	  text-align: center;
}

table.timetine tr.content-timetine{
	background:#000;
}

table.timetine .col-chours {
    width: 5%;
}
table.timetine .col-colors{
    width: 82%;
}

table.timetine .title-timetine span{
 color: #b9b9b9;
  font-size: 13px;
  font-weight: 400;

}
table.timetine .content-timetine .chours span{
   color: #c8c8c8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  padding: 5px;
}


table.timetine .content-timetine .colors{
  display: block;
  background: #151515;
  height: 67px;
  
  padding: 6px 0;
  margin-right: 5px;

}
table.timetine tr.content-timetine:nth-child(even) {
  background: #212633;
}



table.timetine .content-timetine .oee{
	color: #18c76a;;
	font-size: 15px;
}
table.timetine .content-timetine .stop{
	color: red;
	font-size: 15px;
}
table.timetine .content-timetine .speed{
	color: #c8b155;
	font-size: 15px;
}
table.timetine .content-timetine .value{
	color: #d2d2d2;
	font-size: 13px;
}

table.timetine .content-timetine .colors div{
	display: inline-block;
	height: 100%;
    float: left;
	text-align: left;
    padding-left: 5px;
}

.red{
	background: #ff2b2b;
}
.t-red{
background: #913434;	
}
.black{
background: #423939;	
}
.green{
	
background: #18ca6c;
position: relative;
}
.yellow{
	background: #ffff56;
}
.per-5{
	width: 5%;
}
.per-10{
	width: 10%;
}
.per-20{
	width: 20%;
}
.per-30{
	width: 30%;
}
.per-40{
	width: 40%;
}
.per-50{
	width: 50%;
}
.per-60{
	width: 60%;
}
.per-70{
	width: 70%;
}
.per-80{
	width: 80%;
}
.per-90{
	width: 90%;
}
.per-100{
	width: 100%;
}
.dot-box{
	position: absolute;
	bottom:-43px;
	left:0;
}

.dot {
  height: 12px;
  width: 12px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
  margin: 0 4px;
  cursor: pointer;
   position: relative;
}
.dot:hover {
  background-color: #fff;
}

/* 
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
} */

.dot .tooltiptext {
  visibility: hidden;
  width: 200px;
  background: rgba(0,0,0,0.85);
  color: #fff;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: -80px;
  height: auto !important;
  display: inline-block !important;
  font-size: 12px;
}
.dot .tooltiptext h6{
	padding: 20px 20px 0 20px;
}
.dot .tooltiptext p{
	padding: 0 20px 0 20px;
}
.dot:hover .tooltiptext {
  visibility: visible;
}

.svg-red-pin svg{
  height: 53px;
  position: absolute;
  bottom: 0px;
  left: 331px;
}
.svg-green-pin svg{
  height: 53px;
  position: absolute;
  bottom: 0px;
  left: 331px;
}
.svg-black-pin svg{
  height: 53px;
  position: absolute;
  bottom: 0px;
  left: 331px;
}
.svg-red-orange svg{
  height: 53px;
  position: absolute;
  bottom: 0px;
  left: 139px;
}
.video-btn{
  padding: 4px;
  background: none;
  border: none;
}

.video-btn i{
  font-size: 20px;
  color:#000;
}
.video-btn i:hover{
  opacity: 0.7;
}
.modal-video-reccord img{
	width: auto;
}
.modal-video-reccord .modal-dialog {
  max-width: 25%;
}
.modal-video-reccord .modal-header, .modal-video-reccord .modal-body, .modal-video-reccord .modal-footer{
	background: #fff;
}

.modal-video-reccord .modal-body{
	padding: 40px;
	text-align: center;
}
.modal-video-reccord h3{
	font-size: 24px;
	font-weight:300;
	color: #fa1b3b;
}

.modal-video-reccord h5{
	font-size: 17px;
	font-weight:300;
	color: #444;
}
.modal-video-reccord .modal-footer{
	padding: 13px 10px;
}
.modal-video-reccord .modal-header {
  padding: 19px 40px;
}
.modal-video-reccord .btn-primary {
  background: #e94439;
  border: none;
}
.modal-video-reccord .btn-close{
	top: 15px;
}

.filter-lines{
	position: absolute;
  top: 10px;
  left: 100px;
  z-index: 9;
}
.filter-lines #mycheck-togle {
  background: transparent;
  border: none;
  font-size: 14px;
 height: auto;

}
ul.menu-line {
  margin: 20px 0 10px 0;
}
/* .accordion-item .show{
	padding-top: 0px;
}
.accordion-item {
	padding-top: 40px!important;
} */

.col-road-1 h2.title{
	padding-left: 105px;
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
}