/* app css stylesheet */
.redText {
  color: red; }

.myTest {
  color: blue; }

.selected {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fff));
  background-image: -webkit-linear-gradient(top, #ddd, #fff);
  background-image: -moz-linear-gradient(top, #ddd, #fff);
  background-image: -ms-linear-gradient(top, #ddd, #fff);
  background-image: -o-linear-gradient(top, #ddd, #fff);
  background-image: linear-gradient(top, #ddd, #fff);
  background-color: #0093D0;
  color: #003764;
  font-weight: bold;
  font-size: larger;
  font-family: Montserrat, arial, sans-serif; }

.notselected {
  background-image: -webkit-linear-gradient(top, #003764, #467195);
  background-image: -webkit-linear-gradient(top, #003764, #467195);
  background-image: -moz-linear-gradient(top, #003764, #467195);
  background-image: -ms-linear-gradient(top, #003764, #467195);
  background-image: -o-linear-gradient(top, #003764, #467195);
  background-image: linear-gradient(top, #003764, #467195);
  /*background-color:#003764;*/
  background-color: #7592B1; }

.mapselected {
  /*background-image: -webkit-gradient(linear,left top,left bottom,from(#0093d0),to(#00b9e4));
    background-image: -webkit-linear-gradient(top,#0093d0,#00b9e4);
    background-image: -moz-linear-gradient(top,#0093d0,#00b9e4);
    background-image: -ms-linear-gradient(top,#0093d0,#00b9e4);
    background-image: -o-linear-gradient(top,#0093d0,#00b9e4);
    background-image: linear-gradient(top,#0093d0,#00b9e4);
     background-color:#0093D0;
    color:white;
    font-weight:bold;
    font-size:larger;*/
  height: 600px;
  width: 1200px; }

.widebutton {
  width: 200px; }

.button175 {
  width: 175px; }

.header-shadow {
  background-image: url("../img/TraxHeaderBG.png"); }

.down-arrow {
  background-image: url("../img/GrayArrow.png"); }

.main-background {
  /*background-image: url('../img/DarkBG.jpg');
     background-size: cover;*/ }

.light-background {
  background-image: url("../img/LightBG.png"); }

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em; }

.menu:before {
  content: "["; }

.menu:after {
  content: "]"; }

.menu > li {
  display: inline; }

.menu > li:before {
  content: "|";
  padding-right: 0.3em; }

.menu > li:nth-child(1):before {
  content: "";
  padding: 0; }

.main-area {
  border: 2px solid #ccc; }

.gridStyle {
  border: 1px solid #d4d4d4;
  width: 900px;
  height: 400px;
  padding-left: 50px; }

.overflow-visible {
  overflow: visible; }

/*Added for star rating - 6/5/2014*/
.star-rating s:hover {
  color: red; }

.star-rating s,
.star-rating-rtl s {
  color: black;
  font-size: 20px;
  cursor: default;
  text-decoration: none;
  line-height: 50px; }

.star-rating {
  padding: 2px; }

.star-rating-rtl {
  background: #555;
  display: inline-block;
  border: 2px solid #444; }

.star-rating-rtl s {
  color: yellow; }

.star-rating s:hover:before {
  content: "\2605"; }

.star-rating s:before {
  content: "\2606"; }

.star-rating-rtl s:hover:after {
  content: "\2605"; }

.star-rating-rtl s:after {
  content: "\2606"; }

/*Added for tooltips  source url:http://jqueryui.com/tooltip/#custom-style */
.ui-tooltip, .arrow:after {
  background: black;
  border: 2px solid white; }

.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black; }

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px; }

.arrow.top {
  top: -16px;
  bottom: auto; }

.arrow.left {
  left: 20%; }

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow.top:after {
  bottom: -20px;
  top: auto; }

#pendingCustomers.table-striped > tbody > tr {
  cursor: pointer; }

#pendingCustomersLoads.table-striped > tbody > tr {
  cursor: pointer; }

#pendingCustomersLoads.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #edf8e9; }

#pendingCustomersLoads.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #9DE7FE; }

/*ADDED FOR STAR RATING*/
.rating {
  color: #a9a9a9;
  margin: 0;
  padding: 0; }

ul.rating {
  display: inline-block; }

.rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  cursor: pointer; }

.rating .filled {
  color: #21568b; }

/*DB RATING*/
.DBrating {
  color: #a9a9a9;
  margin: 0;
  padding: 0; }

ul.DBrating {
  display: inline-block; }

.DBrating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  cursor: pointer; }

.DBrating .filled {
  color: #21568b; }

/*ACCOUNTING QUESTIONS*/
.AQrating {
  color: #a9a9a9;
  margin: 0;
  padding: 0; }

ul.AQrating {
  display: inline-block; }

.AQrating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  cursor: pointer; }

.AQrating .filled {
  color: #21568b; }

/*PENDING AR RATING*/
.ARrating {
  color: #a9a9a9;
  margin: 0;
  padding: 0; }

ul.ARrating {
  display: inline-block; }

.ARrating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  cursor: pointer; }

.ARrating .filled {
  color: #21568b; }

/*BILLDED AR RATING*/
.BARrating {
  color: #a9a9a9;
  margin: 0;
  padding: 0; }

ul.BARrating {
  display: inline-block; }

.BARrating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  cursor: pointer; }

.BARrating .filled {
  color: #21568b; }

/*D3 graph customization*/
.nv-line {
  stroke: #333; }

.nv-bar-0-0 {
  fill: #f6ea0e; }

.nv-bar-0-1 {
  fill: #fdae61; }

.nv-bar-0-2 {
  fill: #fdae61; }

.nv-bar-0-3 {
  fill: #fb1518; }

.nv-bar-0-4 {
  fill: #86070a; }

/*Styling for file upload*/
body {
  font-size: 15px;
  font-family: "Helvetica Neue"; }

.b-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 4px 15px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f5f5f5;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 49%, #ececec 50%, #eee 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 49%, #ececec 50%, #eee 100%);
  background: -o-linear-gradient(top, #fff 0%, #f5f5f5 49%, #ececec 50%, #eee 100%);
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 49%, #ececec 50%, #eee 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.b-button_hover {
  border-color: #fa0;
  box-shadow: 0 0 2px #fa0; }

.b-button__input {
  cursor: pointer;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  top: -10px;
  right: -40px;
  font-size: 50px;
  position: absolute; }

#preview {
  max-width: 600px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 3px; }

.b-file {
  height: 40px;
  padding: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fcfcfc;
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #f6f6f6 100%);
  clear: both; }

.b-file__left {
  float: left;
  margin: 1px 0 0 2px;
  line-height: 0; }

.b-file__left_border {
  border: 2px solid #fff;
  border-radius: 4px; }

.b-file__right {
  margin-left: 45px; }

.b-file__name {
  color: #36c;
  cursor: pointer;
  border-bottom: 1px dotted #36c;
  text-decoration: none; }

.b-file__name:hover {
  color: #f00;
  border-bottom-color: #f00; }

.b-file__info {
  color: #666;
  position: absolute;
  font-size: 12px;
  margin-top: 3px; }

.b-file__bar {
  padding-top: 4px; }

.b-file__error {
  color: #c00; }

.b-file__done {
  color: #458383; }

.b-file__abort {
  top: 10px;
  right: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  color: #c00;
  cursor: pointer;
  font-size: 20px;
  display: none; }

.b-file_upload .b-file__abort {
  display: block; }

.b-progress {
  width: 200px;
  height: 10px;
  border: 2px solid #E2E4E2;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #d3d3d3;
  position: relative; }

.b-progress__bar {
  width: 0;
  height: 10px;
  border-radius: 10px;
  background-color: #2D9DD7;
  background: -webkit-linear-gradient(top, #2D9DD7 0%, #1C81C7 100%);
  /* FF3.6+ */
  background: -moz-linear-gradient(top, #2D9DD7 0%, #1C81C7 100%);
  /* FF3.6+ */
  background: linear-gradient(to bottom, #2D9DD7 0%, #1C81C7 100%);
  /* FF3.6+ */
  -webkit-transition: width .5s ease-out;
  -moz-transition: width .5s ease-out;
  -ms-transition: width .5s ease-out;
  transition: width .5s ease-out; }

.b-dropzone,
.b-dropzone__bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30000;
  position: absolute; }

.b-dropzone__bg {
  opacity: .2;
  background-color: #2D9DD7; }

.b-dropzone__txt {
  color: #1C81C7;
  text-shadow: 0 2px 1px #113C53;
  font-size: 400%;
  font-weight: bold;
  text-align: center;
  width: 500px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -250px;
  z-index: 30001;
  position: absolute; }

.b-layer {
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 1px 30px #000;
  background-color: #f3f3f3;
  top: 50px;
  left: 50%;
  z-index: 30002;
  position: absolute;
  margin-left: -150px;
  margin-bottom: 100px; }

.b-layer__h1 {
  color: #fff;
  padding: 10px 10px;
  width: 300px;
  overflow: hidden;
  background-color: #2D9DD7; }

.b-layer__img {
  padding: 5px 10px;
  text-align: center;
  border-top: 2px solid #fff; }

.b-layer__info {
  padding: 2px 15px;
  border-top: 2px solid #fff; }

.b-layer__info div {
  width: 280px;
  overflow: hidden;
  white-space: nowrap; }

.grayBackground {
  float: left;
  width: 355px;
  background-color: gray; }

/* ICONS */
.map-marker {
  background-image: url(/app/img/Marker-64.png);
  background-size: contain;
  border-image-width: 0px; }

.move-up {
  background-image: url(/app/img/Up-Arrow-Active.png);
  background-size: contain; }

.move-down {
  background-image: url(/app/img/Down-Arrow-Active.png);
  background-size: contain; }

.trash {
  background-image: url(/app/img/Delete-Trash.png);
  background-size: contain; }

.warning-icon {
  background-image: url(/app/img/Warning-64.png);
  background-size: contain; }
