/**
* @ TNL
*/

html,body
{
	height: 100%;
}

input
{
	color: #000;
}

a.link-disabled
{
	pointer-events: none;
	cursor: default;
	text-decoration: line-through !important;
	opacity: 0.3
}

body.ios
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;  
	-khtml-user-select: none;    
	-moz-user-select: none;      
	-ms-user-select: none;
	user-select: none;
}

.fake {
	height: 100%;
}

#container {
	height: 100%;
}

#content {
	height:  calc(100% - 70px);
}


#dynam_content {
	height: 100%;
}

#main {
	height: 100%;
}

#main__content {
	height: 100%;
}

#header {
	border-bottom: 2px solid black;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 0px;
    background: #4d4d4d;
    align-items: center;
}

#header a.log {
	display: block;
	padding: 10px 30px 10px 30px;
    border-right: 2px solid black;
}

#header a.log img {
    width: 180px;
    display: inline-block;
}

#header .navig {
	list-style: none;
	display: block;
	margin: 0;
}

#header .navig li {
	float: left;
}

#header .navig li a {
	color: rgba(255, 255, 255, 0.8);
    padding: 19px 20px 18px 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

#header .navig li:hover a {
	color: white;
}

#header .navig li.active a {
	color: yellow;
}

#header .header_user {
	display: flex;
    justify-content: center;
    align-items: center;
     border-left: 2px solid black;
    padding: 9px 24px 9px 24px;
}

#header .header_user span {
	
}

#header .header_user span small {
	display: block;
}

#column_left .header_main {
	padding: 14px 0px;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#column_left .header_user {
	display: flex;
	justify-content: space-between;
	padding: 15px 18px;
	background: #4d4d4d;
}

.header_user img {
	width: 36px;
	height: 36px;
	padding-right: 0 !important;
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.13);
}

.header_user span {
	color: white;
	padding: 0px 12px;
	font-weight: bold;
}

.header_user span small {
	font-weight: normal;
	opacity: 0.7;
}
#column_main {
	overflow-y: scroll;
	flex-grow: 1;
}

.auth__window_cont
{
	padding-top: 110px;
	text-align: center;
	margin: 0px auto;
	width: 1000px;
}

.auth__window
{
	margin: 0px auto;
	padding-top: 100px;
	width: 480px;
	text-align: center;
	color: #ffffff;
}

.auth__window_solid
{
	background: #f5f5f5;
	padding: 40px;
	height: 350px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px auto;
	width: 480px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	font-weight: bold;
	font-size: 18px;
}

.auth__window_solid a.btn
{
	padding: 14px 12px;
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
}

