/* Variables definitions */
/* Colors from Graphise desiginer files */
/* #333333; */
/*$default-bg-color:		rgb(241,241,241);	/* #F1F1F1; */
/* #FFFFFF; */
/* #F5F5F5; */
/* #F1F1F1; */
/* #E5E5E5; */
/*
$btn-pri-bg-color:			#428bca;
$btn-pri-border-color:		#357ebd;
$btn-pri-bg-hover-color:	#3276b1;
$btn-pri-border-hover-color: #285e8e;
*/
/* Dialog */
/* Default colours */
/* button */
/* badge colours */
/* Misc Colours */
/* Original
$btn-border-color: 			$btn-bg-color;
$btn-hover-border-color:	$btn-hover-bg-color;
$btn-active-hover-border-color: $btn-active-bg-color;
$btn-hover-border-color-checked: $btn-hover-bg-color-checked;
*/
/*
$btn-pressed-bg-color:		$theme-btn-bg-color;
*/
/*
$btn-active-color: 			$btn-color;
*/
/*
$a-hover-bg-color: $btn-hover-bg-color;
*/
/* Used by pertty photo */
/* Table */
/*
$table-border-top-color:	$module-base-hl-color;
*/
/*
$table-row-active-color:	$btn-hover-color;
*/
/*#253133;*/
/*#DFDFDF;*/
/* tree */
/*
$tree-bg-color-on-drag-over:	lighten($btn-bg-color, 20%);
$tree-bg-color-on-drag-over:	$btn-hover-bg-color;
$tree-bg-color-on-drag-over:	#57B7E2;
*/
/* resize handle */
/*
$resize-handle-bg-color:	darken($module-base-color,10%);
*/
/*
$dndHandle-color:			$btn-bg-color:
*/
/* badge */
/*
$badge-bg-color: 			#559955;
$badge-bg-color: 			#999;
*/
/*
$badge-bg-color: 			darken(complement($btn-bg-color),10%);
$badge-color: 				darken($btn-color,10%);
$badge-bg-color:			#258be9;
$badge-bg-color:			#FFFFFF;
*/
/* Dialog */
/* button */
/*
$btn-small-padding:			2px 2px 2px 2px;
$btn-small-padding-toggle:	2px 4px 2px 2px;
$btn-small-padding-toggle-group:	2px 4px 2px 4px;

*/
/* BASE LAYOUT */
/* Apply a natural box layout model to all elements (default is content-box) */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chromeframe {
  position: absolute;
  top: 0;
}

/* Custom text-selection colors */
/*
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 
*/
/*
a:link {-webkit-tap-highlight-color: #fcd700;} 
*/
/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
  color: #a9a9a9;
}

textarea:-moz-placeholder {
  color: #a9a9a9;
}

* {
  font-family: Arial, Gadget, sans-serif;
  margin: 0;
  padding: 0;
}

pre {
  white-space: pre;
}

body,
select,
input,
textarea,
table,
li {
  color: #383838;
}

/* Prevent the text contents of draggable elements from being selectable. */
/*
[draggable] {
	@include user-select(none);
	-khtml-user-drag: element;
	-webkit-user-drag: element;
}
*/
*[draggable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  cursor: move;
}

*:-khtml-drag {
  background-color: rgba(238, 238, 238, 0.5);
}

html,
body {
  height: 100%;
  background-color: white;
  min-width: 1000px;
  min-height: 200px;
}

body {
  font-size: 12px;
  width: 100%;
  padding: 0;
  /*
  	color: $default-color;
  */
}

h1 {
  font-family: Raleway, sans-serif;
  font-size: 2.37em;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
}

h2 {
  font-family: Raleway, sans-serif;
  font-size: 1.7em;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
}

h3 {
  font-family: Raleway, sans-serif;
  font-size: 1.48em;
  color: #4a4a4a;
  margin-top: 5px;
  margin-bottom: 5px;
}

h4 {
  font-family: Raleway, sans-serif;
  font-size: 1.1em;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
}

h5 {
  font-family: Raleway, sans-serif;
  font-size: 1em;
  color: #4a4a4a;
  margin-top: 5px;
  margin-bottom: 5px;
}

h6 {
  font-family: Raleway, sans-serif;
  font-size: 1em;
  color: #4a4a4a;
  margin-top: 5px;
  margin-bottom: 5px;
}

a {
  color: #383838;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #d9d9d9;
}

/* form fields with errors */
/*
.error input, 
.error select, 
.error textarea {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}
.error input:focus, 
.error select:focus,
.error textarea:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}
*/
/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */
/*
$error-color:	#ff0000;
$error-color:	#b94a48;
*/
.error {
  color: #b9211c;
}

.error-value {
  color: #b9211c;
}

.error-value li {
  color: #b9211c;
}

.error-value ul {
  list-style-type: disc;
  margin-left: 2em;
}

.warning {
  color: #f89406;
}

.stop {
  color: #b9211c;
}

/* input form styles */
.field-set {
  margin: 5px 5px;
}

.field-set label {
  font-weight: bold;
}

/*
fieldset .field-set div.error:before,
*/
.edit-form .field-set div.error:before {
  /* .fa */
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  /* .fa-arrow-circle-up */
  content: "\f0aa";
}

.edit-form .field-set label {
  display: block;
}

/*
.required-indicator {
	color: #48802C;
	display: inline-block;
	font-weight: bold;
	margin-left: 0.3em;
	position: relative;
	top: 0.1em;
}
*/
label.required-field:after {
  content: "*";
  color: #48802C;
  display: inline-block;
  font-weight: bold;
  margin-left: 0.3em;
  position: relative;
  top: 0.1em;
}

label {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.25em 0 0;
}

/*
input[type="checkbox"], 
input[type="file"], 
input[type="image"], 
input[type="radio"], 
input[type="range"], 
input[type="color"],
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="range"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="week"], 
*/
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
select,
textarea {
  /*
  	background-color: #fcfcfc;
  	border: 1px solid #cccccc;
  */
  font-size: 1em;
  padding: 0.2em 0.4em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  /*
  	border: 1px solid #eeeeee;
  */
  border: 1px solid #bdbdbd;
  outline: none;
  -moz-box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  -ms-box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  -webkit-box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
}

select {
  padding: 0.2em 0.2em 0.2em 0;
}

select[multiple] {
  vertical-align: top;
}

textarea {
  width: 250px;
  height: 150px;
  overflow: auto;
  /* IE always renders vertical scrollbar without this */
  vertical-align: top;
}

input[type=checkbox], input[type=radio] {
  background-color: transparent;
  border: 0;
  padding: 0;
}

