/** BASE **/
body {
	padding-bottom: 40px;
	background-color: #eee;
	font-family: -apple-system, 'Roboto', 'Open Sans', Helvetica, Arial,  'Lato',  sans-serif;
	font-size: 13px;
	text-rendering: optimizelegibility!important;
	letter-spacing: .01em;
}
em {
    font-size: 0.9em;
    color: #333;
    margin-top: 6px;
    display: block;
}
h1 {
	font-weight: 600;
	font-size: 1.4em;
}
h2, h3 {
	font-size: 1.2em;
	font-weight: 700;
	color: #5f7171;
	line-height: 1.6em;

}
h3 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
	font-weight: 600;
	color: #333;
}
p {
	margin-top: 8px;
}


.Online {
	color: #3c763d;
}
.Online:after {
	content: " \f118";
	font-family: FontAwesome;
}

.splash {
	padding-top: 100px;
	background-image: url(/img/paint3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% -0px;
}
.home {
	background: #FFF;
}
.contrib {
	background: #E9E9E9;
}


/** slack **/
.btn_link {
	background: 0 0;
	border: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	outline: 0;
	color: #0576b9;
	vertical-align: baseline;
	cursor: pointer
}
.btn_basic {
    background: 0 0;
    border: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: 0;
    color: inherit;
    font:  24px system-ui;
    font-weight: 300;
    font-stretch: extra-expanded;
}
.btn_basic:hover {
    color: #005c73;
}




/** SIGN IN **/
.form-signin {
	max-width: 350px;
	padding: 15px;
	margin: 0 auto;
	padding: 40px 20px;
	background: #FFF;
	background-color:rgba(255, 255,255, 0.8);
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	box-shadow: 0px 3px 5px rgba(100,100,100,.49);
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin input {
	margin-bottom: 4px;
}

.wrapper {
	
    margin: 0 auto;
    width: 100%;
   /*  max-width: 1366px; 
    padding: 0 0 0 10px;*/

}

.cdx-blocked {
	font-size: 2em;
	padding: 50px;
}


.cdx-required {
	color: #a94442;
}
input.cdx-required {
	border: 2px solid  #a94442!important;
	background: #fff6db!important;
}
.cdx-cal-time {
    color: #40495a;
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 6px;
    margin-bottom: 6px;
    margin-top: 12px;
    border-bottom: 1px solid #CCC;
}
.cdx-cal-item {
	margin-bottom: 6px;
}

.cdx-cal-img img {
	max-width:120px;
}
.cdx-modal-error {
	display:none;
}
label {
	/*font-family: 'Work Sans',Lucida Grande,HelveticaNeue,Helvetica,Arial,sans-serif;
	 font-weight: 700; */
	display: block;
}
input {
	/* background-color: #fdfcf5; */
	padding: 3px 6px;
    border: 1px solid #CCC;
}
.cdx-item-form input[type="text"], textarea {
	font-size: 1.0em;
    padding: 6px;
    border: 1px solid #a0a0a2;
    border-radius: 0em;
    color: #2c2d30;
}
.cdx-generic-form input[type="text"], input[type="password"], input[type="email"], .cdx-bigselect {
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 8px 12px;
    border: 1px solid #a0a0a2;
    border-radius: .5em;
    border-radius: 2px;
    outline: 0;
    color: #2c2d30;
    width: 100%;
    font-variant-ligatures: none;
    -webkit-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    -moz-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
    box-shadow: none;
    height: auto;
}
input.cdx-inputnew {
	background: #edf4ff;
}
.cdx-bigselect {
	background-color: #FFF;
}
.cdx-bigselect-label {
	position: relative;
}
.cdx-bigselect-label:after {
    content: "\f0dd";
    font-family: FontAwesome;
	position: absolute;
    right: 22px;
    bottom: 12px;
    font-size: 24px;
    pointer-events: none;
}
.cdx-linkpop {
	text-decoration: none;
	border-bottom: 1px dotted #337ab7;
}
.cdx-generic-form h3 {
	
	font-weight: 600;
    margin-top: 10px;
    margin-bottom: 4px;
    display: block;
    font-size: 1.1em;
    line-height: 2em;
    color: #333;
    
}
.cdx-inputmulti {
	margin-top: 4px;
}
.cdx-welcome {
	width:100%;
	text-align: center;
	font-size: 1.4em;
	font-weight: 400;
}
.cdx-welcome img {
	max-height: 60px;
	margin-top: -4px;
}
.cdx-center {
	text-align: center;
}		
.cdx-small {
	font-size: .9em;
	color: #717274!important;
	/* font-weight: 900!important; */
}	
.cdx-lock {
	font-size: .7em;
	position: relative;
	top: -6px;
}	
.cdx-hidden {
	display: none;
}
.cdx-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 220px;
}
.cdx-addressgroup input {
	margin-bottom: 6px;
}
.cdx-leftwrap {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.cdx-order-ref {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	
}

.cdx-edit {
	font-size: 1em;
	font-weight: normal;
	/* color: #266092; 
	margin-bottom: 2px;
	*/
	border-bottom: 1px dotted transparent; /* #266092; */
	display: inline-block;
	
}
.cdx-ucase {
	text-transform: uppercase;
	letter-spacing: .02em;
}
.cdx-edit:hover {
	border-bottom: 1px solid #266092;
}
.cdx-ucase.cdx-edit:before {
	/* content: " \f040 \ ";
	font-family: FontAwesome; */
}


.dataTable .label {
	font-size: .9em;
	font-weight: 700;
}
.cdx-toggle-header {
	background: #F4F5FB;
	background: #e5efe0;
	background: #4a3c4b;
	background: #3c444b;
	background: #4b3c4b;
	/* background: #3c414b; */
	padding: 4px;
	line-height: 1.5em;
	border-bottom: 1px solid #CCC;
	color: rgb(204, 204, 204)!important;
}
.cdx-toggle-header a {
	color: #FFF!important;
}
.cdx-toggle-header .dropdown-menu>li>a {
	color: #333!important;
}
.cdx-order-header-item.active a {
	border-bottom: 2px solid #337ab7;
	border-bottom: 2px solid #3c8345;
	border-bottom: 1px solid #fff;
}
.cdx-orderref img {
	max-height: 30px;
	mix-blend-mode: multiply;
	margin-right: 15px;
}

.cdx-order-header-item {
	font-size: 1em; 
	display: inline-block;
}
.cdx-order-header-item:not(:first-child):before {
    padding-right: .4rem;
    color: rgba(60,131,69,.5);
    color: #9a9a9a;
    content: '|';
    align-self: center;
}
.cdx-order-header-item a {
	display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
	position: relative; /* All 'absolute'ly positioned elements are relative to this one */
	padding: 2px 5px;
}
.cdx-order-header-item a[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-6px;
   right:-6px;
   font-size:.7em;
   background:#f86c6b;
   color:white;
   width:16px;height:16px;
   text-align:center;
   line-height:16px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
   
 	border-radius:0%;
    top:-3px;
   	right:-3px;
   	width:auto;
   	height:12px;
	line-height:12px;

   	top:-3px;
   	right:-3px;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
    box-shadow: none;
}
.cdx-order-header-item a[data-badge='0']:after {
	content: none;
}


.container {
	padding: 0px;
	
}

#info {
    font-family: Lucida Grande, HelveticaNeue, Helvetica, Arial, sans-serif;
    position: absolute;
    z-index: 10;
    background-color: #FFF;
    border: 1px solid #ccc;
    color: #333;
    padding: 10px 24px;
    font-size: 11px;
    top: -10em;
    pointer-events: none;
}

.overlay {
	background: #e9e9e9;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	z-index: 1100;
	background: url(/img/overlay.gif) no-repeat scroll center center #FFF;
	height: 100%;
	width: 100%;
}
.overlay-ul {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: 3px;
	background: #EFEFEF;
	display: none;
}
.cdx-overlay-percentage {
    position: absolute;
	top: 60%;
    left: 51%;
    margin-left: -50px;
    margin-top: -25px;
    font-size: 3em;
    color: #000;
}

.cdx-modify {
	padding: 10px;
	font-size: 1.2em;
	background: #EFEFEF;
	margin: 8px 0px;
}

.cdx-center {
	text-align: center !important;
}

.white-popup-block {
	border-radius: 4px;
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
	font-size: 1.1em;
}




.container a:not(.button-link) {
	border-bottom: 0px !important;
}

/** 
	status badges 
**/
.cdx-statusbadge {
	padding: 4px 10px;
	font-size: .9em;
	border-radius: 4px;
	letter-spacing: 1px; 
	font-weight: 300;
	border: 0px solid #666;
	background-color: #818c8d;
	min-width: 40px;
}
.cdx-statusbadge-off {
	background-color: #EFEFEF;
	color: #BBB;
}
.cdx-badgecount {
	color: #333;
	background-color: #FFF;
	opacity: 0.8;
}


.cdx-status-filter a {
	/* color: #333; */
	text-transform: uppercase;
	/* opacity: .8; */
	font-size: .9em;
}
.cdx-filter-badge {
	font-family: 'Lato';
	font-size: 11px;
	line-height: 12px;
	min-width: 11px;
    padding: 2px 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    margin-top: -4px;
    display: inline-block;
    margin-left: 4px;
}
.cdx-status-filter .label {
	font-size: .9em;
    margin-left: 4px;
    font-weight: normal;
}

.cdx-status-filter.active a {
	opacity: 1;
	color: #FFF;
	line-height: 2em;
	
}
.cdx-status-filter i {
	/* display: none; */
	margin-right: 4px;
}
.cdx-status-filter:hover {
	color: #31708f !important;
	cursor: pointer;
}

.Draft {

}
.Pending {
	/* border: 0px solid #666;
	background: #757575;
    color: #FFF; */
}
.Lodged {
	background: #ff9900;
    color: #FFF;
}
.Quoted {
	background-color: #4299b6;
}
.Approved {
	background-color: #009933;
}
.Actioned {
	background-color: #9d33ed;
}
.Produced {
	background-color: #3386ed;
}
.Shipped {
	background-color: #55a79b;
}
.Completed {
	background-color: green;
}
.Cancelled, .Hold {
	background-color: #d4273f;	
}
.PoReceived {
	background-color: #607d8b;
}
.Invoiced {
	background-color: #3f7cb4;
}
.Paid {
	background-color: #009933;
}
.Deleted {
	opacity: 0.4;
    text-decoration: line-through;
    background-color: #fff!important;
}
.Deleted a {
    text-decoration: line-through;
}
.Deleted a {
    text-decoration: line-through;
}

.cdx-itemquote {
	width: 120px;
	text-align: center;
	/* margin-top: 2px; */
}
.cdx-itemquote:disabled {
    background: #f9f9f9;
    border: 1px solid #CCC;
    
    font-weight: bold;
    font-size: 1.1em;
    color: #224f77;
    color: #666;
}
.cdx-itemquote input:disabled, select:disabled {
    background: #dddddd;
}
.cdx-tbl-external {
	width: 100%;
}
.cdx-tbl-external td, .cdx-tbl-external th {
	padding: 2px 8px;
	line-height: 1.5em;
}
.cdx-tblitems, .cdx-itemdetail {
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 2px;
	background: #EFEFEF; 
}

.cdx-tblitems td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 12px 4px;
	line-height: 24px;
}
.cdx-tblitems>.dataTable td {
	font-size: 0.9em;
	padding: 0px;
	line-height: 0px;
}