.auth__window_user_select
{
	margin: 60px auto;
	background: #bbb;
	padding: 40px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 780px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.auth__window_user_select a
{
	font-size: 24px;
	padding: 12px 18px;
	margin: 0px 8px;
}

.auth__window_user_select a.otherselected
{
	opacity: 0.4;
}

.auth__window img,
.auth__window_solid img
{
	width: 400px;
	height: 187px;
	display: block;
	margin: 0px auto;
	margin-bottom: 30px;
}

.auth__window .scan
{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-top: 100px;
	color: yellow;
}

.auth__window .ajax-loader
{
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 10px auto;
	display: none;
}

.auth__window .ajax-loader img
{
	width: 40px;
	height: 40px;
}

.logging_in
{
	text-align: center;
	padding-top: 200px;
}

.logging_in img
{
	margin: 0px auto;
}
.sub__menu
{
	background: #4d4d4d;
	text-align: center;
	padding: 20px 25px;
	color: #fff;
	font-size: 14px;
}

.sub__menu .spacer
{
	padding: 0px 14px;
}

.sub__menu a
{
	color: #fff;
	text-decoration: none;
}

.sub__menu a:hover,
.sub__menu a.active
{
	color: yellow;
}


.main_page
{
	background: #f3f3f3;
	margin: 15px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.main_page .inner
{
	padding: 20px;
}

.main__container_wide
{
	margin: 0px auto;
	padding: 15px;
	height: calc(100% - 60px);
}

.main__container_small
{
	margin: 0px auto;
	padding: 20px;
	width: 800px;
}

.main__container_small .main_main
{
	background: #f3f3f3;
}

.main_page_wide
{
	width: 1300px;
	background: #f3f3f3;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,f5f5f5+76,cccccc+77,dddddd+100 */
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(left, #f5f5f5 0%, #f5f5f5 76%, #cccccc 77%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f5f5f5 0%,#f5f5f5 76%,#cccccc 77%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f5f5f5 0%,#f5f5f5 76%,#cccccc 77%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */
}

.main_page_wide_cols
{
	width: 1300px;
	margin: 0px auto;
}

.main_page_wide_cols.wider {
	width: 1600px;
}

.main_page_quote_cols
{
	width: 1600px;
	margin: 0px auto;
	display: flex;
	height: 100%;
}

.main_page_quote_cols .action-header-alt {
	border-bottom: 2px solid #909090;
}

.main_page_quote_cols .action-header-alt.with-top {
	border-top: 2px solid #909090;
}

.main_page_quote_cols .action-header-alt.iconstext {
	height: 80px;
}

.main_page_quote_cols .quote_left
{
	width: 320px;
	background: #f3f3f3;
	margin-right: 10px;
}



.main_page_quote_cols .quote_right
{
	flex-grow: 1;
	background: #f3f3f3;
	width: 1270px;
	position: relative;
}

.main_page_quote_cols .quote_right_scroll {
	overflow-y: scroll;
	height: calc(100% - 159px);
}

.main_page_quote_cols .quote_right_addline {
	height: 100px;
	background: #e0dfdf;
	border-top: 2px solid #909090;
}

.main_page_quote_cols .quote_right_addline table {
	width: 100%;
}

.main_page_quote_cols .quote_right_addline table td {
	padding: 4px;
}

.main_page_quote_cols .quote_right_addline table td.type {
	width: 100px;
	padding: 4px 0px 4px 6px;
}

.main_page_quote_cols .quote_right_addline table td.type ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main_page_quote_cols .quote_right_addline table td.type ul li {
	display: block;
	padding: 5px 8px;
	background: #cfcdcd;
	font-weight: bold;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
	margin: 2px 0px;
	cursor: pointer;
}

.main_page_quote_cols .quote_right_addline table td.type ul li.active {
	background: #909090;
	color: white;
}

.main_page_quote_cols .quote_right_addline table td.type ul li:hover {
	background: #bebcbc
}

.main_page_quote_cols .quote_right_addline table td.item {
	padding: 4px 14px;
	width: 750px;
    border-right: 2px solid #909090;
}

.main_page_quote_cols .quote_right_addline table td.item span {
	display: block;
	padding-bottom: 8px;
	font-size: 12px;
	font-style: italic;
	color: #3d3b3b;
}
.main_page_quote_cols .quote_right_addline table td.item input[type=text] {
	padding: 10px;
	width: 100%;
}


.main_page_quote_cols .quote_right_fullmessage {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #dedede;
	opacity: 0.7;
}

.main_page_quote_cols .quote_right_fullmessage.withheader {
	height: calc(100% - 59px);
}

.main_page_quote_cols .quote_right_fullmessage span {
	font-size: 22px;
}

.main_page_quote_cols #dynamic_right_column_content {
	display: none;
	position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    bottom: 0;
    background: white;
    border-left: 2px solid #909090;
   -webkit-box-shadow: -14px 0px 4px -10px rgba(0,0,0,0.37); 
   	box-shadow: -14px 0px 4px -10px rgba(0,0,0,0.37);
}

.main_page_quote_cols #dynamic_right_column_content .dyrightscroll {
	height: calc( 100% - 59px );
	overflow-y: scroll;
}

.main_page_wide_cols .main_page_wide_main
{
	background: #f3f3f3;
	width: 960px;
}

.main_page_wide_cols .main_page_wide_main.not_so {
	width: 850px;
}

.main_page_wide_main
{
	width: 1000px;
	float: left;
}


.main_page_wide_main .inner,
.main_page_wide_right .inner,
.main_page_wide_rightcol .inner,
.main_main .inner
{
	padding: 20px;
}

.main_page_wide_rightcol .inner
{
	padding: 20px 30px 20px 30px;
}

.main_page_wide_right
{
	width: 300px;
	float: right;
}

.main_page_wide_rightcol
{
	width: 320px;
	float: right;
	background: #f3f3f3;
}

.main_page_wide_rightcol.wide {
	width: 740px;
}

.main_page_wide_rightcol .action-header-alt
{
	margin-top: 0px;
}

.main_page_wide_rightcol .action-header-alt:first-of-type
{
	margin-top: 0px;
}

.action-header-alt .action-header-icons {
	float: right;
	margin-left: 15px;
	border-left: 2px solid #909090;
	padding-left: 15px;
}

.action-header-alt .action-header-icons.noc {
	float: none;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	display: flex;
}


.action-header-alt .action-header-icons a {
	font-size: 20px;
    padding: 3px 8px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    background: #e1dede;
    width: 44px;
    margin: 0px 2px;
	flex-grow: 1;
	flex-basis: 0;
}

.action-header-alt .action-header-icons a.label {
	width: auto;
	padding: 8px;
}

.action-header-alt .action-header-icons a.label span {
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
}

.action-header-alt .action-header-tabs {
	float: right;
}

.action-header-alt .action-header-tabs a {
	padding: 8px 16px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #e0dfdf;
    margin: 0px 6px;
    border-radius: 4px;
}

.action-header-alt .action-header-tabs a.active {
	background: #909090;
	color: white;
}


.action-header-alt .action-header-icons a:hover {
	background: #c3c3c3;
	
}

.action-header-alt .action-header-icons a.active {
	background: #909090;
    color: white;
}

.tabc {
	display: none;
	height: 100%;
}



.inner
{
	padding: 20px;
}

.main_page_wide_rightcol ul.rightcol_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main_page_wide_rightcol ul.rightcol_menu li {
	border-bottom: 1px dotted #ccc;
}

.main_page_wide_rightcol ul.rightcol_menu li a {
	color: #828282;
	padding: 16px 20px;
	display: block;
	font-size: 14px;
}

.main_page_wide_rightcol ul.rightcol_menu li a i {
	margin-right: 18px;
	opacity: 0;
}

.main_page_wide_rightcol ul.rightcol_menu li a:hover {
	background: #efeeee;
}

.main_page_wide_rightcol ul.rightcol_menu li a:hover i {
	opacity: 0.4;
}

.main_page_wide_rightcol ul.rightcol_menu li.active a {
	background: #cacaca;
	font-weight: bold;
}

.main_page_wide_rightcol ul.rightcol_menu li.active a i {
	opacity: 1;
}

.main_page_wide_rightcol ul.rightcol_menu li.link-disabled {
	pointer-events: none;
	opacity: 0.7;
}

.action-header-alt a
{
	color: #828282;
}

.action-header-alt .btn
{
	color: #fff !important;
}

.action-header-sub {
	background-color: #eaeaea;
	padding: 9px 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.action-header-sub i {
	margin-right: 6px;
}

.list-group__header
{
	margin-bottom: 0px;
}

.list-group--block .list-group-item 
{
    padding: 10px 8px;
}

table.dat,
table.headerinfo,
table.headertabs
{
	width: 100%;
}

table.headerinfo
{
	table-layout: fixed;
}

table.dat th
{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 10px 10px;
}

table.dat th.left {
	text-align: left;
}

table.dat th.high
{
	background: #e0dfdf;
}

table.dat th.high a {
	display: inline-block;
	margin-left: 8px;
}

table.dat th.big
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

table.dat tr:hover td,
table.dat tr.foot td
{
	background: #efefef;
}

table.dat tr.selected td
{
	background: #d8d8d8;
}

table.dat tr.grey td
{
	background: #e0dfdf;
}

table.dat tr.grey:hover td
{
	background: #efefef;
}

table.dat td
{
	padding: 12px 10px;
}

table.dat td small
{
	display: block;
	padding-top: 4px;
}

table.dat tr td:first-of-type
{
	vertical-align: top;
	width: 25px;
	padding-left: 20px;
}

table.dat.noindent tr td:first-of-type {
	vertical-align: inherit;
	padding-left: 10px;
}

table.dat tr td.smallcol
{
	width: 32px;
	text-align: center;
}

table.dat tr td.smallcol.hov:hover {
	background: #dbdbdb;
}

table.dat tr td.smallcol.hov a {
	display: block;
}

table.dat tr td.medcol
{
	width: 60px;
	text-align: center;
}
table.dat tr td.largecol
{
	width: 100px;
}
table.dat tr td.col150
{
	width: 150px;
}
table.dat tr td.xlargecol
{
	width: 200px;
}

table.dat tr td.xxlargecol
{
	width: 250px;
}

table.headerinfo
{
	background: #d7d6d6;
	border-bottom: 1px solid #bbb;
}

table.headerinfo tr th
{
	font-weight: bold;
	text-align: center;
	padding: 10px 12px;
	border-bottom: 1px solid #bbb;
}

table.headerinfo tr td
{
	padding: 10px 20px 10px 20px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

table.headerinfo tr td:first-of-type
{
	border-left: 0;
}

table.headerinfo tr td:last-of-type
{
	border-right: 0;
	width: 250px;
}

table.headertabs
{
	background: #d7d6d6;
	width: 100%;
	table-layout: fixed;
}

table.headertabs a
{
	padding: 14px 12px;
	text-align: center;
	display: block;
	color: #999999;
}

table.headertabs a.active
{
	background: #868585;
	color:#201f1f;
	text-decoration: underline;
}

input.search
{
	background: #f5f5f5;
	border: 1px solid #868686;
	padding: 12px;
}

table.datatab
{
	table-layout: fixed;
	width: 100%;
	margin: 20px 0px;
}

table.datatab td,
table.datatab th
{
	padding: 14px 10px;
}

table.datatab tr td.h,
table.datatab tr th.h
{
	background: #e6e6e6;
	font-weight: bold;
	width: 120px;
}

table.datatab tr td
{
	border: 1px solid #f2f1f1;
}

#purchase-orders-products .dat tr
{
	cursor: pointer;
}

#purchase-orders-products .dat .col-editproduct
{
	display: none;
}

#purchase-orders-modify-items .list-group--block:last-of-type {
	margin-bottom: 0px;
}

/**
* @ Right Col
**/

#dynamic_right_column_content
{
	display: none;
}

.sideform
{
	padding: 20px 20px;
    background: #ccc;
    border-radius: 5px;
    position: relative;
}

.sideform .form-control
{
	border-bottom: 1px solid #aaa;
}

.catlist
{
	padding: 0px 10px;
}

.catlist a
{
	color: #333;
	display: block;
	padding: 3px 0px;
}

.catlist a .indent
{
	width: 20px;
	word-spacing: 15px;
}

body.splash
{
	background: #3F51B5 url(../img/patterns/header_pattern.png) repeat-x bottom 0px left;
}

.max-width-cont
{
	max-width: 1300px;
	margin: 0px auto;
}

.header-texty
{
	padding: 5px 2px;
    display: block;
    font-weight: 400;
    font-size: 17px;
}

.header-texty i {
	display: inline-block;
	margin-right: 8px;
	font-size: 15px;
}

.buttonsplit a
{
	text-align: center;
	margin: 4px;
}

.bignotice
{
	text-align: center;
	padding: 30px 20px;
	font-size: 16px;
	display: block;
}

.submit-property__steps li a
{
	cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#firebase-auth
{
	display: none;
}

#ajax_result,
#app
{
	display: none;
}

#1footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.ipadMain
{
	width: 970px;
	height: 628px;
	margin: 20px auto;
	background: #fefefe;
	border-radius: 5px;
	position: relative;
}

#rightBarCont
{
	display: none;
	background: rgba(204,204,204,0.5);
	background: -moz-linear-gradient(left, rgba(204,204,204,0.5) 0%, rgba(102,102,102,0.35) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,204,204,0.5)), color-stop(100%, rgba(102,102,102,0.35)));
	background: -webkit-linear-gradient(left, rgba(204,204,204,0.5) 0%, rgba(102,102,102,0.35) 100%);
	background: -o-linear-gradient(left, rgba(204,204,204,0.5) 0%, rgba(102,102,102,0.35) 100%);
	background: -ms-linear-gradient(left, rgba(204,204,204,0.5) 0%, rgba(102,102,102,0.35) 100%);
	background: linear-gradient(to right, rgba(204,204,204,0.5) 0%, rgba(102,102,102,0.35) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666', GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#rightBarCont .hider
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
}

#rightBarCont .rightBar
{
	display: none;
	width: 340px;
	background: #ffffff;
	border-left: 2px solid #989696;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 950;
}

.ipadMain .inner
{
	padding: 20px;
}

.ipadMain .dash
{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	padding: 20px;
}

.ipadMain .minidash {
	height: calc( 100% - 51px );
	position: relative;
}

.ipadMain .dash .opt
{
	width: 50%;
	height: 50%;
	display: inline-block;
	flex-grow: 1;
	text-align: center;
	color: #828282;
	display: flex;
}

.ipadMain .dash .opt a
{
	text-align: center;
	margin: 20px;
	display: block;
	color: #828282;
	font-size: 18px;
	text-transform: uppercase;
	padding: 70px 0px;
	border-radius: 8px;
	background: #d4d1d1;
	font-weight: bold;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: flex;
	
}

.ipadMain .dash .opt a i
{
	display: block;
	padding-bottom: 30px;
	font-size: 70px;
}

.ipadMain .topbar
{
	text-align: center;
	background: #d4d1d1;
	color: #828282;
	padding: 14px 12px;
	font-weight: bold;
	position: relative;
}

.ipadMain .topbar a
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80px;
	font-size: 24px;
	padding-left: 20px;
	text-align: left;
	padding-top: 8px;
	color: #828282;
}

.ipadMain .topbar span
{
	padding: 14px 12px;
	text-transform: uppercase;
	font-size: 16px;
}

.ipadMain .toptabs
{
	
	background: #c8c7c7;
	text-align: right;
	padding: 6px 18px 0px 18px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.ipadMain .toptabs span
{
	display: inline-block;
	font-weight: bold;
	text-align: right;
	padding: 11px 12px;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	background: red;
}

.ipadMain .toptabs a
{
	display: inline-block;
	padding: 14px 26px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-transform: uppercase;
	margin-right: 8px;
	color: #666;
	float: left;
	background: #ddd;
	text-align: center;
	font-weight: normal;
}

.ipadMain .toptabs a.active
{
	font-weight: bold;
	background: #fff;
}

.ipadMain .scrollTableHead
{
	height: 46px;
}

.ipadMain .scrollTableHead,
.ipadMain .scrollTable
{
}

.ipadMain .scrollTable
{
	overflow-y: scroll;
	max-height: 467px;
	height: 467px;
	-webkit-overflow-scrolling: touch;
}

.ipadMain .scrollTable.h {
	max-height: calc(100% - 46px);
	height: calc(100% - 46px);
}

.ipadMain .scrollTable.alertabove
{
	height: 369px;
	max-height: 369px;
}

.ipadMain .scrollTableHead table,
.ipadMain .scrollTable table
{
	width: 100%;
	table-layout: fixed;
	border-right: 1px solid #f6f3f3;
	border-left: 1px solid #f6f3f3;
}

.ipadMain .scrollTableHead table th
{
	padding: 14px 12px;
	text-align: left;
	background: #ddd;
}

.ipadMain .scrollTable table td
{
	padding: 14px 12px;
	border-bottom: 1px solid #f6f3f3;
}

.ipadMain .dualcolcont
{
	height: calc(100% - 50px);
}

.ipadMain .dualcol
{
	display: flex;
	height: 100%;
	padding: 20px;
}

.ipadMain .dualcol .col2
{
	flex-grow: 1;
	flex-basis: 0;
	border-radius: 5px;
	border: 1px solid #d3d1d1;
	margin-right: 20px;
}

.ipadMain .dualcol .col2:nth-of-type(2) {
	margin-right: 0px;
}

.ipadMain .dualcol .col2 .col2head {
	background: #d3d1d1;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #737171;
	font-size: 14px;
	font-weight: bold;
}

#qrreader {
	background: #d3d1d1;
	width: 413px;
	height: 324px;
	border-radius: 5px;
	padding: 16px;
	font-size: 20px;
}

#qrreader #qrreaderstart {
	width: 373px;
	height: 284px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
}