input:focus, select:focus, textarea:focus {
  background-color: white;
  /*
  	border: 1px solid #eeeeee;
  	border: 1px solid #0000bb;
  */
  outline: none;
  /*
  	@include box-shadow(0 0 0.5em #ffffff);
  */
  border: 1px solid #4078c7;
}

input.ng-invalid, select.ng-invalid, textarea.ng-invalid,
input:invalid, select:invalid, textarea:invalid {
  background-color: #fff3f3;
  color: #cc0000;
  border: 1px solid #ffaaaa;
}

input.ng-invalid:focus, select.ng-invalid:focus, textarea.ng-invalid:focus,
input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
  /*
  	@include box-shadow(0 0 0.5em #ffaaaa);
  */
  background-color: white;
  border: 1px solid #ffaaaa;
}

.required-indicator {
  color: #48802C;
  display: inline-block;
  font-weight: bold;
  margin-left: 0.3em;
  position: relative;
  top: 0.1em;
}

.clickable {
  cursor: pointer;
}

/* CREATE/EDIT FORMS AND SHOW PAGES */
/*
fieldset.dialogform {
	margin: 0;
	padding: 0;
	position: relative;
	zoom: 1;
	border: none;
}
*/
fieldset {
  margin: 0.6em 1.25em 0 1.25em;
  position: relative;
  zoom: 1;
  border: none;
}

/* Edit form style */
.edit-form select {
  width: 100%;
}

.edit-form input[type="text"],
.edit-form input[type="number"],
.edit-form input[type="email"],
.edit-form input[type="password"] {
  width: 100%;
}

.edit-form input[type="text"].with-two-small-buttons,
.edit-form input[type="text"].with-two-mini-buttons {
  width: -webkit-calc(100% - 66px);
  width: calc(100% - 66px);
}

.edit-form textarea {
  width: 100%;
  height: 6em;
  overflow: auto;
  /* IE always renders vertical scrollbar without this */
  vertical-align: top;
}

.edit-form textarea.medium {
  height: 12em;
}

.edit-form textarea.large {
  height: 20em;
}

.edit-form .select2-container {
  width: 100%;
}

.edit-form .select2-container.with-one-mini-buttons {
  width: -webkit-calc(100% - 27px);
  width: calc(100% - 27px);
  padding-right: 2px;
}

.module-name {
  font-family: Raleway, sans-serif !important;
  text-transform: uppercase;
}

.module-label {
  padding-left: 50px;
}

.module-colour-SETTING {
  display: inline-block;
  background-color: #666666;
  color: white;
  padding: 2px 5px;
}

.module-colour-SAFE {
  display: inline-block;
  background-color: #49a942;
  color: white;
  padding: 2px 5px;
}

.module-colour-DASHBOARD {
  /*
  	@include module-colour(#85C225,$module-bg-color-DASHBOARD);
  */
  display: inline-block;
  background-color: #658092;
  color: white;
  padding: 2px 5px;
}

.module-colour-LIBRARY {
  display: inline-block;
  background-color: #0079c1;
  color: white;
  padding: 2px 5px;
}

.module-colour-CUSTOMER {
  display: inline-block;
  background-color: #7e0c6e;
  color: white;
  padding: 2px 5px;
}

.module-colour-SUPPLIER {
  display: inline-block;
  background-color: #7e0c6e;
  color: white;
  padding: 2px 5px;
}

.module-colour-WORKPLACE {
  display: inline-block;
  background-color: #49a942;
  color: white;
  padding: 2px 5px;
}

.module-colour-EQUIPMENT {
  display: inline-block;
  background-color: #49a942;
  color: white;
  padding: 2px 5px;
}

.module-colour-PEOPLE {
  display: inline-block;
  background-color: #49a942;
  color: white;
  padding: 2px 5px;
}

.module-colour-COMPLIANCE {
  display: inline-block;
  background-color: #49a942;
  color: white;
  padding: 2px 5px;
}

.module-colour-PROJECT {
  display: inline-block;
  background-color: #49a942;
  color: white;
  padding: 2px 5px;
}

.module-colour-INCIDENT {
  display: inline-block;
  background-color: #49a942;
  color: white;
  padding: 2px 5px;
}

.module-colour-WORKFLOW {
  display: inline-block;
  background-color: #f08b1d;
  color: white;
  padding: 2px 5px;
}

/* TABLES */
table.ui-table {
  border-top: 1px solid #d6d6d6;
  border-collapse: collapse;
  width: 100%;
}

.ui-table tr {
  border: 0;
  height: 25px;
  /*
  	font-size: .85em;
  */
}

.ui-table tr > td:first-child,
.ui-table tr > th:first-child {
  padding-left: 1.25em;
}

.ui-table tr > td:last-child,
.ui-table tr > th:last-child {
  padding-right: 1.25em;
}

.ui-table td,
.ui-table th {
  padding: 0.2em 0.6em;
  text-align: left;
  vertical-align: middle;
  /*
  	line-height: 1.5em;
  	padding: 0.5em 0.6em;
  	text-align: left;
  	vertical-align: top;
  */
}

.ui-table th.datetime {
  width: 170px;
}

.ui-table th.date {
  width: 100px;
}

.ui-table td ol,
.ui-table td ul {
  padding: 0.2em 1.4em;
  margin-bottom: 0;
}

.ui-table tfoot ol,
.ui-table tfoot ul {
  padding: 0;
  margin-bottom: 10px;
}

.ui-table th {
  /*
  	background-color: #efefef;
  	color: #253133;
  	font-weight: bold;
  	line-height: 1.7em;
  	padding: 0.2em 0.6em;
  	border-bottom: 2.5px solid #DFDFDF;
  */
  background-color: #e6e6e6;
  color: #253133;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.7em;
  padding: 0.2em 0.6em;
  border-bottom: 1px solid #dfdfdf;
  /*
  	text-transform: uppercase;
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ui-table thead th {
  white-space: nowrap;
}

.ui-table th a {
  display: block;
  text-decoration: none;
}

.ui-table td a {
  text-decoration: none;
}

.ui-table th a:link,
.ui-table th a:visited {
  color: #666666;
}

.ui-table th a:hover,
.ui-table th a:focus {
  color: #333333;
}

.ui-table th.sortable a {
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 1.1em;
}

.ui-table tr:hover {
  background-color: #FAFAF7;
}

.ui-table tfoot tr:hover {
  background-color: inherit;
}

.ui-table th:hover {
  /*
  	background: rgb(155, 206, 232)
  */
}

.ui-table tr.active {
  background-color: #67bff3;
  color: white;
}

.ui-table tr.active a {
  color: white;
}

/*
.ui-table tr.active a:hover {
}
.ui-table tr.active:hover {
	background-color: $table-row-active-bg-color;
}
*/
.odd {
  /*
  	background-color: #EAEAEA;
  */
  background-color: #F0F0F0;
}

