/* Elements */

.btn-active-actions {
    /*background: linear-gradient(to bottom, #FFD000 0%, #FA971E 47%, #FA971E 100%) repeat scroll 0 0 transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD000', endColorstr='#FA971E', GradientType=0) !important;*/
	background-color: #FA971E !important;
	background-image: -moz-linear-gradient(top, #FFD000, #FA971E) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFD000), to(#FA971E)) !important;
	background-image: -webkit-linear-gradient(top, #FFD000, #FA971E) !important;
	background-image: -o-linear-gradient(top, #FFD000, #FA971E) !important;
	background-image: linear-gradient(to bottom, #FFD000, #FA971E) !important;
    border: 1px solid #ADAFAF;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    text-shadow: 1px 1px #6A6C6C;
}

.btn-active-actions:hover,
.btn-active-actions:focus,
.btn-active-actions:active,
.btn-active-actions.active,
.btn-active-actions.disabled,
.btn-active-actions[disabled] {
  color: #ffffff;
  background-color: #FA971E;
  *background-color: #FA971E;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #FA971E \9;
}

hr.grey-bar {
	border-bottom: solid 2px #cccccc;
}

.ar-tag {
	position:absolute;
	top:0; 
	left:0;	
}

/* ---------------------------------------------
	TABLE 
--------------------------------------------- */

.table thead th {
   	background: linear-gradient(to bottom, #C7CBCF 0%, #AEB0B0 75%, #AEB0B0 100%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7CBCF', endColorstr='#AEB0B0', GradientType=0);
	 /*background-image: -moz-linear-gradient(top, #C7CBCF, #AEB0B0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C7CBCF), to(#AEB0B0));
	background-image: -webkit-linear-gradient(top, #C7CBCF, #AEB0B0);
	background-image: -o-linear-gradient(top, #C7CBCF, #AEB0B0);
	background-image: linear-gradient(to bottom, #C7CBCF, #AEB0B0);*/
    color: #FFFFFF;
    font-size: 10pt;
    height: 43px;
    line-height: 43px;
    padding-bottom: 0;
    padding-top: 0;
    text-shadow: 1px 1px #6A6C6C;
    vertical-align: bottom;
}
.table thead th .Select-dropdown {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 4px 0 #6E6E6E;
    color: #555555;
    font-size: 10pt;
    margin-left: -22px;
    overflow: visible;
    padding: 4px 10px;
    text-align: left;
}
.table thead th .Select-dropdown ul {
    list-style-type: none;
    padding-top: 5px;
}
.table thead th .Select-dropdown ul li a:link, .table thead th .Select-dropdown ul li a:visited, .table thead th .Select-dropdown ul li a:active {
    background-color: transparent;
    color: #77787A;
    display: block;
    font-size: 10pt !important;
    font-weight: normal !important;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-shadow: none !important;
}
.table thead th .Select-dropdown ul li a:hover {
    background: none repeat scroll 0 0 #FFF7CE;
    color: #000000;
}
.table thead th a:link, .table thead th a:visited, .table thead th a:active, .table thead th a:hover {
    color: #FFFFFF;
    margin-left: 3px;
    text-decoration: none;
}
.table thead th {
    background: linear-gradient(to bottom, #C7CBCF 0%, #AEB0B0 75%, #AEB0B0 100%) repeat scroll 0 0 transparent;
	
	background-image: -moz-linear-gradient(top, #C7CBCF, #AEB0B0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C7CBCF), to(#AEB0B0));
	background-image: -webkit-linear-gradient(top, #C7CBCF, #AEB0B0);
	background-image: -o-linear-gradient(top, #C7CBCF, #AEB0B0);
	background-image: linear-gradient(to bottom, #C7CBCF, #AEB0B0);
	
	
    color: #FFFFFF;
    font-size: 10pt;
    height: 43px;
    line-height: 43px;
    padding-bottom: 0;
    padding-top: 0;
    text-shadow: 1px 1px #6A6C6C;
    vertical-align: bottom;
}
.table thead th a:link, .table thead th a:visited, .table thead th a:active, .table thead th a:hover {
    color: #FFFFFF;
    margin-left: 3px;
    text-decoration: none;
}

/* ---------------------------------------------
	TYPOGRAPHY 
--------------------------------------------- */

.heading-1 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight:bold;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #cccccc;
  color: #333333;
  border: 0;
  border-bottom: 3px solid #e5e5e5;
}

.app-title {
    width: 100%;
    padding: 0;
    font-size: 1.3em;
    font-weight:bold;
    color: #333333;
    border: 0;
}
.app-link-title {
    position: absolute;
    font-size: 0.8em;
    font-weight:bold;
    color: #333333;
    border: 0;
    text-align: center;
}
.app-title-lg-ul {
    width: 100%;
    padding: 0;
    /* font-size: 1.3em; */
    font-weight:bold;
    border: 0;
    text-decoration: underline;
}
.app-title-sm {
    width: 100%;
    padding: 0;
    font-size: 1em;
    font-weight:bold;
    color: #333333;
    border: 0;
}

/* Custom Forms */
select.styled {
	background-color: #a7a7a7;
	*background-color: #a7a7a7;
	background-image: -moz-linear-gradient(top, #bbbbbb, #a7a7a7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbbbbb), to(#a7a7a7));
	background-image: -webkit-linear-gradient(top, #bbbbbb, #a7a7a7);
	background-image: -o-linear-gradient(top, #bbbbbb, #a7a7a7);
	background-image: linear-gradient(to bottom, #bbbbbb, #a7a7a7);
	background-repeat: repeat-x;
	border-color: #969696;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbbbbbb', endColorstr='#ffa7a7a7', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-shadow: 0 1px 0 #eeeeee;
	color:#333;
	font-size:18px;
}
	
.btn-dropdown {
	background-color: #a7a7a7;
	*background-color: #a7a7a7;
	background-image: -moz-linear-gradient(top, #bbbbbb, #a7a7a7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbbbbb), to(#a7a7a7));
	background-image: -webkit-linear-gradient(top, #bbbbbb, #a7a7a7);
	background-image: -o-linear-gradient(top, #bbbbbb, #a7a7a7);
	background-image: linear-gradient(to bottom, #bbbbbb, #a7a7a7);
	background-repeat: repeat-x;
	border-color: #969696;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbbbbbb', endColorstr='#ffa7a7a7', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-shadow: 0 1px 0 #eeeeee;
	color:#333;
	font-size:18px;
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* Custom Buttons */
.btn-dropdown:hover,
.btn-dropdown:focus,
.btn-dropdown:active,
.btn-dropdown.active,
.btn-dropdown.disabled,
.btn-dropdown[disabled] {
  background-color: #a7a7a7;
  *background-color: #a7a7a7;
}

/* Custom Backgrounds */
.geo-pattern-bg {
  background-image:url(../img/geo_bg.png);
}
.slant-bk {
	background:url(../img/slant_bk.png);
}
.grit-bk {
	background:url(../img/grit_bk.jpg);
}
.white-bk { 
	background:#ffffff !important;
}

/* Sidenav  */
.admin-sidenav {
  width: 22.5%;
  /*margin: 30px 0 0;*/
  padding: 0;
  background-color: #333333;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -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);
}
.admin-sidenav > li {
  border-top: 1px solid #7e7e7e;
  border-left: 1px solid #7e7e7e;
  border-right: 1px solid #7e7e7e;
}
.admin-sidenav > li:first-child {
  border-top: 1px solid #7e7e7e;
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.admin-sidenav > li:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.admin-sidenav > li > a {
  display: block;
  /*width: 190px \9;*/
  margin: 0 0 -1px;
  padding: 10px 15px;
  color:#ffffff;
  text-shadow: none;
}
.admin-sidenav > li:first-child > a {
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}
.admin-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}
.admin-sidenav > .active > a {
  position: relative;
  z-index: -1;
  padding: 10px 15px;
  background:#f5c10b;
  color:#333333;
  border: none;
  text-shadow: none;
  /*-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);*/
}
ul.sidenav-collapse-inner {
	margin: 10px 40px;
}
ul.sidenav-collapse-inner li  {
	padding: 5px 0;
}
ul.sidenav-collapse-inner li a {
	text-shadow: none;
	color:#cccccc;
}
ul.sidenav-collapse-inner li a:hover {
	color:#ffffff;
	background-color: #000000;

}
ul.sidenav-collapse-inner > .active > a {
  position: relative;
  z-index: 0;
  background:#f5c10b;
  color:#333333;
  border: none;
  text-shadow: none;
}

/* Chevrons */
.admin-sidenav .icon-chevron-right, 
.admin-sidenav .icon-chevron-down {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.admin-sidenav > li > a:hover,.admin-sidenav > .active > a:hover {
  background-color: #000000;
}
.admin-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.admin-sidenav .active .icon-chevron-right,
.admin-sidenav .active a:hover .icon-chevron-right,
.admin-sidenav .active a:hover .icon-chevron-down {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.admin-sidenav.affix {
  /*top: 40px;*/
}
.admin-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/* Dashboard Mods */
.grey_module {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height: 300px;
	padding: 35px;
	background-color: #aeb0b0;
	/*-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;*/
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
		  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
	background-image: -moz-linear-gradient(top, #c7cbcf, #aeb0b0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c7cbcf), to(#aeb0b0));
	background-image: -webkit-linear-gradient(top, #c7cbcf, #aeb0b0);
	background-image: -o-linear-gradient(top, #c7cbcf, #aeb0b0);
	background-image: linear-gradient(to bottom, #c7cbcf, #aeb0b0);
}

.grey_module-2 {
	margin-bottom: 20px;
	background-color: #aeb0b0;
	/*-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;*/
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
		  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
	background-image: -moz-linear-gradient(top, #c7cbcf, #aeb0b0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c7cbcf), to(#aeb0b0));
	background-image: -webkit-linear-gradient(top, #c7cbcf, #aeb0b0);
	background-image: -o-linear-gradient(top, #c7cbcf, #aeb0b0);
	background-image: linear-gradient(to bottom, #c7cbcf, #aeb0b0);
	padding:20px;
	min-height:260px !important;
}

.grey_module h2 a, .grey_module-2 h2 a {
	font-weight:100; 
	font-size:1.8em; 
	color:#ffffff; 
	text-shadow: 0 1px #999; 
	line-height:100px; 
	font-family: 'Quicksand', sans-serif;
}
.grey_module h4, .grey_module-2 h4 {
	font-size:22px;
	color:#ffffff;
	text-transform:uppercase;
	text-shadow: 0 1px #999; 
	font-family: 'Quicksand', sans-serif;
	font-weight:200;
}

.grey_module h4 a, .grey_module-2 h4 a {
	font-size:22px;
	color:#ffffff;
	text-transform:uppercase;
	text-shadow: 0 1px #999; 
	font-family: 'Quicksand', sans-serif;
	font-weight:200;
}

.grey_module h2 a:hover, .grey_module h4 a:hover,.grey_module-2 h2 a:hover, .grey_module-2 h4 a:hover {
	Text-decoration:none;
	color:#000000;
}
.grey_module .med-text, .grey_module-2 .med-text {
	color:#ffffff;
	font-weight:bold;	
	font-size:36px;
}

/* Footer */
.fixed-footer {
	background:#eeeeee; 
	border-top:#cccccc 1px solid; 
	padding:20px; 
	position:fixed;
	left:0; 
	bottom:0;	
	color:#999999;
	font-size:12px;
	box-shadow:0px -1px 4px #cccccc;
        z-index: 1;
}

/* Login Box */
.login-box {
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  height:70%;
  width:400px;
  margin: auto;
}

.login-box-style {
  padding: 60px;
  
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  color: #ffffff;
  
  background-color: #cccccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.login-box h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.login-box h2 {
  font-size: 28px;
  font-weight:100;
  color: #666666;
  font-family: 'Quicksand', sans-serif;
}

.login-box a:hover {
  color: #ffffff;
}

.search {
    white-space: nowrap;
}

.search-left-part {
    float: left;
}

.search-right-part {
    float: right;
}

/* Override ng-grid selection colors for Dealer Transaction Report grid */
div.ngAggregate.selectColorOverride, span.ngAggregateText.selectColorOverride {
    background-color: #ECF5FC;
}
.ngRow.selected {
    background-color: #ECF5FC !important;
}

/* CDK Document banners */
/* Title strip color */
.banner-inner {
    background: #84C600;
    border-radius: 15px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    margin-bottom: 17px;
    padding: 7px;
    padding-top: 11px;
}
span.italic {
    font-style: italic;
}
.sidebar {
    float: right;
    margin: 13px;
    /*width: 33%;*/
}
.sidebar-left {
    float: right;
    margin: 13px;
    /*width: 33%;*/
}
.sidebar-clear {
    clear: both;
}
.doc-icon-table tr td {
    padding: 7px;
}
.invoice-types-checklist {
   /* border:1px solid #000;  
    background-color:#fff; 
    color:#000;*/
    width:400px; 
    height: 70px; 
    /*overflow-y: scroll;*/

    border-radius: 6px;
    border: 2px solid #D7D7CC;
    padding: 6px; 
}
.stmt-pdf-doc-type {
  float: left;
  padding-right: 7px;
  padding-top: 16px;
}

.argrid-aggregate-row {
    background-color: #ECF5FC;
}

.argrid-odd-row {
    background-color: #f9f9f9;
}

.argrid-footer {
    background-color: #eaeaea;
}

.active-cust-opts {
    /* background-color: #f9f9f9; */
}

.invoice-search-top-margin{
  margin-top:20px;
}

.message-types-checklist {
    /* border:1px solid #000;
     background-color:#fff;
     color:#000;*/
    width:300px;
    height: 25px;
    /*overflow-y: scroll;*/

    border-radius: 6px;
    border: 2px solid #D7D7CC;
    padding: 6px;
}

/* Messages */
.message-on {
  background:#f44336 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f44336), to(#c70e01)) !important;
  background-image: -webkit-linear-gradient(top, #f44336, #c70e01) !important;
  background-image: -o-linear-gradient(top, #f44336, #c70e01) !important;
  background-image: linear-gradient(to bottom, #f44336, #c70e01) !important;
}
.message-on:hover {
  background:#f44336 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c70e01), to(#f44336)) !important;
  background-image: -webkit-linear-gradient(top, #c70e01, #f44336) !important;
  background-image: -o-linear-gradient(top, #c70e01, #f44336) !important;
  background-image: linear-gradient(to bottom, #c70e01, #f44336) !important;
}
.alert-dropdown-menu {
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.alert-dropdown-menu > li {
  margin: 0 0 10px 0 !important;
}
/*.alert-dropdown-menu > li:last-child  {
  margin: 0 0 0 0 !important;
}*/
.alert-card-error {
  color: #dc1e32;
  border:solid #dc1e32 1px;
  background: #ffcccc;
}
.alert-card-success {
  color: #36ab2c;
  border:solid #36ab2c 1px;
  background: #ffcccc;
}
.alert-card-warning {
  color: #f44336;
  border:solid #f44336 1px;
  background: #ffcccc;
}
.alert-card-info {
  color: #fa961e;
  border:solid #fa961e 1px;
  background: #ffcccc;
}
.alert-card-message {
  color: #333333;
  border:solid #eeeeee 1px;
  background: #efefef;
}
.alert-card-error:hover, .alert-card-success:hover, .alert-card-warning:hover, .alert-card-info:hover, .alert-card-message:hover {
  opacity: .8;
}
.alert-card-error, .alert-card-success, .alert-card-warning, .alert-card-info, .alert-card-message {
  margin: 10px 10px 0 10px;
  cursor: pointer;
}
.drop-panel-actions {
  border-top:solid #cccccc 1px;
  text-shadow:none;
  padding:10px;
}

.portal-msg-container{  
  border:solid #c7cbcf 1px; 
  position:relative; 
  z-index:9;
}

.portal_msg_16{
  font-size:16px;
}

.portal_msg_28{
  font-size:28px;
}

.custom-alert-css{
  width:50%;
  margin-top:14%;
}