.qrmanual {
	margin-bottom: 16px;
	text-align: center;
}

.qrmanual input[type=number] {
	padding: 14px 20px;
	font-size: 22px;
	text-align: left;
	border-radius: 3px solid red;
	display: block;
	float: left;
	width: 330px;
	margin-right: 20px;
}

.qrmanual button {
	float: right;
	height: 60px;
	width: 62px;
	font-size: 23px;
}

#qrstop {
	display: none;
	background: red;
	margin-top: 10px;
	padding: 10px;
	color: white;
	border-radius: 8px;
	margin: 0px 20px;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.ipadMain .threecolcont
{
	height: calc(100% - 50px);
}

.ipadMain .threecol
{
	display: flex;
	height: 100%;
}

.ipadMain .threecol .col3
{
	flex-grow: 1;
	flex-basis: 0;
	border-right: 1px solid #b1b1b1;
}

.ipadMain .threecol .col3:last-of-type
{
	border-right: 0;
}

.ipadMain .threecol .col3head
{
	background: #b1b1b1;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #737171;
    font-size: 14px;
    font-weight: bold;
}

.ipadMain .threecol .col3content
{
	padding: 20px;
	height: calc(100% - 60px)
}

.actionbuttons a
{
	margin: 0px 5px;
}

li.disabled a
{
	pointer-events: none;
	opacity: 0.3;
}

