﻿.row {
  margin-left: -5px;
  margin-right: -5px;
}

.nav-height{
    height: 25px;
}

.left-fa-truck {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.fa-custom-title {
    color: rgb(105,105,104);
}

.fa-custom {
    color: rgb(8,85,93);
}

.fa-custom-exception {
    color: red;
}
