@import "googlefonts.css";
/*
 *
 *   INSPINIA - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
.navbar-nav>li {
    float: none;
    background-color:#EBEBEB;
    border-right-color:red;
    border-right-width:1px;
    border-right-style:solid;
    /* padding-bottom:-10px; */
    text-align:center;
    color:red;
    font-size:13px;
    height:30px;
    line-height:30px;
    padding:0px;
}

.menu_button{
    height:30px;
    width:100%;
    text-align:center;
    line-height:30px;
}
.navbar-nav>li>a{
    padding-bottom:10px;
    background-color:#f3f3f4;
    color:#676a6c;
    /*color:#FFFFFF;*/
}
.navbar-nav>li>a:hover{
    background-color:#EBEBEB;
}
.navbar-nav>li:hover{
    background-color:#EBEBEB;
}
.navbar-nav>li.active{

    background-color:red;
    border-bottom-color:#f36f21;
    border-bottom-width:3px;
    border-bottom-style:solid;
}
.footer_sticky{
    min-height:33px;
    position:fixed;
    bottom:0;
    background-color:#f3f3f4;
    margin:0px 0px 0px -7px;
    padding:10px;
    border-radius:0px;
    border-top: 3px solid #e7eaec;
}
@media (min-width: 300px){
    .nav-justified {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
        width: 100%;
    }
    .nav-justified>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}
.label-text {
    alignment-baseline: middle;
    font-size: 12px;
    font-family: arial,helvetica,"sans-serif";
    fill: #393939;
}
.label-line {
    stroke-width: 1;
    stroke: #393939;
}
.label-circle {
    fill: #393939;
}

.list-content {
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
  width: 100%;
  /* background-color: inherit; */
  /* color: #ffffff; */
  border-radius: 4px;
}
.list-content h4 small {
  color: inherit;
}
.green {
  background-color: #1AB394;
}
.red {
  background-color: #ED5565;
}
.black {
  background-color: #777;
}
.greyBlue {
  background-color: #2F4050;
}
.blue {
  background-color: #042151;
  color: white;
  /*padding: 5px, 0, 5px, 0;*/
  /*margin: 0, 5px, 0, 5px;*/
}
.safetybg {
  background-color: #f8ac59;
}
.devicebg {
  background-color: #23c6c8;
}
.enginebg {
  background-color: #1C8486;
}
.gpsbg {
  background-color: #ED5565;
}
/*#ED5565*/
.list-content:hover{
  transform: scale(1.05);
  /* translate(5px, 0);*/
  box-shadow: 0 0 4px 0 rgba(33,33,33,0.2);
}
.container {
  width: 100%;
  text-align: center;
}
.container > li {
  display: inline-block;
  margin: 10px;
  width: 30%;
}
@media only screen and (max-width: 600px) {
  /* Minimum screen with 600px needed to apply this css */
  .container > li {
    display: inline-block;
    margin-left: 0px;
    width: 100%;
  }
}
.mInputBoxPadding{
  margin:4px;
  margin-left: 10px;
  margin-right: 10px;
}
.mdPaddingForVariant{
  margin:0px;
  padding:9px;
}
.mdPadding {
  margin:0px;
  padding:5px;
}
select.dropDownFont{
  font-size:12px;
}
md-content.titleBarColor{
  background-color:#404040;
  font-family: Helvetica; 
  color:white;
}
.pull-center {
  text-align:  center;
  vertical-align: middle;
}
.list-content1:hover{
  transform: scale(1.05);
  /* translate(5px, 0);*/
  box-shadow: 0 0 4px 0 rgba(33,33,33,0.2);
}