.green-text
{
	color: green;
}

.red-text
{
	color: red;
}

.orange-text
{
	color: orange;
}

.slideinlater
{
	display: none;
}
.hidden
{
	display: none;
}

.clear
{
	clear: both;
}

.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}

/**
* @ Time Report
**/

.timereport {
	width: 100%;
	table-layout: fixed;
}

.timereport tr th {
	background: #cccccc;
	font-weight: bold;
	text-align: center;
	padding: 8px 8px;
	font-size: 12px;
	border-left: 1px solid #bbb;
}

.timereport tr th:last-of-type {
	border-right: 1px solid #bbb;
}


.timereport tr th.title {
	text-align: left;
	background: #ddd;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.timereport tr th span {
	display: block;
	font-size: 11px;
	margin-top: 4px;
	opacity: 0.9;
}

.timereport tr th a {
	color: #828282;
}
.timereport tr th i {
	display: block;
	padding: 6px;
	margin-top: 6px;
	background-color: none;
	font-size: 11px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
}

.timereport tr th i.day-red {
	background-color: red;
	color: white;
}

.timereport tr th i.day-green {
	background-color: green;
	color: white;
}

.timereport tr th i.day-grey {
	background-color: #bbb;
}

.timereport tr th i.day-amber {
	background-color: yellow;
	color: green;
}

