html, body {
  height: 100%;
  overflow: hidden;
  background: #D4E0EC;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px; }
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  border-radius: 4px; }
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6); }
*::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1); }

.navbar {
  margin: 0 auto;
  float: none; }

.paginated  {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-right: 0;
 
}

.paginated-field {
	margin-bottom:10px;
}

.paginated-mobile-list {
	list-style:none;
	
}

.paginated-mobile {
  width:50%;
  line-height: 20px;
  float:left;
}

.paginated-mobile-full {
  width:100%;
  line-height: 20px;
  float:left;
}


.paginated-mobile-inner {
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  text-align:center;
}

.ui-menu {
    height: 250px;
    overflow: auto;
}

.gallery {
	display: inline-block;
	list-style: none;
	width: 140px;
	
	float: left;
	margin: 0 15px 60px 0;
	text-align: center;
	padding-left:10px;   
}

li.gallery img {
	margin-right: auto;
	margin-left: auto;
	display: block;	
}

@media only screen and (max-width: 767px) {
  body {
    padding: 0; } }
.content-container {
  margin-left: -100%;
  height: 100%;
  width: 100%;
  float: left;
  clear: none;
  padding-bottom: 2.8rem;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.navbar .navbar-inner {
  border-left: 0;
  border-right: 0; }
  
header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999; }
  header h1 {
    margin: 0;
}  

.navbar .navbar-inner {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.navbar ul.nav {
  display: none; }

.navbar .btn.btn-navbar {
  float: left;
  padding: 8px 10px;
  margin-top: 22px;
  margin-right: 15px;
  margin-left: 0; }
  .navbar .btn.btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #464646;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.pdata{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;	
	background: #f2f2f2;
	border: 1px solid #a5a5a5;
	margin-bottom: 5px;
}
.pdata div.div-table-row{
	background: #fff;	
}
.pdata div.div-table-row:first-child{
	border-top: 0;
}
.pdata div.div-table-row:nth-child(odd){
	background: transparent;
}
.pdata div.div-table-row:last-child{
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;	
}
.pdata ul {
	margin-bottom: 0px;
}
fieldset div.pdata ul li ul li {
	margin-left: 8px;
	padding-bottom: 0px;
}

fieldset div.efmpdata ul li ul li {
	margin-left: 0px !important;
}

div.dashboard fieldset div.pdata div ul,
fieldset div.dashboard span div.pdata div ul {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.addUneditBox {
	width:60px !important;
	margin-bottom:0px !important;
	border: 1px solid;
    border-color: #cccccc;
}

.buyBackYes {
	color: red;	
}

.expenseAllocationYes {
	color: red;
}

.repairHoldYes {
	color: red;
}

.exceptionYes {
	color: red;
}

tr.noBorder td {
	border-top:0px !important;
}

.text-right, .table th.text-right, .table td.text-right {
	text-align: right;	
}

.checkboxFormat{
 	margin-top:0px !important;
 	margin-bottom:0px !important;
}

.clear-both {
	clear: both;
}

.div-table-row 
{
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	width: inherit;
	border-top: 1px solid #DDD;
}

.no-pad {
	padding-right: 0px;
	padding-left: 0px;
}

.hint {
    position: relative;
    top: -15px;
    color: #808080;
    font-style: small;
}

.alert {
	clear: both;
	margin-top:20px;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
	margin-left: 1px;
}

.input-prepend input:not(.currency), .input-append input:not(.currency) {
	width:90%;
	height:32px;
}

.amountCell .input-prepend {
    min-width: 110px;
}

@media (max-width: 767px) {
	.row-fluid.remove-left-margin [class*="span"] {
		margin-left:0;
	}
}

[class^="icon-"], [class*=" icon-"] {
	background-image:	url("../images/fpo/glyphicons-halflings.png")
}

.date[class*="span"] li {
	float: left;
	width: 30%;
	margin-left: 2.5%;
	margin-right: 0%;
}

.control-group .controls .input-append input, .control-group .controls .input-prepend input
{
	min-width: 0px;
	width: 65%
}

.control-group .controls .input-append input
{
	margin-right: -4px;
}

  li#viewList a {
    top:.2em;
    background: #fff url("../images/50_by_20_car.png") no-repeat;
    width: 50px;
    padding-left: 50px;
    font-size: 11px;
    color: #F00;
    padding-bottom: 8px;
  }
  
  li#viewEmptyList {
  	height: 18px;
  	margin-right: 17px;
  }
  
  li#viewEmptyList a {
  	top:.4em;
    background: #fff url("../images/48_by_18_car.png") no-repeat;
    width: 48px;
    padding-left: 48px;
    padding-bottom: 8px;
  }
  
  li#viewList {
    height: 20px;
  }

