﻿/*
	Media sizes

	xs		<=767
	sm		768 =><= 991
	md		992 =><= 1199
	lg		1200 =<

*/
.lineError
{
	color: #cc0000 !important;
	border-color: #cc0000 !important;
}
.form-control-label
{
	min-height: 20px;
	height: auto !important;
}
.error-message {
	width: 100%;
	border: none;
	border-bottom: 4px solid red;
	padding: 20px;
	background-color: white;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.success-message {
	width: 100%;
	border: none;
	border-bottom: 4px solid limegreen;
	padding: 20px;
	background-color: white;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.info-message {
	width: 100%;
	border: none;
	border-bottom: 4px solid #79C7E5;
	padding: 20px;
	background-color: white;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.global-message {
	width: 100%;
	border: none;
	padding: 20px;
	background-color: #ebac44;
	color: white;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.account-logo {
	height: auto;
	padding: 40px 0px 20px 15px;
}

.padLeft8
{
	padding-left: 8px;
}
.padLeft20 {
	padding-left: 20px;
}
.padRight20
{
	padding-right: 20px;
}

.progress {
	margin-bottom: 5px;
}

.previous-value {
	color: #cc0000;
	text-decoration: line-through;
}

.dropdown-menu > li > a {
	padding: 3px 14px;
}

.btn-table-tab {
	background-color: #C8D8DF;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #676E6F;
}

.btn-table-tab-disabled {
	background-color: #ABC7CE;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #333333;
	pointer-events: none;
	cursor: not-allowed;
	-webkit-appearance: button;
	box-shadow: none;
}

.quantity-input {
	min-width: 50px;
}

.multi-line-label {
	height: auto;
	min-height: 34px;
}

.sort-caret {
	color: #999999;
}

	.sort-caret:hover {
		color: #eeeeee;
		text-decoration: none;
	}

.selected {
	color: #222222;
	text-decoration: none;
}

	.selected:hover {
		color: #222222;
		text-decoration: none;
	}


.no-border { 
	border: none;
}
.no-padding {
	padding: 0px;
}
.no-margin {
	margin: 0px;
}
@media (max-width: 480px) {
  .btn-mobile-margin {
    margin-left: 0px;
    margin-right: 0px; } }
.pad8 {
	padding-left: 8px;
}
.full-width {
	width: 100%;
}

#capsLockWarning {
	margin-left: 0px;
	padding: 0px;
	color: red;
	font-weight: bold;
	display: none;
}

.borderless td, .borderless th {
	border: none;
}

.quote-total-row
{
	background-color: #eaf1f3;
}
.quote-total-cell
{
	background-color: #eaf1f3;
}

.divLoader {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: wait;
	background: rgba( 255, 255, 255, .5 ) url('../Images/processing.gif?v=5') 50% 80px no-repeat;
}

div .ct-legend li a
{
	font-size: 10px;
}

.validation-dialog
{
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: wait;
	background: rgba( 128, 128, 128, .5 );
	display: none;
	margin: 0px 0px;
}

.vaildation-message
{
	background: rgba(255,255,255,1);
	background-color: white;
	margin: 50px auto auto auto;
	min-width: 300px;
	max-width: 500px;
	padding: 25px 25px;
	border: 1px solid black;
	text-align: left;
}

.modal-dialog
{
	position: fixed;
	z-index: 10000 !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: wait;
	background: rgba( 128, 128, 128, .5 );
	display: none;
	margin: 0px 0px;
}

.modal-message
{
	background: rgba(255,255,255,1);
	background-color: white;
	margin: 50px auto auto auto;
	/*width: 300px;*/
	max-width: 500px;
	padding: 25px 25px;
	border: 1px solid black;
	text-align: left;
}

/*Narrow screen fixes*/
.page-bar
{
	margin-bottom: 10px;
	vertical-align: middle;
}
.page-bar-left
{
	text-align: left;
	color: #545454;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 33px;
	margin-top: 10px;
}
.page-bar-right
{
	text-align: right;
	color: #545454;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 33px;
	margin-top: 10px;
}
@media (max-width: 768px)
{
	.page-bar-left
	{
		font-size: 5vw;
	}

	.page-bar-right
	{
		font-size: 4vw;
	}
}
@media (max-width: 991px)
{
	.align-middle
	{
		vertical-align: middle !important;
	}
	.navbar
	{
		min-height: 5px;
	}

	.nav-expander
	{
		padding-top: 20px !important;
		position: static !important;
	}

	.navbar-toggle
	{
		position: static !important;
	}

	.logo
	{
		padding-bottom: 0px;
		padding-top: 20px;
		position: static;
	}

	.logo-row
	{
		vertical-align: middle;
	}

	.client-logo
	{
		display: none;
	}

	.page-bar
	{
		margin-top: 0px;
		margin-bottom: 10px;
		vertical-align: middle;
	}

	.divider
	{
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
	}

		.divider hr
		{
			margin-top: 0px;
			border-top-style: solid;
			border-top-width: 1px;
			border-top-color: #acacac;
		}
}
@media (min-width: 992px)
{
	.divider
	{
		display: none;
	}
}

/*Account Users inside collapsed table*/
.collapsed-table-row
{
	display: none !important;
	padding: 0px;
	margin: 0px;
}
.expanded-table-row
{
	display: table-row !important;
}

.ordered-item .table
{
	margin-bottom: 0px !important;
}

@media (max-width: 767px)
{
	.always-left
	{
		text-align: left !important;
		max-width: 100% !important;
	}

		.always-left .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
		.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
		.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
		.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
		.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
		.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
		.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
		.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
		.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
		.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
		.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
		.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
		{
			position: relative;
			min-height: 1px;
			padding-left: 0px !important;
			padding-right: 0px !important;
		}

		.always-left b
		{
			width: 0% !important;
			max-width: 0% !important;
			display: none !important;
		}

			.always-left b span
			{
				width: 0% !important;
				max-width: 0% !important;
				display: none !important;
			}

		.always-left span
		{
			width: 100% !important;
			max-width: 100% !important;
		}

		.always-left .row
		{
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 7px;
		}

		.always-left .panel-body
		{
			text-align: left !important;
		}

		.always-left h3
		{
			text-align: left !important;
		}

		.always-left .panel-heading
		{
			text-align: left !important;
		}

	.add-padding
	{
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.ct-legend-inside li
	{
		vertical-align: top;
	}

	.top25
	{
		top: 25px;
	}

	.panel-body .row
	{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.table-responsive
	{
		margin-bottom: 0px !important;
	}

	.ordered-item
	{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.orders-chart
	{
		max-width: 300px;
		margin: 0px auto;
	}
}