.cdx-itemdetail td {
	
	padding: 0px 20px 40px 20px;
	border-bottom: 1px solid #CCC;
}

.cdx-itemdetail li {
	list-style: none;
}
.cdx-itemdetail textarea {
	height: 100px;
	height: 150px;
    width: 400px;
	font-size: 1em;
	line-height: 1.2em;
	padding: 6px;
}

.cdx-field-ok, .cdx-field-ok a {
	font-weight: normal;
	color: #607d8b; /* #3c7388; */
}
.cdx-field-ok:before {
	content: " \f058 ";
	font-family: FontAwesome;
	margin-right:4px;
}
.cdx-field-requested, .cdx-field-requested a {
	font-weight: normal;
	color: #607d8b; /* #3c7388; */
}
.cdx-field-requested:before {
	content: " \f1d9 ";
	font-family: FontAwesome;
	margin-right:4px;
}

.cdx-total {
	display: none;
}
.cdx-total td {
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	line-height: 2em;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFF;
	padding: 12px;
}


.cdx-itemaction { 
	display: none; 
	border-right: 1px solid #CCC;
}

.cdx-itemaction, .cdx-itemdetail td {
	/* background-color: #FFF !important; */
	/*border: none;*/
}

.cdx-itemaction td {
	border-top: 2px solid #CCC;
}

