@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");

.row {
  width: 100%;
  padding: 10px;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
  border-left: none !important;
}

.table {
  width: 100%;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.cellUnit {
  font-size: 11px;
  color: #222;
}

.cellUnit2 {
  line-height: 10px;
  font-size: 11px;
  color: #222;
}

.cellRoute {
  font-size: 15px;
  color: #222;
}

.cellRest {
  font-weight: 600;
  font-size: 12px;
}

.cellDist {
  font-size: 12px;
}

.hiddable {
  padding: 7px;
  margin: 5px;
  margin-right: 0px;
  padding-right: 0px;
  display: none;
}

.hiddableBtn {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  color: rgb(179, 179, 179);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  /* transform: rotate(-90deg); */
}

.hiddableBtn:hover {
  color: rgb(133, 133, 133);
}

.progress {
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0;
  width: 100%;
  margin-right: 2px;
  height: 6px;
  overflow: hidden;
  float: right;
  background: #e5e5e5;
  border-radius: 2px;
  border: solid 1px rgb(168, 168, 168);
}

.onTimeProgressBar {
  position: relative;
  float: left;
  min-width: 0%;
  height: 100%;
  background: #27ae60;
}


.lateProgressBar {
    position: relative;
    float: left;
    min-width: 0%;
    height: 100%;
    background: #e74c3c;
}




.yellowProgress {
  /* background: #dfdddb; */
  background: #e74c3c;
}

.itinerariesGrid .x-grid-row .x-grid-cell {
  background-color: #fff;
}

.itinerariesGrid .x-grid-row-alt .x-grid-cell {
  background-color: rgb(255, 255, 255);
}


.itinerariesGrid .x-grid-row-alt .x-grid-cell,
.itinerariesGrid .x-grid-row .x-grid-cell {
  border-bottom: solid 1px rgb(196, 196, 196);
}

.itinerariesGrid .x-grid-row-focused .x-grid-cell {
  /* background-color: rgb(236, 236, 236) !important; */
  background-color: #2c3e505e !important;
  color: white !important;
}

/* x-grid-row x-grid-row-alt x-grid-data-row x-grid-row-selected x-grid-row-focused */
.topleft {
  vertical-align: top;

  width: 22px;
}

.notificationIconOff {
  vertical-align: top;
  margin-top: 3px;
  width: 70%;
  cursor: pointer;
  opacity: 0.4;
}

.notificationIconOn {
  vertical-align: top;
  width: 70%;
  margin-top: 3px;
  cursor: pointer;
  opacity: 1;
}

#toolbarmyid {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 15px !important;
}

#toolbarmyid2 {
  border: none !important;
  padding-left: 80px !important;
}

#toolbarmyid3 {
  padding-top: 10px;
  border: none !important;
  padding-left: 20px !important;
}

#toolbarmyid4 {
  background-color: #1c1c1c;
  padding: 13px;
  padding-left: 8px;
  border: none !important;
  text-align: center !important;
  font-size: 13px;
  font-weight: bold;
  font-family: arial, helvetica, verdana, sans-serif;
  color: white;
}

#filtersFirstToolbar {
  border-bottom: none;
  border-top: none !important;
  border-left: none;
  padding-top: 20px;
  padding-left: 20px !important;
}

#filtersSecondToolbar {
  border-left: none;
  padding-top: 20px;
  padding-left: 20px !important;
}

#mytesttest {
  background-color: blue !important;
}

#filtersPanel_header-targetEl
  > div.x-tool.x-box-item.x-tool-default.x-tool-after-title
  > img {
  margin: -2 !important;
  margin-top: 0 !important;
}

.petybtn {
  font-size: 5px !important;
}








#itinerariosencurso-body > div::-webkit-scrollbar-thumb
{	width: 7px;
	background-color: #1C1C1C;
}

#itinerariosencurso_header{
    border-bottom: 1px solid #1C1C1C !important;
}

#filtersPanel{
    border-bottom: 1px solid rgb(43, 43, 43) !important;
}

#filtersPanel_header{
    border-right:  px solid rgb(43, 43, 43) !important;

}

#filtersPanel-innerCt > div > div{
  border: none !important;
}


.connectionFooter{
    background-color: #3E3E3E;
    /* background-color: rgb(114, 114, 114); */
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: lightgray;
    font-size: 10px;
    border: none !important;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


.connectionFooterError{
    background-color: #E74C3C;
}
.connectionFooterLoading{
  background-color: #3498db;
  padding-bottom: 4px !important;

}

.connectionFooterLeft{
    width: 50%;
    float: left;

}
.connectionFooterRight{
    width: 50%;
    float: right;
    text-align: right;

}

.panicRow{
  background-color: #e74d3cc2;
}
.itinerariesGrid .x-grid-cell-inner{
  padding: 0px !important;
}
