﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    background-color: #edf0f5; /*#e7e9ec !important; */
    /*background-color: #c4d3e1;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

td {
    white-space: nowrap;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

input[type=checkbox] { width: 14px; height: 14px; display:inline-block; vertical-align:central; }

/*input[type=text] { width: 175px; } */

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
     color: aqua;
}

.navbar .brand, .navbar .nav > li > a:hover {
    color: white;
}

.navbar-default {
    color:  #F5F5F5;
	background-color: #3a5795;
    background-image: linear-gradient(#4B447B, #687794);
    
}

.navbar-default .navbar-brand {
color: #FFFFFF;
font-weight: bolder;
text-shadow: 0px 0px 0px #3a5795;
}

.navbar-default .navbar-nav > li > a {
color: #E2E2E2;
}

a:hover {
background-color: yellow;
}


.pagination-detail {
    margin-bottom: 0px;
}

.panel-body {
    padding: 6px;
}
.panel-heading {
    padding: 5px;
}

.table {
    margin-bottom: 0px;	
}

/* glyphicon toggle arrows */
.chevron-toggle>div:after,.chevron-toggle>h3:after,.chevron-toggle>h4:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  /*color: grey;*/
}
.chevron-toggle.collapsed>div:after,.chevron-toggle.collapsed>h3:after,.chevron-toggle.collapsed>h4:after {
  content: "\e080";
}

.chevron-up-toggle>div:after,.chevron-up-toggle>h3:after,.chevron-up-toggle>h4:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: right;
  /*color: grey;*/
}
.chevron-up-toggle.collapsed>div:after,.chevron-up-toggle.collapsed>h3:after,.chevron-up-toggle.collapsed>h4:after {
  content: "\e114";
}

.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}

#graphArea svg {width:100%;}

.controls {
        margin-top: 10px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 29px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

      #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        /* margin-left: 12px; */
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 200px;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

      .pac-container {
        font-family: Roboto;
      }
.borderless td, .borderless th {
    border: none !important;;
}

.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 396px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
   
.info-box {
  min-height: 50px;
  margin-bottom: 0px;
  padding: 2px;
  color: white;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.info-box i {
  display: block;
  /* height: 100px; */
  /*font-size: 60px;*/
  line-height: 55px;
  width: 90px;
  float: left;
  text-align: center;
  margin-right: 10px;
  /* padding-right: 20px; */  
  /*color: rgba(255, 255, 255, 0.75);*/
}
.info-box .count {
    /* margin-top: 20px; */
    font-size: 30px;
    font-weight: 700;
}

.title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
/*----------------	color------------------------*/
.dark-heading-bg {
  background: #4c4f53;
  border: 1px solid #4c4f53;
}
.main-bg {
  background: #e6e8ea;
}
.white-bg {
  color : #768399;
  background : #fff;
  background-color : #fff;
}
.red-bg {
  color : #fff;
  background : #d9534f;
  background-color : #d9534f;
}
.blue-bg {
  color : #fff;
  background : #4c5a6c;
  background-color : #4c5a6c;
}
.green-bg {
  color : #fff;
  background : #0ea767;
  background-color : #0ea767;
}
.greenLight-bg {
  color: #71843f;
  background: #71843f;
  background-color: #71843f;
}
.yellow-bg {
  color : #fff;
  background : #fc6;
  background-color : #fc6;
}
.orange-bg {
  color : #fff;
  background : #d39040;
  background-color : #d39040;
}
.purple-bg {
  color : #fff;
  background : #9196af;
  background-color : #9196af;
}
.pink-bg {
  color : #fff;
  background : #f78db8;
  background-color : #f78db8;
}
.lime-bg {
  color : #fff;
  background : #a8db43;
  background-color : #a8db43;
}
.magenta-bg {
  color : #fff;
  background : #a93737;
  background-color : #a93737;
}
.teal-bg {
  color : #fff;
  background : #567971;
  background-color : #567971;
}
.brown-bg {
  color : #fff;
  background : #b0dc76;
  background-color : #b0dc76;
}
.gray-bg {
  color : #768399;
  background : #727d65;
  background-color : #727d65;
}
.dark-bg {
  color : #fff;
  background : #1a2732;
  background-color : #1a2732;
}