.cdx-toggleitemdetail {
	cursor: pointer;
}
.cdx-oitemdetails td {
	border-bottom: 2px solid #CCC;
	padding: 4px 4px 8px 8px;
	background:#EFEFEF;
}
.cdx-orderheader {
    padding: 10px 0px;
    line-height: 2em;
    font-size: 1em;
    /*
    background: #f0f3f9;
    border: 1px solid #CCC; */
}
.cdx-orderheader td {
	/*padding: 8px;*/
}
.cdx-orderheader h2 {
	margin:8px 0px 4px 0px!important;
}
.cdx-orderheader input {
	padding: 4px 6px;
	border: 1px solid #CCC;
}
.cdx-itemsummary {
	padding: 8px 0px 0px 10px;
	line-height: 1em;
}
.cdx-tblitems .label {
	font-size: 12px;
}
.cdx-file-container {
	display: flex;
    position: relative;
    z-index: 1;
    margin: 2px 0px 2px -8px;
    width: 100%;
    padding: 8px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    border-radius: 6px;
    color: #2c2d30;
    flex-grow: 0;
}
.cdx-file-removed {
	opacity: .4;
}
.cdx-file-icon {
	margin: 0px;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 5px;
    padding: 10px;
	background: #FFF;
	position: relative;
	/*height: 100px; 
	 
		height: 100px; 
		width: 80px;
		max-height: 80px;
	*/
	
	vertical-align: middle;
}
.cdx-file-icon:hover {
	cursor: zoom-in;
	background: #fbfdff;
}
.cdx-file-icon.dragout {
	width: 100px;
	height: 100px;
	/* border: none; 
	background-repeat: no-repeat;
    background-size: contain;
    cursor: grab;*/
}
.cdx-file-icon img {
    max-width: 200px;
    max-height: 80px;
  	width: auto;
  	height: auto;
	margin-top: 0px;
}

