/*******************************************************************************
* Kone Solutions - Quote System                                                *
*                                                                              *
* Version: 1.1.1	                                                               *
* Desiloper.co.za                                    				   *
*******************************************************************************/

body {
	padding: 2em 0; 
}

.clear { 
	clear: both;
}

.panel-body {
	padding: 15px 15px 0 15px;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.margin-bottom {
	margin-bottom: 1em;
}

.margin-top {
	margin-top: 1em;
}

.padding-right {
	padding-right: 15px;
}

.no-padding-right {
	padding-right: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.user {
	margin-top: 8px;
	margin-right: 10px;
}

/* Forms */
input.shipping {
	text-align: right;
}
.custom_email_textarea {
	width: 100%;
	padding: 10px;
}
#invoice_status,
#invoice_type {
	margin-top: 23px;
}

.invoice_product_qty {
	width: 50px;
	text-align: center;
}

.invoice_product_column {
	width: 70px;
	text-align: center;
}

.invoice_product_height {
	width: 70px;
	text-align: center;
}

.invoice_type {
	text-transform: uppercase;
}

.select-customer {
	margin-top: 10px;
}

.delete-row {
	float: left;
	margin-top: 4px;
}

.item-select {
	float: left;
	margin: 4px;
}

.item-input {
	float:  left;
	width: 80%;
	margin-left: 10px;
}

.textarea {
	width: 100%;
}

.textarea textarea {
	width: 100%;
	padding: 10px;
	resize: none;
	border: 1px solid #ddd;
}

/* Other styles */
strong.shipping {
	margin-top: 4px;
	display: block;
}

/* Progress bar */
.progress .bar {
	display: block;
	height: 20px;
}
.error-list {
	display: none;
}
.progress.progress-danger .bar {
	background-color: #c13333;
}
.progress.progress-warning .bar {
	background-color: #c1bf33;
}
.progress.progress-success .bar {
	background-color: #33c133;
}

.modal-dialog {
    width: 800px;
    margin: 30px auto;
}

.select_rates th {
	text-align:center;
}

.select_rates .t_data {
	text-align:center;
	font-size: 12px;
}
	
#zero {
 
}

#not_zero {
	color: #fff;
	background: #093;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#filters {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	font-weight: normal;

}

#mailBody {
	min-height: 200px;
}

#dashQuotes {
	padding: 15px;
 
	text-align: center;
	margin: 10px;
	font-size: 18px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#dashQuotes h4 {
	font-size: 12px;
}

.panel-heading img {
	max-width: 250px;
}

.dashCA {
	background: #f5f5f5;
	border: 1px #ccc solid;
}

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-170px;
    top:230px;
    width:210px;
    z-index: 1100;
}

#menuJF 	{
		width: 36px;
		height: auto;
		position: absolute;
		z-index: 10;
		margin-top: 300px;
		top: 0px;
		right: 0px;
		text-align: right;
		padding: 5px 2px 3px 0px;
		background-color: #f5f5f5;	 
		-moz-border-radius: 4px 0px 0px 4px;
		-webkit-border-radius: 4px 0px 0px 4px;
		border-radius: 8px 0px 0px 8px; 
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
 
		}
 

#menuJF img	{
		display: block;
		margin: 4px auto 4px 0px;
		}

#menuJF img:hover	{
		display: block;
		margin: 4px auto 4px 0px;
		background-color: #fff;
		}

.all_rates input {
	max-width: 50px;
	border: 1px solid #ddd;
	font-size: 12px;
}

#all_rates {
	font-size: 12px;
}

#filters {
	margin-bottom: 15px;
}
 
 .column_names {
    border: 1px solid #ddd;
}

#action_btn .btn {
	display: inline-block;
}

#add_media, 
#close_media {
	margin-top: 20px;
}

#new_media {
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

#add_group {
	width: 300px;
	padding: 20px;
	border: 1px solid #ddd;
}

#new_media,
#close_media {
	display: none;
}