/* for fieldLevelMessaging */
li.control-group input[type="text"] {
	margin-bottom:0;
}
li.control-group small {
	display:block;
}
small.error {
	display: block;
	padding: 0;
	margin: 0;
	color: #b94a48;
}
small.success {
	display: block;
	padding: 0;
	margin: 0;
	color: #468847;
}
small.warning {
	display: block;
	padding: 0;
	margin: 0;
	color: #c09853;
}
small.info {
	display: block;
	padding: 0;
	margin: 0;
	color: #3a87ad;
}




.overflow {
  overflow: visible;
  white-space: nowrap; }

a.show-aside span {
  display: none; }
  a.show-aside span.no-aside {
    display: inline; }

body.show-aside a.show-aside span.no-aside {
  display: none; }
body.show-aside a.show-aside span {
  display: block; }

.table.table-media-table {
  margin-top: 2.5em; }

.table.table-media-table.activeMediaTable {
  margin-top: 0; }


table {
  max-width: inherit; }
  
tr td.emptyResults {
  text-align: center !important;
}  

div.table-wrapper-overflow {
  -webkit-overflow-scrolling: touch; }

.mediaTableMenu.open > .dropdown-menu {
  padding-bottom: 2.8rem;
  min-width:230px; 
  z-index:1030 !important;
  }


div.bootstrap-filestyle label.btn {
	margin-bottom: 10px;
}

fieldset ul li ul {
  margin-left: 0; }

#quickSearchMobile {
  border-top: 1px solid black;
  padding-top: 15px; }
  
div#content-centered {
  margin: 0 auto;
  float: none;
}  

ul.actions li.pull-right {
  float: right; }

ul.actions li.pull-left {
  float: left; }

label.invisible {
  overflow: hidden;
  white-space: nowrap; }

@media only screen and (min-width: 768px) {
  li.input-mini {
    max-width: 60px; }

  li.input-small {
    max-width: 90px; }

  li.input-medium {
    max-width: 150px; }

  li.input-large {
    max-width: 210px; }

  li.input-xlarge {
    max-width: 270px; }

  li.input-xxlarge {
    max-width: 530px; } }