.cdx-file-text {
	margin-left: 4px;
	width: 150px;
	flex-grow: 4;
}
.cdx-file-options {
	 flex-grow: 0;
}
.cdx-file-size {
	font-size: .8em;
	color: #717274;
	display: block;
	margin-left: 4px;
}
.cdx-file-address {
	font-size: .8em;
	color: #333;
}
.cdx-itemimage {
	display:inline-block;max-height:200px;height:200px;padding:4px;border:0px solid #CCC;margin:2px;
}
.cdx-itemfile {
	/* background: #FFF; 
	border-bottom: 1px solid #F9F9F9;
	padding: 4px 8px;*/
	position: absolute;
	
}
.cdx-itemfilename {
	font-size: 14px;
}
.cdx-itemfilename i {
	float: left;
}
.cdx-itemfilename a {
	overflow: hidden;
}
.cdx-itemcomment {
	font-size:0.9em;
	border-bottom: 1px dotted #ccc;
}
.cdx-item-docs {
	width: 100%;
}
.cdx-item-docs td {
	background: #FFF;
}
.cdx-item-estimate {
    font-size: 1.1em;
    font-weight: 700;
}
.ui-pnotify.cdx-notify .ui-pnotify-container {
	background-color: #eeeeee !important;
	font-size: 1.1em;
	line-height: 1.2em;
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	
}
.ui-pnotify-title {
	margin-bottom: 10px;
}