.timereport tr td {
	text-align: center;
	padding: 10px;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.timereport tr td:last-of-type {
	border-right: 1px solid #bbb;
}

.dropzone {
	border: 2px solid #ddd;
	min-height: 300px;
	background: #fff;
}

.dropzone.dz-drag-hover {
	border: 2px dashed red;
}

.dropzone .dz-message {
	font-size: 22px;
	opacity: 0.6;
}

.form-group.no {
	margin-bottom: 10px;
}

.alert-danger {
	color: white;
}

/** @ Sales QUotations **/


#quote_left_tabs_cont {
	height: calc(100% - 118px);
}

#quote_left_grouptree {
	
}

#quote_left_grouptree table {
	width: 100%;
}

#quote_left_grouptree table tr {
	
}

#quote_left_grouptree table tr td {
	font-size: 12px;
	padding: 8px 6px;
	background: #e0dfdf;
	border-bottom: 1px solid #a3a3a3;
}


#quote_left_grouptree table tr td.sort {
	width: 30px;
	text-align: center;
	cursor: move;
}

#quote_left_grouptree table tr td.sect {
	width: 40px;
	text-align: left;
	font-weight: bold;
}

#quote_left_grouptree table tr td.desc {
	text-align: left;
}

#quote_left_grouptree table tr td.check {
	text-align: center;
	width: 50px;
	cursor: pointer;
	font-size: 14px;
}