html.touch nav.content-container ul li a:hover {
  background: #555;
  color: #fff; }
html.touch nav.content-container ul li a.dropdown-toggle:hover {
  background: #fff;
  color: #181818; }

nav.content-container {
  border-right: 1px solid #393939;
  margin-left: -100%;
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */ }
  nav.content-container > ul {
    margin-bottom: 0; }
  nav.content-container ul li ul li.active a {
    color: #555555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    background-image: none; }
    nav.content-container ul li ul li.active a:hover {
      color: #000;
      background-color: #e5e5e5;
      -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
      background-image: none; }
  nav.content-container ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 0 0 35px;
    border-bottom: 1px solid #393939;
    text-decoration: none;
    background: #555; }
    nav.content-container ul li a:hover {
      background: #eee;
      color: #000; }
  nav.content-container ul li ul li {
    float: none;
    margin-right: 0;
    background: #393939;
    border-bottom: #000; }
  nav.content-container a.dropdown-toggle {
    display: block;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #393939;
    font-weight: 900;
    height: auto;
    line-height: inherit;
    background: #fff;
    color: #181818; }
    nav.content-container a.dropdown-toggle .caret {
      display: none; }
    nav.content-container a.dropdown-toggle:hover {
      background: #fff; }
  nav.content-container ul.dropdown-menu {
    position: inherit;
    z-index: 0;
    top: 0;
    left: 0;
    display: inherit;
    float: none;
    min-width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
    border: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-background-clip: inherit;
    -moz-background-clip: inherit;
    background-clip: inherit; }

.quick-search {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px; }

section.content-container.body {
  margin-right: 0;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */ }

aside.content-container {
  float: right;
  margin-left: 0;
  margin-right: -100%;
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */ }
  aside.content-container.form {
    padding-top: 53px;
    padding-left: 20px;
    padding-right: 20px; }

footer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  margin-top: -2.8rem;
  height: 2.8rem;
  border: 1px solid #eeeeee;
  background: #fff;
  font-size: 1.1rem;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

body.show-nav nav.content-container {
  margin-left: 0;
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */ }
body.show-nav section.content-container.body {
  margin-right: -100%;
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */ }

body.show-aside aside.content-container {
  margin-right: 0;
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */ }
body.show-aside section.content-container.body {
  margin-left: -100%; }

body.show-aside.show-nav aside.content-container {
  margin-right: -100%; }
body.show-aside.show-nav section.content-container.body {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  nav.content-container {
    margin-left: -30%;
    width: 30%; }

  aside.content-container {
    margin-right: -30%;
    width: 30%; }

  .quick-search {
    border-bottom: 0;
    margin-bottom: 0; }

  aside {
    background: #eee; }

  body.show-aside section.content-container.body {
    margin-left: 0;
    width: 70%; }

  body.show-aside.show-nav section.content-container.body {
    width: 100%; }
  body.show-aside.show-nav aside.content-container {
    margin-right: -100%; } }
@media only screen and (max-width: 767px) {
  	header h1 span {
    	display: none;
	}
	header h1 .mobile-logo {
	   display: inline-block;
	   margin-top:28px;
	}
}
@media only screen and (min-width: 768px) {
	header h1 span {
   		display: inline-block;
   	}
   	header h1 .mobile-logo {
	   display: none;
	}
 }
@media only screen and (min-width: 980px) {
  nav.content-container {
    margin-left: -20%;
    width: 20%; }

  .navbar ul.nav {
    display: block; }

  .navbar .btn.btn-navbar {
    display: none; }

  body.show-nav section.content-container.body {
    width: 100%; }

  body.show-aside section.content-container.body {
    width: 80%; }
  body.show-aside aside.content-container {
    width: 20%; }

  body.show-nav nav.content-container {
    margin-left: -20%; }

  body.show-aside.show-nav section.content-container.body {
    width: 80%; }
  body.show-aside.show-nav aside.content-container {
    margin-right: 0; } }



ul li.spacer {
margin-top: 1.4em;
}

 /* DASHBOARD WIDGETS */
form h3, .box-header {
	border-top: none;
}

div.dashboard ul.zero-padding {
	padding: 0;
}

div.dashboard h2, div.dashboard h3, div.dashboard h4, div.dashboard h5 {
	background: #213566;
	color:#fff;
}
div.dashboard {
	border: 1px solid #213566;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

@media only screen and (min-width: 768px) {
	div.dashboard {
		background: #fff;
	}
}
   
.navbar-inner {
	min-height: 62px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fafafa;
	background-image: url(../images/headerBkgrnd_fullNav.png);
	background-repeat: repeat-x;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.navbar .nav {
	position: relative;
	top: 17px;
}

.navbar-inner .pull-right {
	margin-top: 17px;
}

.navbar .brand:hover, .navbar .brand:focus {
	text-decoration: none;
}
.navbar .brand {}
.navbar .brand {
	padding: 5px 20px 0;
}
a.brand {}
a.brand.small {
}

a.brand.small img.mobile-logo {
	height:10px;
	width:90px;
}

#quickSearchAction_search_quickSearchAction {
	border:1px solid #FF8A00;
}

/* PAGE HEADERS */
.container h2 {
	color:#213566;
}

/* GLOBAL ALERT */
.alert-danger, .alert-error {
	background-color: #FDFFB9;
	color: #FF0000;
	border-color: #FF0000;
}

/* SEARCH RESULTS */
div.accordion-group {
	border: 1px solid #213566;
	background: #fff;
}
div.accordion-heading {
	background: #213566;
	color: #fff;
	font-weight: bold;
}
div.accordion-heading a {
	color: #fff;
}
div.accordion-inner {
	border-top: none;
}

/* TABLE RESULT */
.table-bordered {
	border: 1px solid #213566;
}
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	background:#DAD4DA;
	color:#000;
	font-weight:normal;
	font-size:11px;
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
	background-color: #E4E7EA;
}
.table-striped tbody>tr:nth-child(even)>td,
.table-striped tbody>tr:nth-child(even)>th {
	background-color: #FEFFF6;
}
.table th,
.table td {
	border-top: 1px solid #616062;
	color:3E3E40;
}
.table-bordered th,
.table-bordered td {
	border: 1px solid #616062;
}

table tr td {
  white-space:normal;
}

/* SPRITE SHEET ICONS */
span.msWord-icon, span.excel-icon, span.pdf-icon, span.textdoc-icon, span.carInfo-icon {
	background-image: url('../images/vr_icons.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 73px;
	display: block;
}

span.lookup-icon {
	background-image: url('../images/lookup-small.png');
	background-repeat: no-repeat;
	background-size: 18px;
	width: 20px;
	height: 18px;
	display: block;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.vehicle-mileage {
    width: 50% !important;
}

span.excel-icon {
	background-position-y: -174px;
}

span.pdf-icon {
	background-position-y: -351px;
}

span.textdoc-icon {
	background-position-y: -527px;
}

span.carInfo-icon {
	background-position-y: -278px;
	background-position-x: -8px;
	background-size: 33px 315px;
	width: 17px;
	height: 18px;
}

span.html-icon {
	background-image: url('../images/html_icon.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 73px;
	display: block;
	background-size: contain;
}

span.xps-icon {
	background-image: url('../images/xps_icon.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 73px;
	display: block;
	background-size: contain;
}

span.msg-icon {
	background-image: url('../images/msg_icon.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 73px;
	display: block;
	background-size: contain;
}

span.unkwn-icon {
  background-image: url('../images/unkwn_icon.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 73px;
	display: block;
	background-size: contain;
}

span.carousel-icon-center {
  margin: 150px auto;
}

.nav-tabs-slideout {
    padding: 0 !important;
    margin: 0;
}
.nav-tabs-slideout li {
    padding: 0;
}
.nav-tabs-slideout li a{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.nav-tabs-slideout li.active a{
    background: #1f3762;
    color: white;
}

/* CDR SLIDEOUT */
#CDRSlideout {
  z-index: 999;
  position: fixed;
  top: 253px;
  left: 0px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #08c;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  width: 2.5rem;
  min-height: 12rem; }
  #CDRSlideout a.txt {
    display: block;
    min-width: 12rem;
    position: relative;
    left: -11.5rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem; }
    #CDRSlideout a.txt:hover {
      text-decoration: none; }

#cdr_slideout_inner {
  position: fixed;
  top: 120px;
  left: -550px;
  background: #08c;
  width: 550px;
  min-height: 200px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  -khtml-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0; }
  #slideout_inner div {
    padding-left: 15px;
    padding-right: 15px; }
    #slideout_inner div textarea {
      min-width: 100%; }
  #slideout_inner label {
    color: #fff; }
    
#slideout_inner.cdr-combo {
  position: fixed;
  top: 115px;
  left: -550px;
  right: auto;
  background: #08c;
  width: 550px;
  min-height: 258px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-border-radius:  0 0 0 5px;
  -webkit-border-radius:  0 0 0 5px;
  -khtml-border-radius:  0 0 0 5px;
  -o-border-radius:  0 0 0 5px;
  border-radius: 0 0 0 5px; }
  #cdr_slideout_inner div {
    padding-left: 15px;
    padding-right: 15px;  }
    #cdr_slideout_inner div textarea {
      min-width: 100%; }
  #cdr_slideout_inner label {
    color: #fff; }

#CDRSlideout.hover {
  left: 550px;}
  
#slideout.hover.cdr-combo {
  left:550px;
}

#CDRSlideout.hover #cdr_slideout_inner {
  left: 0;
  height:auto;
  max-height:800px;
  overflow-x:hidden;
 }
#cdr_slideout_inner > table{
	overflow-y:scroll;
}
#CDRSlideout.hide-all {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  right: -2.5rem; }
  #CDRSlideout.hide-all #cdr_slideout_inner {
    right: -27.5rem;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }


/* PURCHASE ORDER SLIDEOUT */
#slideout.rightSideSlideout {
	top: 115px;
	right: 6px;
	left: auto;
	border-radius: 5px 0 0 5px;
}