.even {
  /*
  	background-color: #E3E3E3;
  */
  background-color: #F5F5F5;
}

form table tr:hover {
  background: #FFFFFF;
}

/* End of Table */
.busy {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 9999;
}

.busy i {
  color: #808080;
  font-size: 30px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Main layout */
#main-wrapper {
  min-height: 100%;
  height: 100%;
}

#main-menu-bar {
  /*
  	min-height: $main-menu-bar-height;
  */
  height: 30px;
  overflow: hidden;
  background-color: #F7F7F7;
  /*
  	background-color:#FAF7F7;	
  */
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

#main-menu-bar .nav-menubar label {
  cursor: default;
  vertical-align: sub;
  /*
  	display: inline-block;
  	font-size: 12px;
  	font-weight: bold;
  	vertical-align: sub;
  	margin-left: 0.5em;
  */
}

#main-body {
  /* Height is 100% minus #main-menu-bar and #main-header heights */
  height: -webkit-calc(100% - 30px - 40px);
  height: calc(100% - 30px - 40px);
}

#main-body-no-header {
  /* Height is 100% minus #main-menu-bar and #main-header heights */
  height: -webkit-calc(100% - 30px - 2px);
  height: calc(100% - 30px - 2px);
  /*
  	border-top-width: 2px;
  	border-top-style: solid;
  	border-top-color: transparent;
  */
}

#main-header {
  height: 40px;
  font-size: 17px;
  overflow: hidden;
  /*
  	border-top-width: 2px;
  	border-top-style: solid;
  	border-top-color: transparent;
  */
  border-bottom: 1px solid #ebebeb;
  background-color: whitesmoke;
}

#main-menu-bar.module-SETTING {
  border-bottom-color: #595959;
}

#main-menu-bar.module-DASHBOARD {
  border-bottom-color: #5b7383;
}

#main-menu-bar.module-LIBRARY {
  border-bottom-color: #0069a8;
}

#main-menu-bar.module-CUSTOMER {
  border-bottom-color: #670a5a;
}

#main-menu-bar.module-SUPPLIER {
  border-bottom-color: #670a5a;
}

#main-menu-bar.module-WORKPLACE {
  border-bottom-color: #41973b;
}

#main-menu-bar.module-EQUIPMENT {
  border-bottom-color: #41973b;
}

#main-menu-bar.module-PEOPLE {
  border-bottom-color: #41973b;
}

#main-menu-bar.module-COMPLIANCE {
  border-bottom-color: #41973b;
}

#main-menu-bar.module-PROJECT {
  border-bottom-color: #41973b;
}

#main-menu-bar.module-INCIDENT {
  border-bottom-color: #41973b;
}

#main-menu-bar.module-WORKFLOW {
  border-bottom-color: #e47e0f;
}

#main-header .mycontainer {
  font-family: Raleway, sans-serif !important;
  padding-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

/*
#main-header .modulename
{
   	font-family: $module-font;
   	font-size: 0.9em;
	text-transform: uppercase;
	margin-right: 10px;
}
*/
.header-path, .fullpathname
#main-header .currentpathname,
.currentpathname, #main-header .fullpathname,
.fullpathname {
  display: inline-block;
  line-height: 30px;
  vertical-align: bottom;
}

.fullpathname
#main-header .currentpathname,
.currentpathname {
  font-size: 16px;
  font-weight: bold;
}

#main-header .fullpathname,
.fullpathname {
  font-size: 14px;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hresize {
  position: relative;
  width: 1px;
  float: left;
  height: 100%;
  z-index: 5;
  background-color: #ebebeb;
}

.hresize-handle {
  position: relative;
  top: 0px;
  left: 0px;
  width: 2px;
  min-height: 56px;
  cursor: ew-resize;
  background-color: #4d4d4d;
}

/* Main layout */
#mainViewLeft {
  /*
  	width: $main-view-left-width;
  */
  float: left;
  height: 100%;
  background-color: whitesmoke;
}

#mainViewRight {
  /* width is 100% minus width of (#mainViewLeft plus .hresize) */
  /*
  	@include width-calc(100% - 250px - 1px);
  */
  float: right;
  overflow: hidden;
  height: 100%;
}

#mainViewRight .mycontainer .container-header {
  height: 30px;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 1px;
  /*
  	padding-top: 5px;
  	padding-bottom: 5px;
  */
  background-color: whitesmoke;
  /*	
  	background-color: #242424;
  	border-left: 5px solid #2E2E2E;
  */
}

#mainViewRight .mycontainer .container-body {
  /* height is 100% minus height of (#mainViewRight .container .container-header) */
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #F7F7F7;
  /*
  	background-color:#FAF7F7;
  */
}

#mainViewRight .mycontainer .container-body .detail-container-parent {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.main-tree-buttons {
  height: 30px;
  overflow: hidden;
}

.company-list-view {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  overflow: auto;
}

.main-tree-view {
  height: -webkit-calc(100% - 30px - 26px);
  height: calc(100% - 30px - 26px);
  overflow: auto;
}

/*
transform:
	linear  		cubic-bezier(0,0,1,1)
	ease  			cubic-bezier(0.25,0.1,0.25,1)
	ease-in  		cubic-bezier(0.42,0,1,1)
	ease-out  		cubic-bezier(0,0,0.58,1)
	ease-in-out  	cubic-bezier(0.42,0,0.58,1)
*/
/* Dialog box */
.dialog-root {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}

.dialog-root.dialog-closing {
  background-color: transparent;
}

.dialog-container-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}

.dialog-body {
  background-color: #fcfcfc;
  padding: 5px;
  overflow: auto;
  /*
  	@include box-shadow(0px 0px 5px 0px #000000);
  */
  -moz-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.7);
}

.dialog-heading {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0.83em;
}

.dialog-body {
  display: block;
  margin: 0 0.83em;
}

.dialog-inner-body {
  padding: 5px;
}

.dialog-container {
  position: relative;
  margin: 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}

.dialog-title-container {
  position: relative;
  border-bottom: 1px solid #bababa;
  padding: 0 5px;
}

.dialog-title {
  line-height: 40px;
}

.dialog-close {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 40px;
}

.dialog-buttons-container, .dialog-buttons-container-top {
  position: relative;
  border-top: 1px solid #bababa;
  margin-top: 1em;
  height: 40px;
}

.dialog-buttons-container-top {
  border-top: 0;
  margin-top: 0;
  border-bottom: 1px solid #bababa;
  margin-bottom: 1em;
}

.dialog-buttons, .dialog-confirm-buttons {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 40px;
}

.dialog-slide {
  margin: 0px;
  width: 100%;
  height: 100%;
}