.cdx-timeremain {
	font: 'Lato';
	font-size: 0.9em;
	padding-left: 10px;
	font-weight: bold;
}


.cdx-activity {
	font-size: 1em
	line-height: 1.4em;
}
.cdx-timestamp {
	color: #717274!important;
    font-size: .9em;
    white-space: nowrap;
    font-weight: 300;
    /* padding-left: 10px; */
    opacity: 0.8;
}



/** NOTIFICATION **/
.cdx-notifications div {
	font-size: 1em;
}
.cdx-navbar-alert, .cdx-notebook-alert, .cdx-navbar-item  {
	opacity: 0.4;
	/* color: #FFF!important; */
	font-size: 1.5em;
}
.cdx-notify-order {
	opacity: 0;
}
.cdx-navbar-alert.active, .cdx-notify-order.active, .cdx-notebook-alert.active {
	opacity: 1;
	color: #d43f3a!important;
}
.cdx-notify-alert {
	color: red!important;
	border-color: red!important;
}
.cdx-notify-icon {
	color: #CCC;
}

.cdx-notify-item {
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cdx-notify-ref {
	color: #337ab7;
}
.cdx-notify-msg {
	margin-top: 8px;
}
.cdx-activity-line {
	color: #717274;
    border-bottom: 1px solid #e8e8e8;
	margin-bottom: 8px;
}
.cdx-notification {
	border-bottom: 1px solid #EFEFEF;
	font-size: 1.1em;
	line-height: 1.6em;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-wrap: none;
}
.cdx-notification h5 {
	font-size: 1.0em;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.cdx-notification h6 {
	font-size: 0.9em;
}
.cdx-msg-container {
	font-size: 1.0em;
	padding: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
	width: 100%;
	/* background: #FFF;
	max-height: 80%;
	overflow: scroll; */
}
.cdx-msg-header {
	padding: 8px;
	min-height: 42px;
	vertical-align: middle;
	border-bottom: 1px solid #999;
	background: #f9f9f9;
	background: #F4F5FB;
	color: #2c2d30;
	background: #5F646E;
	color: #FFF;
	padding: 12px 12px;
	
    margin: 0px;
    font-size: 1.8em;
    font-weight: 300;
    position: relative;
    z-index: 50;
}
.cdx-msg-header strong {
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.cdx-msg-header.item {
	/* background: #ebffe9;
	background: #f8f3fb; */
}
.cdx-msg-subheader, .cdx-msg-item {
	/* margin:  4px 0px; */
	/* background-color: #FFF; */
	/*font: 'Lato';*.
	font-size: .7em;
	text-transform: uppercase; 
	font-weight: normal;
	/* color: #666; */
}
.cdx-msg-item {
	color: inherit;
    font-weight: bold;
   /* border-bottom: 1px dashed;*/
    text-transform: uppercase;
    margin-bottom: 4px;
}
.cdx-msg-item:hover {
	color: inherit;
    border-bottom: 1px solid;
    cursor: pointer;
}
.cdx-msg-box {
	padding: 0px 8px 4px 8px;
	/* font-family: 'Lato', sans-serif !important;*/
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #2c2d30;
    line-height: 1.5em;
}
.cdx-msg-box.alert {
	width: 90%;
	margin: 6px;
}
.cdx-msg-box.alert.alert-info {
	/* margin-left:10px; */
}
.cdx-msg-box.alert.alert-success {
	margin-right:10px;
}
.cdx-msg-box.alert.alert-secondary {
	width: 98%;
	color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
	/* background-color: #FFF; */
}
.cdx-msg-box.alert.alert-light {
	width: 95%;
	color: #818182;
    background-color: #f9f9f9;
    border-color: #ececec;
}
.ItemShipped {
    color: #345f59!important;
    border-color: #c8d6d2!important;
    background-color: #e3f3ef!important;
}
.cdx-msg-box.ItemShipped {
	width: 90%!important;
    float: right;
}
.cdx-msg-box.ItemActioned {
	color: #9d33ed!important;
}
.cdx-msg-box.ItemProduced {
	color: #3386ed!important;
}
.cdx-msg-box.ItemDelete {
	color: #bb2929!important;
}
.cdx-msg-box.ItemUndelete {
	color: #198f17!important;
}
.cdx-msg-box.ItemApproved {
	color: #009933!important;
}
.cdx-msg-box.ItemCancel {
	color: #d4273f!important;
}

.cdx-msg-box.ProofOfInstallation {
	color: #88683e!important;
    background-color: #efe1cb33!important;
    border-color: #c2b099!important;
}
.ProofOfInstallation .cdx-file-icon {
	width:90px;
}
.cdx-msg-box.xItemQuoted {
	color: #4299b6!important;
    border-color: #4299b6!important;
    background-color: #4299b629!important;
}
.ItemCompleted {
	color: #007f00!important;
    border-color: #007f004d!important;
    background-color: #007f0026!important;
}
.cdx-msg-box.ItemCompleted {
	width: 90%!important;
    float: right;
}
.cdx-msg-box.Internal {

}
 
.cdx-msg-body {
}
.cdx-msg-box:hover {
	/* background-color: #F9F9F9; */
}
.cdx-msg-indent {
	margin-left: 24px;
	border-left: 2px solid #EFEFEF;
	padding-left: 16px;
}
.cdx-msg-user { 
	/* color: #809b29;
	color:#2c2d30!important; */
	color: #435261;
	color: #000;
	font-weight: 800;
	margin-top: 4px;
	margin-bottom: 6px;
}
.cdx-SuperUser, .cdx-Staff {
	color: #276335;
}
.cdx-Collaborator {
	color: #001f3f;
}
.cdx-msg-container input[type="text"], textarea {
	width: 100%;
}

.cdx-msg-text {
	color: #2C2D30;
	font-weight:300;
	opacity: 1;
	line-height: 1.4em;
	margin-bottom: 2px;
	margin-left: 8px;
}
.cdx-msg-text em {
	color: #666;
	font-size: 0.9em;
	padding:0;
	margin:0;
}
.cdx-msg-orderitemid, .cdx-msg-orderitemid-cancel {
	display: none;
	margin: 8px 4px;
}
.cdx-msg-orderitemid-cancel strong {
	color: #000!important;
}
.cdx-reply-container {
	background: #FFFFE0;
	background: #4756712e;
	padding: 8px 8px;
    border-top: 2px solid #bbbaba;
	margin-top: 0px;
}
.cdx-replygroup {
	margin-top: 8px;
}
.cdx-msg-parent {
	width:80%;
	font-size:.9em;
	line-height:1.3em;
	padding:8px;
	margin: 8px 0 16px;
	border:1px solid #EFEFEF;
	border-radius:4px;
	background-color: #b9d8ac;
	border-color: #7d906b;
	/*margin-top: 32px;*/
}
.cdx-msg-replytoggle {
	font-size: 1em;
	margin: 8px 0px;
}
.cdx-collab {
	padding: 15px;
	font-size: 1.1em;
	border-bottom: 1px solid #E7E7E7;
}
.cdx-collab-header {
	background: #E9E9E9;
}
.cdx-rply-btn {
	display: none;
}
.cdx-invisi-btn, .cdx-invisi-btn:hover {
	border:1px solid transparent !important;
	background-color: transparent !important;
	margin-top:6px;
}
a:hover {
	text-decoration: none;
}
.cdx-pdf {
	font-size: 9px !important;
	background: #FF4136;
	color: #fff !important;
	text-decoration: none  !important;
	border: none  !important;
	padding: 2px 4px;
	border-radius: 4px;
}
.cdx-pdf:hover {
	background: #ff6e66;
}

.cdx-date {
	/* margin-top: -4px; */
}
.cdx-itemrow input[type="text"], .cdx-itemrow select, .cdx-itemrow textarea  {
	font: inherit; 
	font-size: 0.9em;
	padding: 3px 6px;
	background-color: #FFF; 
	border-style:solid;
	border: 1px solid #CCC;
	border-radius: 3px;
	
}


input[type="checkbox"] {
	margin: 0 2 !important;
}
input[type="file"] {
   display: none; 
}
.cdx-iteminput {
	font-weight: bold;
	width: 90%;
}
.cdx-upload {
    /*background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #bbb;
    display: inline-block;
	color: #444;
	text-align: center;
	font-size: 1.0em;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: .1rem;
    padding: 4px 12px;
    cursor: pointer;
    position: relative;
    */
}

.cdx-dropzone {
    background: #FFF;
    border: 4px solid #fff0;
}
.cdx-dropzone.in {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.cdx-dropzone.hover {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.cdx-dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.cdx-filter {
	background-color: "#fff" !important;
	color: #555 !important;
}
.cdx-filter-active {
	background-color: #ebeeee !important;
	border-color: #888 !important;
}
.cdx-badge {
	display: none;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #CCC;
	border-radius: 10px;
}
.cdx-badge-alert, .cdx-badge-msg {
	font-weight: normal;
	background-color: #CCC;
	font-size: 0.9em;
	color: #666;
	transition: all 0.3s ease 0s;
}
.cdx-badge-alert:hover, .cdx-badge-msg:hover {
	background-color: #EFEFEF;
	/* border: 1px solid #CCC; */
	box-shadow: inset 0 0 0 1px #CCC;
}
.cdx-badge-active {
	color: #fff !important;
    background: #E60404 !important;
}

.WithSelected {
	display: none;
	font-size: 16px;
	font-family: inherit;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: -0;
	height: 80px;
	background: #333;
	opacity: 0.95;
	color: #FFF;
	padding-top: 20px;
	z-index: 1000;
}

/* TDX */
.cdx-documents {
	font-family: Lucida Grande,HelveticaNeue,Helvetica,Arial,sans-serif;
	font-size: 0.8em;
}
.tdx-count, .dt-count, .dt-totalrows {
	font-size: 1.8em;
	color: #333;
	/*
	border: 1px solid #CCC;
	padding: 8px 8px;
	background: #EFEFEF;
	border-radius: 8px;
	margin-bottom: 4px;
	*/
}
.dt-dragdrop td, .dt-dragdrop th {
	background-color: #d9edf7!important;
	/* border-color: #7a8d96!important; */
	/* opacity: .7; */
}

.progress { /* bootstrap */
	margin-bottom: 0px;
}
.tdx-dragdrop {
	margin-top: 8px;
	padding: 8px 16px;
	border: 1px dotted #CCC;
	background: #F9F9F9;
	border-radius: 4px;
}
.tdx-badge-lite {
	display:none;
	background: #a4b3c1;
    position: relative;
    top: -10px;
    left: -5px;
    border-radius: 4px;
    font-weight: normal;
}
#TdxDatatable, #TdxDatatable_wrapper {
	display: none;
}
#TdxDatatable .label {
	font-size: 1.0em;
	font-weight: normal;
}
.label-light {
	color: #CCC;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
}
.fa-rotate-45 {
	margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	font-size: .9em;
}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}