#slideout.rightSideSlideout.hover {
	right: 351px;
	left: auto;
}

#slideout.rightSideSlideout #slideout_inner {
	top: 115px;
	right: -345px;
	left: auto;
	width: 345px;
	border-radius: 0 0 0 5px;
}

#slideout.rightSideSlideout.hover #slideout_inner {
	right: 6px;
	left: auto;
	max-height: 80%;
	overflow-y: scroll;
	overflow-x: hidden;
}

#slideout.rightSideSlideout #slideout_inner div {
	padding: 15px;
}

#slideout.rightSideSlideout #slideout_inner div.row-fluid {
	padding-left:0;
}

#slideout.rightSideSlideout #slideout_inner div.table-wrapper-overflow {
	padding:0;
}

#slideout.rightSideSlideoutLarge {
	top: 62px;
	right: 6px;
	left: auto;
	z-index: 9999;
	border-radius: 5px 0 0 5px;
	min-height: 18rem;
}

#slideout.rightSideSlideoutLarge.hover {
	right: 455px;
	left: auto;
	z-index: 9999;
}

#slideout.rightSideSlideoutLarge #slideout_inner {
	top: 62px;
	right: -450px;
	left: auto;
	width: 450px;
	border-radius: 0 0 0 5px;
	z-index: 9999;
}

