 /*
 * # tweaks.css
 *	custom styles and changes to default semantic.css
 */

/****** Overwrites to Semantic-UI styles  ******/

.ui.search .prompt {
	border-radius: 4px;
}
.ui.container {
	max-width: 1000px !important;
}
.ui.table thead th {
	background-color: #F5F5F5;
}
.ui.disabled.input {
	opacity: 1 !important;
}

/****** Custom styles ******/
@media print {
	#logo {
		display:none;
	}
}
.clearfix {
	clear: both;
}
.pie-chart {
	height: 400px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.hide {
	display: none !important;
}
.popup-custom {
	border-bottom: 1px dotted #000;
}

/*** Header ***/
#logo {
	margin-top: 20px;
}

/*** Login  ***/
#login_form {
	max-width: 500px;
	margin: 0 auto;
}

/*** Nav  ***/
#main-nav-container {
	background-color: #A80B0D;
	margin-top: 20px;
	height: 40px;
	padding-top: 10px;
	color: #FFF;
}
#main-nav-container a {
	color: #FFF;		
}
#main-nav {
 	max-width: 1000px;
 	margin: auto;
 	color: #FFF;
}

/*** Header Intro  ***/
.header-intro-container {
	background: #EFEFEF;
	padding: 40px;
	margin-bottom: 30px;
}

/*** Vehicle Inspection  ***/
#vehicleinspec_form {
	margin-bottom: 20px;
	max-width: 500px !important;
}

/*** Salesorderrequest  ***/
#sales_order_request {
	margin-bottom: 20px;
	/*max-width: 700px !important;*/
}
#required_del_date, #customer_order_reference {
	max-width: 260px;
}
#account_code, #add_product_code_value {
	text-transform: uppercase;
}

#add_product_search_container {
	float: left;
	width: 200px;
}
#add_product_qty_container {
	float: left;
	width: 60px;
}
#add_product_discount_container {
	float: left;
	width: 88px;
}
#add_product_price_type_container {
	float: left;
	width: 40px;
}
#add_product_net_price_container {
	float: left;
	width: 115px;	
}
#add_product_trade_price_container {
	width: 115px;
}
#pcds_district {
	width: 115px;
}
#add_product_button {
	margin-top: 5px;
}
@media only screen and (min-width : 768px) {
	#add_product_button {
		margin-top: 20px;
	}
	body {
		overflow-y:scroll;
	}
}
#add_product_table tr td {
	border-top: 0px !important;
}
#add_product_table tbody tr, #orders_table tbody tr {
	border-bottom: 0px !important;	
}
#orders_table_total_qty, #orders_table_total_net {
	font-weight: bold;
}
#sales_order_request .ui.dropdown>.left.menu {
	left: 0!important;
}
.ui.dropdown .menu>.header {
	background-color: #CCC;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.qty_col {
	width: 55px;
}
.ui.search>.results .result .price {
	color: rgba(0,0,0,.85);
}
.no_delivery_days {
	background-color: #CCC;
}

/*** Onboarding  ***/
#create_onboard .accordion, #action_onboard .accordion {
	max-width: 800px !important;
	margin: 0 auto;
	margin-bottom: 30px;
}
#create_onboard .accordion div.title, #action_onboard .accordion div.title {
	font-size: 22px;
	font-weight: 600;
}
.ui.styled.accordion .accordion .title, .ui.styled.accordion .title {
	border-top: 0px;
}
#create_onboard .helper-text, #action_onboard .helper-text {
	color:#999;
}
#create_onboard .accordion div.content, #action_onboard .accordion div.content {
	padding-left: 15px;
	padding-right: 15px;
}