#quote_left_grouptree .scrollgrouptree {
	height: calc(100% - 70px);
	overflow-y: scroll;
}

#quote_left_grouptree .addgrouptree {
	height: 70px;
    background: #909090;
    padding: 14px;
}

#quote_left_grouptree .addgrouptree input[type=text] {
	padding: 8px 10px;
	width: 100%;
	font-size: 14px;
}

table.quote_left_revisions {
	width: 100%;
}

table.quote_left_revisions th {
	font-size: 12px;
	padding: 8px 10px;
	background: #e0dfdf;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
}

table.quote_left_revisions td {
	font-size: 12px;
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px solid #e0dfdf;
}

table.quote_left_revisions td:first-of-type {
	width: 90px;
}

table.quote_left_revisions td:nth-of-type(2) {
	width: 90px;
}

table.quote_left_revisions td:last-of-type {
	width: 40px;
}

.quote_line_items {
	background: white;
	height: 100%;
}

.quote_line_items table {
	width: 100%;
}

.quote_line_items table tr.header th {
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	border-right: 1px solid #b1b1b1;
}

.quote_line_items table tr.header th:last-of-type {
	border-right: 0;
}

.quote_line_items table tr.header.scroll {
}


.quote_line_items table tr td {
	font-size: 12px;
	padding: 6px 10px;
	border-bottom: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
}

