﻿a {
	color: white;
}

.right {
	float: right;
}

.textAlignRight {
	text-align: right;
}

.center {
    position: absolute;
    left: 50%;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hide {
    display: none;
}

.cancel, .ok{
    width:57px;
    position: relative;
    right: -6px;
}
.center_property, .center_temp{
    text-align:center;
    font-weight:bold !important;
}
.text_center {
	text-align: center;
}

.ask_lite_container {
	background: #343434;
	color: white;
	padding: 5px;
	margin-bottom: 10px;
}

.ask_lite_container a {
	color: white;
}

.ask_lite_container_header {
	border-bottom: thin solid white;
	margin-top: 5px;
	padding: 5px 5px 0px 5px;
}

.ask_lite_container_bottom {
	border-top: thin solid white;
	margin-top: 10px;
	padding: 5px;
}

.ask_lite_container_footer {    
	background: #646464;
    color: white;
	padding: 5px;
	margin-bottom: 10px;
}

.ask_lite_table {
	border-spacing: 1px;
	margin: 0px 10px 0px 10px;
}

.ask_lite_table tr:nth-child(2n) {
	background-color: #7A7A7A;
}

.ask_lite_table tr:nth-child(2n+1) {
	background-color: #626262;
}

.ask_lite_table td, .ask_lite_table th {
	color: white;
	font: 13px Arial, Helvetica, sans-serif;
	height: 26px;
	padding: 1px 5px 1px 5px;
}

.ask_lite_table th {
	border-bottom: thin solid #fff;
}


.ask_lite_transparent_background {
	background-color: #343434 !important;
}



.ask_lite_button_highlight {
	color: white;
    font-weight: bold;
	background-color: #47A942;
	border: thin solid #47A942;
	border-radius: 2px;
    margin-top: 0px;
    margin-right: 2px;
    margin-left: 4px;
}

.ask_lite_button_highlight:hover  {
	background-color: #3E963A;
}
.ask_lite_button_highlight:disabled  {
	background-color: #666;
	border: thin solid #666;
}

.ask_lite_button {
	color: white;
	background-color: #47A942;
	border: thin solid #47A942;
	border-radius: 2px;
    margin-top: 0px;
    margin-right: 2px;
    margin-left: 4px;
    height: 22px;
}
.ask_lite_button:hover  {
	background-color: #3E963A;
}
.ask_lite_button:disabled  {
	background-color: #888;
	border: thin solid #888;
}
.ask_lite_button a {
    cursor: default;
    text-decoration: none;
}

.ask_lite_search_button {
	color: white;
	background-color: #47A942;
	border: thin solid #47A942;
	border-radius: 2px;
    margin-left: 2px;
}

.ask_lite_search_button:hover  {
	background-color: #3E963A;
}

.ask_lite_search_button:disabled  {
	background-color: #666;
	border: thin solid #666;
}

.ask_lite_loading {
	position: relative;
    margin-top: 200px;
    left: 50%;
    margin-left: -64px;
}

.ng-invalid,
.field-validation-error {
	color: red;
    display: block;
}

.validation-summary-errors {
	color: red;
}

.validation-summary-errors li {
	list-style: none;
	margin-left: -35px;
}

.overlay{
    background: #ccc;
	opacity: 0.5;

    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
	
    z-index:100; 	
}
.overlay_box{	
	background: #343434;
	border: thin solid #FFF;
	color: #FFF;
	padding: 10px;
	text-align: center;

    position:fixed;    
    left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -100px;
	width: 330px;		 

    z-index:101;	
}
.overlay_dialog{	
	background: #343434;
	border: thin solid #FFF;
	color: #FFF;
	padding: 10px;	 
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform:  translate(-50%, -50%); /*translate3d(0, 0, 0)*/

    z-index:101;	
}
.overlay_dialog table {
    margin: 0px;
}

.overlay_dialog table tr{
    margin: 0px;
    width: 487px;
}

.overlay_title {
    font-size: 20px;
	font-weight: bold;
}

.overlay_box_width {
	width: 294px;
}

pre {
	font-family: arial;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.ask_lite_combo {
  position: relative;
  border: 1px solid #848484;
  padding: 0 0 0px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background-color: white;
  display:inline-block;
  box-shadow: 0 1px 3px rgba(0,0,0,.13), inset 0 1px 0 #fff;
  color: 0 1px 3px rgba(0,0,0,.13), inset 0 1px 0 #fff;  
  background-image: linear-gradient(bottom, #dcdcdc 0%, #dcdcdc 2%, #f3f3f3 100%);
  margin-left: 1px;
}


.ask_lite_combo .arrow {
  position: absolute;
  top: 9px;
  right: 7px;
  display: block;
  width: 0;
  height: 0;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
}
.ask_lite_combo select::-ms-expand {
  display: none;
}
.ask_lite_combo select {
  float: left;
  position: relative;
  z-index: 2;
  height: 20px;
  width: 151px;  
  margin-right:2px;
  display: block;
  line-height: 16px;
  padding: 1px 25px 2px 1px;
  margin: 0;
  -moz-appearance: window;
  -moz-padding-end: 10px;
  background: transparent;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

.ask_lite_combo_duty {
  position: relative;
  border: 1px solid #848484;
  padding: 0 0 0px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background-color: white;
  display:inline-block;
  box-shadow: 0 1px 3px rgba(0,0,0,.13), inset 0 1px 0 #fff;
  color: 0 1px 3px rgba(0,0,0,.13), inset 0 1px 0 #fff;  
  background-image: linear-gradient(bottom, #dcdcdc 0%, #dcdcdc 2%, #f3f3f3 100%);
  margin-left: 1px;
}



.ask_lite_combo_duty .arrow {
  position: absolute;
  top: 9px;
  right: 7px;
  display: block;
  width: 0;
  height: 0;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
}
.ask_lite_combo_duty select::-ms-expand {
  display: none;
}
.ask_lite_combo_duty select {
  float: right;
  position: relative;
  z-index: 2;
  height: 20px;  
  margin-right:2px;
  display: block;
  line-height: 16px;
  padding: 1px 25px 2px 1px;
  margin: 0;
  -moz-appearance: window;
  -moz-padding-end: 10px;
  background: transparent;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="text"], input[type="date"], input[type="number"], input[type="email"], input[type="tel"] {
    border: 1px solid #848484;
    height: 21px;
    width: 155px;
    margin-left: 1px;
    padding: 0px;   
}
.customer_search input {
    position: relative;
    top: -4px;
}

.ask_lite_descr{
    border: 1px solid #848484;
    resize: none;
}

.quote_search img {
	height: 20px;
}

.internal_link{
    margin-left: 10px;
}