.default-transition, .dialog-slide-animate, .slide-content, .slide-content-hide-right, .slide-content-hide-left, .slide-content-hide-bottom, .slide-content-hide-top {
  -webkit-transition: 0.4s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: 0.4s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: 0.4s cubic-bezier(0, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0, 1, 0.5, 1);
}

.dialog-slide-from-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dialog-slide-from-right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.dialog-slide-from-top {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.dialog-slide-from-bottom {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.dialog-slide-from-none {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dialog-show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.dialog-confirm-prompt {
  display: inline-block;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 100px;
}

.dialog-confirm-buttons {
  padding-top: 5px;
}

/* Sliding Content */
/* Initialliy shown */
.slide-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-hide-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slide-hide-right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-hide-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-hide-down {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* Initialliy hide */
.slide-content-hide-right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-content-hide-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slide-content-hide-bottom {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-content-hide-top {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* -------------------------------------*/
.slider3-overlay {
  -moz-box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.125);
  box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.125);
}

/* navigation CSS stuff - START */
/* Navigation bar */
.nav-menubar .spacer {
  vertical-align: top;
  height: 30px;
  display: inline-block;
}

a.menu-button {
  display: inline-block;
  font-size: 17px;
  font-family: Raleway, sans-serif !important;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0px;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /*
  	border-right: 1px solid rgba(150, 150, 150, 0.5);
  */
  color: white;
}

/* default menu button*/
a.menu-button-default {
  background-color: transparent;
  /*	
  	@include box-shadow(inset 0 3px 0 0 $shadow-color);
  */
  /*
  	@include box-shadow(inset 0 3px 0 0 rgba(0,0,0,0.15));
  */
  color: #6e6e6e;
}
a.menu-button-default i {
  color: #6e6e6e;
}
a.menu-button-default:hover {
  color: #0d0d0d;
  background-color: rgba(0, 0, 0, 0.05);
}
a.menu-button-default:active {
  background-color: rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
}
a.menu-button-default:hover * {
  color: #0d0d0d;
}
a.menu-button-default.active * {
  color: #0d0d0d;
}

/* navigation CSS stuff - END */
/* button style */
button, .button {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border: 1px solid #d6d6d6;
  line-height: 28px;
  /*
  	font-weight: bold;
  */
  font-size: 14px;
  outline: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 12px;
  white-space: nowrap;
  /*
  	background: -webkit-linear-gradient(top,#4387fd,#4683ea);
  	background: linear-gradient(top,#4387fd,#4683ea);
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

button[disabled], [disabled].button {
  cursor: default;
  color: #b3b3b3;
}

button[disabled]:hover, [disabled].button:hover {
  background-color: #e6e6e6;
  border-color: #d6d6d6;
  color: #b3b3b3;
}

button[disabled]:active, [disabled].button:active {
  background-color: #e6e6e6;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
}

button:hover, .button:hover {
  /*
  	@include box-shadow(0px 1px 0px rgba(200, 200, 200, 0.5));
  	@include box-shadow(0px 1px 0px rgba(0, 0, 0, 0.15));
  */
  /*
  	@include box-shadow(0px 1px 0px rgba(0, 0, 0, 0.3));
  */
  background-color: #d9d9d9;
  color: #4d4d4d;
  border-color: #d6d6d6;
}

button:active, .button:active {
  background-color: #cccccc;
  -moz-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
}

button.active, .active.button {
  background-color: #67bff3;
  border-color: #d6d6d6;
  color: white;
}

button.checked, .checked.button {
  /*
  	border: $default-border-width solid $btn-checked-bg-color;
  	@include box-shadow(inset 0 2px 0px rgba(0, 0, 0, 0.1));
  
  	color: $btn-checked-color;
  	background-color: $btn-checked-bg-color;
  	box-shadow: $btn-checked-box-shadow;
  */
  background-color: #cccccc;
  /*
  	@include box-shadow(inset 0 2px 0px rgba(0, 0, 0, 0.1));
  */
}

button.checked:hover, .checked.button:hover {
  /*
  	@include box-shadow(inset 0 2px 0px rgba(0, 0, 0, 0.1));
  */
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*	
  	color: $btn-hover-color-checked;
  */
  background-color: #38abef;
  color: white;
  border-color: #d6d6d6;
}

button.checked:active, .checked.button:active {
  /*
  	@include box-shadow(inset 0 2px 0px rgba(0, 0, 0, 0.1));
  */
}

.ui-button-small, .ui-button-mini,
.button-small,
button.tree-button-small,
.tree-button-small.button {
  display: inline-block;
  line-height: normal;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.ui-button-mini {
  line-height: 18px;
  padding: 2px 2px 2px 2px;
}

.button-group-small {
  display: inline-block;
  padding-top: 2px;
}

.button-group-mini {
  display: inline-block;
}

/* uiSlideMenu directive */
.ui-slide-menu {
  display: inline-block;
}

.ui-slide-menu ul li {
  float: left;
  white-space: nowrap;
}

.ui-slide-menu .menu-down ul li {
  float: none;
  white-space: nowrap;
  margin-bottom: 1px;
}

.ui-slide-menu .ui-slide-menu-menu {
  z-index: 10;
}

.ui-slide-menu .ui-slide-menu-menu button, .ui-slide-menu .ui-slide-menu-menu .button,
.ui-slide-menu .ui-slide-button {
  line-height: 26px;
  padding: 0px 5px;
}

/*
.ui-slide-menu .ui-slide-button .small {
	line-height: 20px;
	padding: 0 2px;
}
*/
.ui-slide-menu .ui-slide-menu-menu.menu-left button, .ui-slide-menu .ui-slide-menu-menu.menu-left .button {
  margin-right: 1px;
}

.ui-slide-menu .ui-slide-menu-menu.menu-right button, .ui-slide-menu .ui-slide-menu-menu.menu-right .button {
  margin-left: 1px;
}

.button-default,
.button-action-large {
  width: 34px;
  height: 29px;
  font-size: 1.3em;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.button-action-large i {
  vertical-align: middle;
  line-height: 29px;
}

.button {
  display: inline-block;
}

.button:focus {
  outline: none;
}

a.button:focus {
  color: #4d4d4d;
}

.button:hover {
  text-decoration: none;
}

/* Default style bubble Navigation*/
.navigation-default {
  color: #e6e6e6;
  font-size: 1.7em;
}

/*
.button-navigation {
	color: white;
	width: 24px;
	height: 24px;
	font-size: 15px;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
}

.button-navigation i {
	vertical-align: middle;
}
*/
/*
.button-navigation.active
{
	background-color: $btn-pressed-bg-color;
	border-color: $btn-pressed-bg-color;
}
*/
/* Angular animation */
.animation-transition, .animate, .animate-slide-top.ng-enter,
.animate-slide-top.ng-leave, .animate-slide-bottom.ng-enter,
.animate-slide-bottom.ng-leave, .animate-slide-left.ng-enter,
.animate-slide-left.ng-leave, .animate-slide-right.ng-enter,
.animate-slide-right.ng-leave {
  /*
  	-webkit-transition:0.5s linear all;
  	transition:0.5s linear all;
  */
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

/* animation for ngShow, ngHide */
/* Default animation */
.animate.ng-hide {
  opacity: 0;
}

.animate.ng-hide-add,
.animate.ng-hide-remove {
  display: block !important;
}

/* Fade animation */
.animate-fade.ng-hide {
  opacity: 0;
}

.animate-fade.ng-hide-add,
.animate-fade.ng-hide-remove {
  display: block !important;
}

/* animation for ngRepeat, ngInclude, ngIf and ngView */
/* Default animation */
.animate.ng-leave,
.animate.ng-enter.ng-enter-active {
  opacity: 1;
}

.animate.ng-enter,
.animate.ng-leave.ng-leave-active {
  opacity: 0;
}

/* Fade animation */
.animate-fade.ng-leave,
.animate-fade.ng-enter.ng-enter-active {
  opacity: 1;
}

.animate-fade.ng-enter,
.animate-fade.ng-leave.ng-leave-active {
  opacity: 0;
}

/* Slide animation */
.animate-slide-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  /*
  	background:white;
  */
}

/* slide from top */
.animate-slide-top.ng-enter,
.animate-slide-top.ng-leave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.animate-slide-top.ng-enter {
  top: -100%;
}

.animate-slide-top.ng-enter.ng-enter-active {
  top: 0;
}

.animate-slide-top.ng-leave {
  top: 0;
}

.animate-slide-top.ng-leave.ng-leave-active {
  top: 100%;
}

/* slide from bottom */
.animate-slide-bottom {
  height: 100%;
  width: 100%;
}

.animate-slide-bottom.ng-enter,
.animate-slide-bottom.ng-leave {
  position: absolute;
  display: block;
}

.animate-slide-bottom.ng-enter {
  bottom: -100%;
}

.animate-slide-bottom.ng-enter.ng-enter-active {
  bottom: 0;
}

.animate-slide-bottom.ng-leave {
  bottom: 0;
}

.animate-slide-bottom.ng-leave.ng-leave-active {
  bottom: 100%;
}

/* slide from left */
.animate-slide-left.ng-enter,
.animate-slide-left.ng-leave {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}

.animate-slide-left.ng-enter {
  left: 100%;
}

.animate-slide-left.ng-enter.ng-enter-active {
  left: 0;
}

.animate-slide-left.ng-leave {
  left: 0;
}

.animate-slide-left.ng-leave.ng-leave-active {
  left: -100%;
}

/* slide from right */
.animate-slide-right.ng-enter,
.animate-slide-right.ng-leave {
  position: absolute;
  right: 0;
  width: 100%;
  display: block;
}

.animate-slide-right.ng-enter {
  right: 100%;
}

.animate-slide-right.ng-enter.ng-enter-active {
  right: 0;
}

.animate-slide-right.ng-leave {
  right: 0;
}

.animate-slide-right.ng-leave.ng-leave-active {
  right: -100%;
}

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

.align-center,
.text-center,
.ui-table th.text-center,
.ui-table td.text-center {
  text-align: center;
}

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

.blank-tree-icon {
  margin-left: 14px;
}

/* tree */
ul.abn-tree li.abn-tree-row {
  padding: 1px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

ul.abn-tree li.abn-tree-row.active {
  background-color: #67bff3;
  color: white;
}

ul.abn-tree li.abn-tree-row.active .dndHandle {
  color: white;
}

ul.abn-tree li.abn-tree-row.active:hover {
  background-color: #67bff3;
}

ul.abn-tree li.abn-tree-row:hover {
  background-color: white;
}

li.abn-tree-row.on-drag-over-1,
li.abn-tree-row.on-drag-over-2 {
  background-color: #67bff3 !important;
  color: white !important;
}

button.tree-button-small, .tree-button-small.button {
  margin-top: 1px;
  margin-bottom: 1px;
}

.header-tab-container {
  display: inline-block;
  padding-top: 1px;
  margin-right: 3px;
}

.header-action-container {
  display: inline-block;
  padding-top: 1px;
  margin-left: 3px;
  margin-right: 3px;
  padding-bottom: 1px;
}

.header-action-container.first {
  margin-left: 0px;
}

/* Font awesome size */
.fa-mini {
  font-size: 0.5em;
  line-height: 0.5em;
  vertical-align: middle;
}

.fa-small {
  font-size: 0.7em;
  line-height: 0.7em;
  vertical-align: middle;
}

.fa-stack.fa-small {
  font-size: 1em;
  width: 18px;
  height: 14px;
  line-height: 14px;
}

/*
.fa-midium {
  font-size: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
}
.fa-large {
  font-size: 2em;
  line-height: 2em;
  vertical-align: middle;
}
*/
/* File upload button */
.fileinput-button {
  position: relative;
  overflow: hidden;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

/* Flipped module font */
.flip101 {
  font-family: Raleway, sans-serif !important;
  text-transform: uppercase;
  display: inline-block;
  /*
  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  	-moz-transform: scale(-1, 1);
  	-ms-transform: scale(-1, 1);
  	-o-transform: scale(-1, 1);
  */
  -webkit-transform: scale(-1, 1) translate(0.2px, 0);
  transform: scale(-1, 1) translate(0.2px, 0);
}

/* Search input */
.search-input {
  position: relative;
  display: table;
  border-collapse: separate;
}

.search-input * {
  height: 29px;
}

.search-input input {
  width: 180px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-width: 1px;
  border-right-width: 0;
}

.search-input button, .search-input .button {
  width: 29px;
  padding: 0;
  vertical-align: middle;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 1px;
  border-left: 0;
}

/* main drop down menu - START */
.main-menu .enabled.module-DASHBOARD:hover {
  background-color: #658092;
}

.main-menu .enabled.module-LIBRARY:hover {
  background-color: #0079c1;
}

.main-menu .enabled.module-CUSTOMER:hover {
  background-color: #7e0c6e;
}

.main-menu .enabled.module-SUPPLIER:hover {
  background-color: #7e0c6e;
}

.main-menu .enabled.module-WORKPLACE:hover {
  background-color: #49a942;
}

.main-menu .enabled.module-EQUIPMENT:hover {
  background-color: #49a942;
}

.main-menu .enabled.module-PEOPLE:hover {
  background-color: #49a942;
}

.main-menu .enabled.module-COMPLIANCE:hover {
  background-color: #49a942;
}

.main-menu .enabled.module-PROJECT:hover {
  background-color: #49a942;
}

.main-menu .enabled.module-INCIDENT:hover {
  background-color: #49a942;
}

.main-menu .enabled.module-WORKFLOW:hover {
  background-color: #f08b1d;
}

.main-menu .enabled:hover .my-menu-label {
  color: white;
}

/*
.main-menu .enabled .my-menu-label:hover  {
	color: $module-fg-color-other;
}
*/
.main-menu-env {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  margin-left: 230px;
}

.main-menu-container {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.main-menu-container * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.main-menu-current {
  width: 220px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  background-color: white;
  cursor: pointer;
}

.main-menu-current > div {
  width: 100%;
  height: 30px;
}

.main-menu {
  width: 220px;
  line-height: 30px;
  font-size: 15px;
  background-color: white;
  /*
  	@include box-shadow(0 1px 6px rgba(0,0,0,0.1));
  
  	@include box-shadow(3px 3px 6px -3px rgba(0,0,0,0.1));
  */
  -moz-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.5);
}

.main-menu .menu-col1 {
  display: inline-block;
  width: 30px;
  float: left;
}

.main-menu .menu-col1 .menu-row {
  display: block;
  width: 30px;
  height: 30px;
}

.main-menu .menu-col2 .menu-row {
  height: 30px;
}

.main-menu .menu-col2 .menu-row {
  color: #b4b4b4;
}

.main-menu .menu-col2 .enabled.menu-row {
  color: #383838;
  cursor: pointer;
}

.main-menu .module-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.main-menu .menu-col2 {
  position: relative;
  display: inline-block;
  width: -webkit-calc(220px - 30px);
  width: calc(220px - 30px);
  float: left;
}

.main-menu-current .my-menu-label {
  font-family: Raleway, sans-serif !important;
  text-transform: uppercase;
  padding: 0 0 0 5px;
}

.main-menu .my-menu-label {
  display: inline-block;
  font-family: Raleway, sans-serif !important;
  text-transform: uppercase;
  padding: 0 0 0 5px;
}

.main-menu .safe101-rotate {
  display: block;
  background-color: #49a942;
  width: 150px;
  height: 30px;
  color: white;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: 150px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* main menu - END */
/* toggle button group (used by directive uiToggle and uiToggleGroup) */
.ui-toggle-group,
.ui-toggle {
  display: inline-block;
}

.ui-toggle-group {
  vertical-align: middle;
}

.ui-toggle-group button, .ui-toggle-group .button,
.ui-toggle button,
.ui-toggle .button {
  padding: 0 6px;
}

.ui-toggle button:before, .ui-toggle .button:before {
  /* .fa */
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
  margin-right: 3px;
  /* .fa-times-circle */
  content: "\f057";
  /* .fa-circle */
  /*	content: "\f111";*/
}

.ui-toggle button.checked:before, .ui-toggle .checked.button:before {
  /* .fa */
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
  margin-right: 3px;
  /* .fa-check-circle */
  content: "\f058";
  /* .fa-circle-o */
  /*	content: "\f10c"; */
}

.ui-toggle button.button-small, .ui-toggle .button-small.button, .ui-toggle button.tree-button-small, .ui-toggle .tree-button-small.button {
  padding: 5px 5px 5px 5px;
}

.ui-toggle-group button.button-small, .ui-toggle-group .button-small.button, .ui-toggle-group button.tree-button-small, .ui-toggle-group .tree-button-small.button {
  padding: 5px 5px 5px 5px;
}

.ui-toggle button.checked:active, .ui-toggle .checked.button:active {
  background-color: #1294e2;
}

.ui-toggle button.disabled, .ui-toggle .disabled.button {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  cursor: default;
}

.ui-toggle button.disabled:active, .ui-toggle .disabled.button:active {
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
}

.ui-toggle button.checked.disabled, .ui-toggle .checked.disabled.button,
.ui-toggle button.checked.disabled:hover,
.ui-toggle .checked.disabled.button:hover {
  background-color: #cccccc;
}

.ui-toggle-group > .ui-button-group {
  display: table-row;
}

/* Divider between buttons */
.ui-toggle-group > .ui-button-group > div {
  display: table-cell;
  border-style: solid;
  border-color: #cccccc;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
}

.ui-toggle-group > .ui-button-group > div:last-child {
  border-right-width: 0;
}

.ui-toggle-group > .ui-button-group > div > button, .ui-toggle-group > .ui-button-group > div > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.ui-toggle-group > .ui-button-group > div:first-child > button, .ui-toggle-group > .ui-button-group > div:first-child > .button {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left-width: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.ui-toggle-group > .ui-button-group > div:last-child > button, .ui-toggle-group > .ui-button-group > div:last-child > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right-width: 1px;
}

/* pretty photo pp_custom theme - START */
div.pp_custom a.pp_close {
  display: block;
  position: absolute;
  line-height: 22px;
  text-indent: 0px;
  top: 0;
  right: 15px;
}

div.pp_custom .pp_close {
  background-color: white;
  color: #e6e6e6;
  font-size: 25px;
}

div.pp_custom .pp_close:hover {
  color: rgba(230, 230, 230, 0.7);
}

div.pp_custom .pp_close:active {
  color: #cccccc;
}

div.pp_custom .pp_description {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_custom .pp_loaderIcon {
  color: #808080;
  font-size: 24px;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

div.pp_custom .pp_content {
  background-color: white;
  border: 7px solid white;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

div.pp_custom .pp_details {
  position: relative;
  margin: 0;
}

/* pretty photo pp_custom theme - END */
.dndHandle {
  color: black;
}

/* select2 custom style - START */
/*
$bs1: inset 0px 2px 2px #ececec,0px 1px 1px #fff;
*/
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  /*
      border: 1px solid #aaa;
  */
  border: 1px solid #bdbdbd;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  /*
      border-radius: 4px;
  */
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: white;
  filter: none;
  background-image: none;
  outline: none;
  -moz-box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  -ms-box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  -webkit-box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  /*    
      background-color: #fff;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
      background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
      background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
      background-image: linear-gradient(top, #fff 0%, #eee 50%);
  */
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  background-image: none;
  filter: none;
  /*
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
      background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
      background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
      background-image: linear-gradient(top, #eee 0%, #fff 90%);
  */
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: none;
  -moz-box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  -ms-box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  -webkit-box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: none;
  /*
      background: #fff url('select2.png') no-repeat 100% -22px;
      background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
      background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
      background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
      background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
  */
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  /*    
      border-radius: 0 4px 4px 0;
      border-radius: 0 $border-radius $border-radius 0;
  */
  border-radius: 0;
  background-clip: padding-box;
  background: none;
  background-image: none;
  background-color: #e6e6e6;
  /*
      background: #ccc;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
      background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
      background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
      background-image: linear-gradient(top, #ccc 0%, #eee 60%);
  */
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  /*
      background: url('select2.png') no-repeat 0 1px;
  */
}

.select2-container .select2-choice .select2-arrow b:before {
  /* .fa */
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
  color: #4d4d4d;
  /* .fa-chevron-down (&#xf078;) */
  content: "\f078";
}

.select2-dropdown-open .select2-choice .select2-arrow b:before {
  color: #4d4d4d;
  /* .fa-chevron-up (&#xf077;) */
  content: "\f077";
}

.select2-drop.select2-drop-above.select2-drop-active {
  /*
      border-top: 1px solid #5897fb;
  */
  border-top: 1px solid #4078c7;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  /*
      border: 1px solid #5897fb;
  */
  border: 1px solid #4078c7;
  outline: none;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #4078c7;
  border-top-color: transparent;
  background-image: none;
  filter: none;
  /*
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
      background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
      background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
      background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
  */
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #4078c7;
  outline: none;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-results .select2-highlighted {
  /*
      background: #3875d7;
  */
  background: #e6e6e6;
  color: #fff;
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  /*
      border-radius: 0 0 4px 4px;
  */
  border-radius: 0 0 2px 2px;
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  /*
      border-radius: 4px 4px 0 0;
  */
  border-radius: 2px 2px 0 0;
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  /*
      border: 1px solid #5897fb;
  */
  border: 1px solid #4078c7;
  border-top: none;
}

.select2-container-multi .select2-choices {
  border-radius: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  /*
      border: 1px solid #aaaaaa;
  */
  border: 1px solid #4078c7;
  border-radius: 2px;
  -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: none;
  background-image: none;
  /*
      background-color: #e4e4e4;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
      background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  */
}

/* Small select 2 to batch a small button */
.small-select2,
.small-select2.select2-container .select2-choice {
  height: 28px;
}

.small-select2.select2-container .select2-choice .select2-arrow,
.small-select2.select2-container .select2-choice .select2-chosen {
  line-height: 28px;
}

/* select2 custom style - END */
.file-purpose,
.ui-table .label {
  margin-top: 3px;
  margin-left: 4px;
  margin-right: 4px;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  /*
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  */
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/*
.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
*/
.badge {
  padding-right: 9px;
  padding-left: 9px;
  /*
    -webkit-border-radius: 9px;
       -moz-border-radius: 9px;
            border-radius: 9px;
  */
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #d5000e;
}

/*
.label-important,
.badge-important {
	background-color: #b94a48;
}
*/
.label-important[href],
.badge-important[href] {
  background-color: #c61f0e;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* AngularStrap - START */
/* datepicker day of week class */
.datepicker .dow {
  font-size: 12px;
}

.timepicker button, .timepicker .button,
.datepicker button,
.datepicker .button {
  font-size: 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 8px;
}

.datepicker .today {
  background-color: #CCCCCC;
}

.timepicker .btn-primary,
.datepicker .btn-primary {
  background-color: #67bff3;
}

/* AngularStrap - END */
.main-body-container, .workflow-container, .customer-container, .supplier-container, .incident-container, .setting-container {
  position: relative;
  height: 100%;
  overflow: auto;
}

.main-body-header-container, .workflow-header-container, .customer-header-container, .supplier-header-container, .incident-header-container {
  background-color: whitesmoke;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.main-body-content-container, .workflow-body-container, .customer-body-container, .supplier-body-container, .incident-body-container, .setting-body-container {
  position: relative;
  height: 100%;
}

/* Workflow - START */
.workflow-header-container {
  height: 64px;
}

.workflow-body-container {
  height: -webkit-calc(100% - 64px);
  height: calc(100% - 64px);
}

/* Workflow - END */
/* Customer - START */
.customer-header-container {
  height: 30px;
}

.customer-body-container {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}

/* Customer - END */
/* Supplier - START */
.supplier-header-container {
  height: 30px;
}

.supplier-body-container {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}

/* Supplier - END */
/* Incident - START */
.incident-header-container {
  height: 30px;
}

.incident-body-container {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}

/*
.workflow-container {
	@extend .main-body-container;
}
.workflow-header-container {
	@extend .main-body-header-container;
	height: $workflow-header-height;
}
.workflow-body-container {
	@extend .main-body-content-container;
	@include height-calc(100% - 64px);
}
*/
/* Incident - END */
/* Setting - START */
.setting-body-container {
  padding: 10px;
}

.setting-body-container h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dfdfdf;
  font-size: 1.48em;
  width: 800px;
}

.setting-body-container h3 {
  padding-bottom: 0.5em;
  font-size: 1.1em;
  text-decoration: underline;
}

.setting-menu-container {
  margin-bottom: 20px;
}

.setting-menu-container button, .setting-menu-container .button {
  margin-bottom: 5px;
}

/* Setting - END */
/* Dashboard - START */
.dashboard-head {
  position: relative;
  min-height: 2em;
  margin-bottom: 10px;
}

.dashboard-head img.logo {
  max-height: 80px;
}

.dashboard-head .welcome-container {
  display: inline-block;
  position: absolute;
  bottom: 0;
  /*
  	margin-left: 0.5em;
  	font-size: 2em; 
  	font-weight: bold;
  */
}

.dashboard-head .welcome {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 2em;
  font-weight: bold;
}

.dashboard-head .lastlogin {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.8em;
}

.dashboard-content {
  margin: 0 0 10px;
  padding: 5px;
  background-color: whitesmoke;
}

.dashboard-content .db-bb-msg {
  margin: 0;
  padding-bottom: 0.5em;
  border-top: 1px solid #dfdfdf;
}

.dashboard-content .db-bb-msg .timestamp {
  font-size: 0.8em;
  text-align: right;
}

.dashboard-content .db-bb-msg .msg {
  font-size: 1em;
}

/* Dashboard - END */
/* Overide bootstrap - START */
.badge {
  min-width: 10px;
  padding: 1px 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  background-color: #258be9;
  border-radius: 10px;
}

.btn-primary {
  color: white;
  background-color: #1294e2;
  border-color: #0f7cbc;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #0f7cbc;
  border-color: #0c6396;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #0c6396;
}

/* Overide bootstrap - END */
/* workflow css - START */
/* low priority task */
.label.task-pri-20 {
  background-color: #008000;
  color: #fff;
}

/* medium priority task */
.label.task-pri-50 {
  background-color: #f89406;
  color: #ffffff;
}

/* high priority task */
.label.task-pri-80 {
  background-color: #DD0000;
  color: #fff;
}

/* overdue task */
.label.task-overdue-true {
  background-color: #DD0000;
  color: #fff;
}

.label.task-overdue-false {
  background-color: inherit;
  color: inherit;
  font-weight: inherit;
}

/* Readonly view */
fieldset.readonly {
  margin: 0.6em 1.25em;
  padding: 0;
  position: relative;
  zoom: 1;
  border: none;
}

/*
fieldset.readonly label.conf-field:before {
	content: "*";
	color: $important-bg-colour;
	display: inline-block;
	font-weight: bold;
	margin-right: 0.3em;
	position: relative;
	top: 0.1em;
}
*/
.edit-form .field-set label.conf-field.no-access {
  color: #999999;
}

/*
.edit-form .field-set label.conf-field.no-read {
	color: $important-bg-colour;
}
.edit-form .field-set label.conf-field.no-create {
	color: $important-bg-colour;
}
.edit-form .field-set label.conf-field.no-update {
	color: $important-bg-colour;
}
*/
.edit-form table.table td {
  padding: 2px;
}

fieldset.readonly label.conf-field.no-read {
  /*
  	color: $important-bg-colour;
  */
  text-decoration: line-through;
}

/*
fieldset.readonly .field-set 
{
	margin: 0.3em 0;
}

fieldset.readonly .field-set label 
{
	width: 20%;
	padding-right: 1em;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	cursor: default;
}

fieldset.readonly .field-set .property-value {
	display: inline-block;
	width: 100%;
}
*/
fieldset.readonly h2,
fieldset.readonly h3 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dfdfdf;
}

fieldset.readonly h3.no-underline {
  padding-bottom: 0;
  border-bottom: 0;
}

/* workflow css - END */
/* uiPaginate directive - START */
.pagination {
  font-weight: bold;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination .select2-choice {
  height: 30px;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #67bff3;
  color: #4d4d4d;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #4d4d4d;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #b4b4b4;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}

/* uiPaginate directive - END */
/* uiMultiSelect directive - START */
.uiMultiSelect {
  width: 70%;
}

.uiMultiSelect-selected {
  background-color: #67bff3;
  color: white;
}

.uiMultiSelect-select {
  width: -webkit-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  box-sizing: border-box;
}

.uiMultiSelect-selectList {
  border: solid 1px;
  overflow: auto;
  height: 150px;
}

.uiMultiSelect .text {
  clear: both;
  font-size: 11px;
}

label.uiMultiSelect-control-label::after {
  /*
      content: ":";
  */
}

.uiMultiSelect-checkbox {
  margin-left: 5px;
  margin-right: 5px;
}

.uiMultiSelect ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.uiMultiSelect-buttons {
  margin-top: 20px;
  width: 40px;
  box-sizing: border-box;
}

.uiMultiSelect-buttons-container {
  width: 30px;
}

.uiMultiSelect-mover {
  display: block;
  vertical-align: top;
  margin-top: 5px;
  width: 30px;
  height: 30px;
}

/* uiMultiSelect directive - END */
/* file selection dialog - START */
.file-sel-body-container {
  height: -webkit-calc(100% - 120px);
  height: calc(100% - 120px);
}

.file-sel-tree-container {
  display: inline-block;
  height: 100%;
  width: 40%;
  background-color: whitesmoke;
  border-right: 1px solid #ebebeb;
}

.file-sel-file-container {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  background-color: white;
}

/* file selection dialog - END */
/* resource selection dialog - START */
.res-sel-body-container {
  height: -webkit-calc(100% - 120px);
  height: calc(100% - 120px);
}

.res-sel-tree-container {
  display: inline-block;
  height: 100%;
  width: 40%;
  background-color: whitesmoke;
  border-right: 1px solid #ebebeb;
}

.res-sel-res-container {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  background-color: white;
}

/* resource selection dialog - END */
.strikethrough {
  text-decoration: line-through;
}

.new {
  color: red;
}

/* Readonly view */
fieldset.readonly {
  margin: 0.6em 1.25em;
  padding: 0;
  position: relative;
  zoom: 1;
  border: none;
}

fieldset.readonly .field-set {
  margin: 0.3em 0;
}

fieldset.readonly .field-set label {
  width: 20%;
  padding-right: 1em;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

fieldset.readonly .field-set .property-value {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 75%;
}

fieldset.readonly .field-set .property-value-number {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: right;
  width: 50px;
}

.search-found {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  vertical-align: sub;
  margin-left: 0.5em;
}

.rec-count {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  vertical-align: sub;
  margin-left: 0.5em;
}

.fa-stack-small {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.fa-stack-small-1x,
.fa-stack-small-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-small-1x {
  line-height: inherit;
}

.fa-stack-small-2x {
  font-size: 20px;
}

.fa-stack.fa-small .fa-stack-1x {
  font-size: 12px;
}

.fa-stack.fa-small .fa-stack-2x {
  line-height: inherit;
  font-size: 21px;
}

/*
.comp-status-but.checked .green {
	color: white;
}
*/
.green {
  color: #85c226;
}

.amber {
  color: #ff6600;
}

.red {
  color: #cf1f0e;
}

.transparent {
  color: transparent;
}

.address-city {
  /* AusPost standard to show city in uppercase */
  text-transform: uppercase;
}

.not-selectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Custom font */
.fa-book-open:before,
.fa-library:before {
  content: "\ef82";
}

.fa-customer:before {
  content: "\ef83";
}

.fa-supplier:before {
  content: "\ef84";
}

.fa-del:before {
  /* fa-cut */
  /*
  	content: "\f0c4";
  */
  /* fa-minus */
  /*
  	content: "\f068";
  */
  /* custom icon */
  content: "\ef85";
}

.fa-journal:before {
  /* fa-comment */
  /*
  	content: "\f075";
  */
  /* custom icon */
  content: "\ef86";
}

/* notification message */
.noty_text ul.error li,
.noty_text ul.info li {
  color: white;
}

.noty_text ul.warn li {
  color: #826200;
}

/* Storage usage chart */
.storage-usage-chart {
  /*
  	background-color: #ffffff;
  	background-color: $bg-color-light;
  	background-color: $bg-color-medium;
  */
  border: 1px solid #ebebeb;
  font: 10px sans-serif;
  text-shadow: none;
  height: 300px;
  width: 400px;
}

.storage-usage-chart .total {
  font-size: 18px;
  font-weight: bold;
}

.storage-usage-chart .units {
  fill: gray;
  font-size: 12px;
}

.storage-usage-chart .label {
  fill: #CCC;
  font-size: 12px;
  font-weight: bold;
}

.storage-usage-chart .value {
  font-size: 12px;
  font-weight: bold;
}

input[type="radio"] {
  /*
  	-webkit-box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  	box-shadow: inset 0px 2px 2px #ececec, 0px 1px 1px white;
  */
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