.quote_line_items table tr td:last-of-type {
	border-right: 0;
}

.quote_line_items table tr td:nth-child(-n+5) {
	background: #fff;
}


.quote_line_items table tr th:nth-of-type(1),
.quote_line_items table tr td:nth-of-type(1) {
	width: 50px;
	text-align: center;
}

.quote_line_items table tr.item td:nth-of-type(1),
.quote_line_items table tr.note td:nth-of-type(1) {
	cursor: move;
}

.quote_line_items table tr.subgroup td:nth-of-type(1) {
	cursor: move;
}

.quote_line_items table tr th:nth-of-type(2),
.quote_line_items table tr td:nth-of-type(2) {
	
}

.quote_line_items table tr th:nth-of-type(2) span {
	float: right;
}

.quote_line_items table tr td:nth-of-type(2) span {
	font-size: 11px;
	font-style: italic;
}

.quote_line_items table tr th:nth-of-type(3),
.quote_line_items table tr td:nth-of-type(3) {
	width: 60px;
	text-align: right;
}

.quote_line_items table tr th:nth-of-type(4),
.quote_line_items table tr td:nth-of-type(4) {
	width: 85px;
	text-align: right;
}

.quote_line_items table tr th:nth-of-type(5),
.quote_line_items table tr td:nth-of-type(5) {
	width: 85px;
	text-align: right;
}


.quote_line_items table tr th:nth-of-type(6),
.quote_line_items table tr td:nth-of-type(6) {
	width: 60px;
	text-align: center;
	background: #f3f3f3;
	border-left: 2px solid #909090;
}

.quote_line_items table tr th:nth-of-type(7),
.quote_line_items table tr td:nth-of-type(7) {
	width: 60px;
	text-align: center;
	background: #f3f3f3;
}

.quote_line_items table tr th:nth-of-type(8),
.quote_line_items table tr td:nth-of-type(8) {
	width: 60px;
	text-align: center;
	background: #f3f3f3;
}

.quote_line_items table tr th:nth-of-type(9),
.quote_line_items table tr td:nth-of-type(9) {
	width: 80px;
	text-align: center;
	background: #f3f3f3;
}

.quote_line_items table tr th:nth-of-type(10),
.quote_line_items table tr td:nth-of-type(10) {
	width: 80px;
	text-align: center;
	background: #f3f3f3;
}

.quote_line_items table tr th:nth-of-type(11),
.quote_line_items table tr td:nth-of-type(11) {
	width: 80px;
	text-align: center;
	background: #f3f3f3;
}

.quote_line_items table tr.header th {
	background: #e0dfdf;
}

.quote_line_items table tr.note td:nth-of-type(1) {
	font-size: 4px;
}

.quote_line_items table tr.note td {
	font-style:italic;
}

.quote_line_items table tr.subgroup td {
	font-weight: bold;
	background: #f6f3f3;
	padding: 6px 10px;
}

table.search_lineitems {
	width: 100%;
}

table.search_lineitems tr th {
	padding: 7px 8px;
    text-transform: uppercase;
    font-size: 12px;
    background: #e0dfdf;
    border-bottom: 1px solid #909090;
}

table.search_lineitems tr td {
	padding: 6px 8px;
	background: #f5f3f3;
    border-bottom: 1px solid #e0dfdf;
    text-align: left;
    font-size: 12px;
}

table.search_lineitems tr:hover td {
	background: #e0dfdf;
}

table.search_lineitems tr td small {
	font-size: 11px;
	display: block;
	padding-top: 3px;
}

table.search_lineitems tr td.plus,
table.search_lineitems tr th.plus {
	width: 30px;
	text-align: center;
	color: green;
	cursor: pointer;
}

table.search_lineitems tr td.plus a {
	color: green;
	display: block;
	padding: 4px;
	border-radius: 10px;	
}

table.search_lineitems tr th.price,
table.search_lineitems tr td.price {
	width: 80px;
	text-align: right;
}

table.search_lineitems .selitem.selected td {
	background: #e0dfdf;
}

table.search_lineitems .selitem.selected td.plus a {
	background: #4caf50;
	color: white;
}

.red-row {
	background: red;
	color: white;
}

.green-row {
	background: green;
	color: white;
}