#slideout.rightSideSlideoutLarge.hover #slideout_inner {
	right: 5px;
	overflow-x: hidden;
	z-index: 9999;
}

#slideout.rightSideSlideoutLarge #slideout_inner div {
	padding: 15px;
	overflow-x: hidden;
	z-index: 9999;
}

#slideout.rightSideSlideoutLarge #slideout_inner div.row-fluid {
	padding-left:0;
	z-index: 9999;
}

#slideout.rightSideSlideoutLarge #slideout_inner div.table-wrapper-overflow {
	padding:0;
	height:250px;
	z-index: 9999;
}

.mediaTableHeader {
  display: inline-block;
  margin-right: 10px;
}

ul.actions li a.staticAnchor {
	position:static;
}

#deleteModal {
	z-index:10000;
}

/* Persistent mobile */
.persistent_mobile{
margin-top:20px;
}

.mobile_car_icon{
width:17px;
height:18px;
}
select#warningType,
select#sortBy{

	width:270px;
}
select#sortBy {
	display: inline-block;
	float: right;
	margin-bottom: 5px;
	position:relative;
	z-index: 1;
	height: 26px;
	min-height: 26px;
}
ul.actions li {
    display: inline-block;
}
li#sortByContainer {
	float: right;
}
#invoiceDependentVendor{
	display: none;
}

#vendorName-combo {
	min-width: 300px;
}

#readyToPay th.large {
	width: 159px;
}

#readyToPay th.xlarge {
	width: 205px;
}

#readyToPay td select.invoiceSelect {
	width: 190px;
}

#readyToPay th {
	width: 100px;
}

#readyToPay th.small {
	width: 22px;
}

#readyToPay {
    table-layout: fixed;
}

#readyToPay td input[type="text"] {
	width: 80%;
}

#readyToPay td.paymentWrap {
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}

#readyToPay input[type="text"].invoiceEdit {
	display:none;
}

#readyToPay a.save {
	display:none;
}

#readyToPay a.save i {
	border: 1px solid #32cd32;
    border-radius: 4px;
}

#attachments td input[type="text"] {
	width: 80%;
}

#attachments input[type="text"].noteEdit {
	display:none;
}

#attachments a.save {
	display:none;
}

#attachments a.save i {
	border: 1px solid #32cd32;
    border-radius: 4px;
}

#estHistory {
	margin-bottom:30px;
}

@media only screen and (min-width: 768px) {
	.scrollableSmallBox {
		border: 1px solid #666;
		border-radius: 5px;
		height: 180px;
		width: 420px;
		overflow-x: scroll;
		overflow-y: scroll;
	}
}

@media only screen and (max-width: 767px) {
	.scrollableSmallBox {
		border: 1px solid #666;
		border-radius: 5px;
		background-color:white;
	}
}

.anchorWithNoLink {
	text-decoration: none !important;
	display:inline-block;
    pointer-events: none;     
    color:black !important;
}

/* Added for Conversion Source System value color orange*/
.fontColor-orange{
  color: #FF8C00;
}

.tooltiptext + .tooltip > .tooltip-inner {
    background-color: #f1f6e8;
    color: #000000;
    border: 1px solid green;
    padding: 15px;
    font-size: 20px;
}

/* Tooltip on top */
.tooltiptext + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}

/* Tooltip on bottom */
.tooltiptext + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
}

/* td no white space wrap*/
td.noLineBreak{
white-space: nowrap;
}

.info-msg {
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
    background:#fff;
    border-radius: 10px;
    border: 1px solid #a5a5a5;
    margin-bottom: 5px;
}

.dropdown-spacer {
  margin-top: 24px !important;
  margin-left: 25px !important;
}

#slideout a.txt {
    min-width: 18rem !important;
    left: -17.5rem !important;
}