/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../sass/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, ../sass/normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../sass/normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, ../sass/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, ../sass/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../sass/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../sass/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, ../sass/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, ../sass/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../sass/normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 181, ../sass/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../sass/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 198, ../sass/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 205, ../sass/normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, ../sass/normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../sass/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../sass/normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../sass/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, ../sass/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 278, ../sass/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 290, ../sass/normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 302, ../sass/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 317, ../sass/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 327, ../sass/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 337, ../sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, ../sass/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 361, ../sass/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 370, ../sass/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, ../sass/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../sass/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
    overflow-y: scroll;
	-ms-overflow-style: scrollbar !important;
}

.container-fluid {
    padding: 30px;
}

.navbar-default {
    border-radius: 0 !important;
    background-color: rgba(91, 192, 222, 1);
    border: none;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}

nav button {
    margin-left: 10px;
}

.portal {
    padding: 0;
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}

hr {
    clear: both;
}

.item {
    cursor: pointer;
    border-bottom: 1px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    margin: 0px;
    padding: 10px;
}

.item:last-child {
    border-bottom: 1px #CCC solid;
}

.active {
    background-color: #EEE;
}

.faded {
    opacity: 0.3;
}

input[type="checkbox"] {
    margin-left: 20px;
}


/* SW */

body, html {
	margin: 0px;
	padding: 0px;
	background: #222222;
	font-size: 100%;
	line-height: 1.25;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, sans;
	color: #111111;
	height: 100%;
	min-height: 100%;
}

body {
	text-rendering: optimizelegibility;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, sans;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	text-rendering: optimizelegibility;
}
a,
a:focus,
a:active,
a:hover {
  outline-width: 0px;
  outline-style: none;
  text-decoration: none;
  color: #777777;
}

a:hover {
  cursor: pointer;
  color: #000000;
}

ol,
ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#wrap_page {
	position: relative;
	width: 100%;
	min-height: 100%;
	max-width: 87.5rem !important;
	margin: 0px auto;
	background: #111111;
}

.ng-scope[ui-view] {
	background: transparent;
}

#wrap_content {
	display: block;
	vertical-align: top;
	padding: 0.9375rem;
	min-height: 200px;
	z-index: 1;
	background: #111111 url('../img/bg_verlauf_sg_schmal.gif') bottom left repeat-x; /* #ffffff */
	color: #dddddd; /* #cccccc; */
	/*margin: 0px 0px 0px 200px;*/
	overflow: hidden;
	width: auto !important;
}

#wrap_content hr {
	border-top: 1px solid #262626;
}

#wrap_footer {
	color: #999999;
	padding: 20px;
}

#wrap_footer #wrap_footer_menu {
	float: left;
}

#wrap_footer #wrap_footer_menu ul li {
	float: left;
	border-right: 1px solid #999999;
	line-height: 11px;
	font-size: 11px;
	margin-right: 0.625rem;
	padding-right: 0.625rem;
}

#wrap_footer #wrap_footer_menu ul li.last {
	border-right: 0;
	margin-right: 0px;
	padding-right: 0px;
}

#wrap_footer #wrap_footer_menu ul li a {
    font-size: 11px;
    line-height: 11px;
    height: 11px;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    color: #999999;
}

#wrap_footer #wrap_footer_menu ul li a:hover {
	color: #ffffff;
}

#wrap_footer #copyright {
	text-align: right;
}

#wrap_header {
	background: #333539 url('../img/bg_header.gif') repeat-x;
	padding-top: 6.5625rem;
	height: 8.125rem;
	clear: both;
	position: relative;
	
	padding-top: 4.063rem !important;
	height: 5.625rem !important;
}
/** LOGO **/
#wrap_header #logo {
	position: absolute;
	right: 0.9375rem;
	top: 2.375rem;
	display: block;
	height: 3.125rem;
	width: 12.8125rem;
	background: url('../img/logo.png') left top no-repeat;
	text-indent: -3000px;
}

#wrap_header #logo_text {
	position: absolute;
	left: 0.9375rem;
	top: 1.1875rem;
	display: block;
	height: 3.125rem;
	width: 50rem;
	font-family: Arial;
	font-size:  2.625rem;
	line-height: 2.625rem;
	font-weight: bold;
	color: #A4A4A4;
}

#wrap_menu_main_side {
	display: block;
	/*padding-left: 0.9375rem;
	width: 100%;*/
	text-transform: uppercase;
	padding-top: 0.9375rem;
}

#wrap_menu_main_side li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #262626;
	padding: 0px 0px 0.3125rem 0px;
	margin: 0px 0px 0.3125rem 0px;
	overflow: hidden;
}
#wrap_menu_main_side li a,
#wrap_menu_main_side li a:focus {
	display: block;
	width: auto;
	font-size: 1.1875rem;
	/*line-height: 1.1875rem;*/
	color: #999999;
	text-transform: uppercase;
	text-decoration-line: none;
	text-decoration-style: solid;
	/*height: 1.875rem;*/
	white-space: nowrap;
}


#wrap_menu_main_side li a:hover,
#wrap_menu_main_side li a.active,
#wrap_menu_main_side li a.current {
	color: #ffffff;
}
	
/** MAIN MENU **/
#wrap_menu_main {
	display: block;
	position: absolute;
	top: 1.25rem;
	left: 0px;
	padding-left: 0.9375rem;
	/*width: 100%;*/
	text-transform: uppercase;
}

#wrap_menu_main li {
	float: left;
	width: auto;
	margin-right: 1.5625rem;
}

#wrap_menu_main li a {
	display: block;
	float: left;
	width: auto;
	font-size: 1.1875rem;
	line-height: 1.1875rem;
	color: #999999;
	text-transform: uppercase;
	text-decoration-line: none;
	text-decoration-style: solid;
	height: 1.875rem;
	white-space: nowrap;
}

#wrap_menu_main li a:focus,
#wrap_menu_main li a:hover,
#wrap_menu_main li a.active,
#wrap_menu_main li a.current {
	color: #ffffff;
}


/** SHORTCUT MENU **/
#wrap_menu_shortcut {
	display: block;
	width: auto;
	margin: 0px;
	padding-right: 0.9375rem;
	clear: left;
	text-transform: uppercase;
	text-align: right;
}

#wrap_menu_shortcut ul {
	display: inline-block;
	white-space: nowrap;
	clear: left;
	margin-bottom: 0px;
}

/*
#wrap_menu_shortcut li {
	float: left;
	border-right: 1px solid #999999;
	line-height: 11px;
	font-size: 11px;
	margin-right: 0.625rem;
	padding-right: 0.625rem;
}

#wrap_menu_shortcut li.last {
	border-right: 0;
	margin-right: 0px;
	padding-right: 0px;
}
*/

#wrap_menu_shortcut li {
	float: left;
	border-left: 1px solid #999999;
	line-height: 11px;
	font-size: 11px;
	margin-left: 0.625rem;
	padding-left: 0.625rem;
}

#wrap_menu_shortcut li.first,
#wrap_menu_shortcut li:first-child {
	border-left: 0;
	margin-left: 0px;
	padding-left: 0px;
}

#wrap_menu_shortcut li a {
	color: #999999;
}

#wrap_menu_shortcut li a:focus,
#wrap_menu_shortcut li a:hover,
#wrap_menu_shortcut li a.active,
#wrap_menu_shortcut li a.current {
	color: #ffffff;
}

.item_list {
	list-style: none;
}

.item_list li {
	/*
	max-width: 200px;
	width: 25%;
	*/
	width: 200px;
	height: 200px;
	float: left;
	/*padding: 0px 5px 10px 5px;*/
	padding: 0px 10px 10px 0px;
}

.item_list li div {
	border: 1px solid #444444; /* #999999 */
	height: 100%;
	position: relative;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 5px;
}

.item_list li.active {
	background: #ffffff;
}

.item_list li.active div {
	background-color: #eeeeee;
}

.close_abs {
	position: absolute;
	top: 0px;
	right: 4px;
	bottom: auto;
	left: auto;
	float: none;
	opacity: 0.4;
	z-index: 99;
}

.close_abs:hover {
	opacity: 0.75;
}

.copy_abs {
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 4px;
	float: none;
	opacity: 0.4;
	z-index: 99;
}

.copy_abs:hover {
	opacity: 0.75;
}

.share_abs {
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 24px;
	float: none;
	opacity: 0.4;
	z-index: 99;
}

.share_abs:hover {
	opacity: 0.75;
}

.item_list li div a {
	height: 100%;
	width: 100%;
	display: block;
}

.item_list li div:hover p {
	color: #ffffff;
}

.item_list li div .main-label {
	color: #ffffff !important;
	/*font-weight: bold !important;*/
}

.item_list li div p {
	position: absolute;
	top: auto;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	padding: 5px;
	background: rgba(0,0,0,0.5); /* rgba(255,255,255,0.75); */
	margin: 0px;
	color: #cccccc;
	border-radius: 0px 0px 4px 4px;
	word-wrap: break-word;
}

.item_list li .expired {
	background: rgba(255,0,0,0.5);
	display: block;
	padding: 5px;
	position: absolute;
	top: 0%;
	right: 0px;
	bottom: auto;
	left: 0px;
	text-align: center;
	color: #ffffff;
	word-wrap: break-word;
	height: auto;
	width: auto;
	border-radius: 4px 4px 0px 0px;
	border: none;
	z-index: 1;
}

.copy_abs,
.close_abs {
	z-index: 999;
}

/*
.item_sw {
    cursor: default;
    border-bottom: 1px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    margin: 0px;
    padding: 10px;
}

.item_sw:last-child {
    border-bottom: 1px #cccccc solid;
}
*/

.overlay_background {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 9998;
}
.overlay_box {
	position: fixed;
	top: 100px;
	right: auto;
	bottom: auto;
	left: 50%;
	margin: 0px 0px 0px -250px;
	width: 500px;
	padding: 20px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px #000000;
	z-index: 9999;
	color: #333333;
}

.overlay_box hr {
	border-top: 1px solid #eeeeee !important;
}

.overlay_box .overlay_list {
	max-height: 200px;
	overflow-y: auto;
	list-style: none;
}

.overlay_box .overlay_list li {
	border-bottom: 1px solid #eeeeee;
	padding: 5px;
}

.overlay_box .overlay_list li > div {
	cursor: pointer;
	padding: 1px;
}

.overlay_box .overlay_list li > div.active {
	background: #47a447;
	color: #ffffff;
}

.overlay_box .overlay_list li span,
.overlay_box .overlay_list li img {
	height: 40px;
	width: 40px;
	float: left;
	display: block;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.overlay_box .overlay_list li .overlay_list_info {
	margin: 0px 0px 0px 50px;
}

.overlay_box .overlay_list li label,
.overlay_box .overlay_list li p {
	margin: 0px;
	line-height: 20px;
	word-wrap: break-word;
	cursor: pointer;
}

.overlay_box .overlay_list li:last-child {
	border-bottom: none;
}


.edit-form {
	background: #262626;
	padding: 10px;
	border-radius: 5px;
}

.submit {
	
}

.close:hover {
	color: #ff0000;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
	display: none !important;
}


/* Clear floating */
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
} 

.clearfix:after {
    clear: both;
}

/* IE 6 & 7 */
.clearfix {
    zoom: 1;
}


/* USE CASE: Source drag list */
.useCaseSourceDragList {
	margin: 0px 10px 10px 0px;
}

.useCaseSourceDragItem {
	padding: 2px;
	position: relative;
}

.useCaseSourceDragItem div {
	vertical-align: middle;
	line-height: 20px;
	cursor: move;
	width: 100%;
}

/*
.useCaseSourceDragItem span {
	display: block;
	overflow: hidden;
	white-space: normal;
	word-wrap: normal;
}
*/

/* USE CASE: Content drag list */
.useCaseDragList {
	margin: 0px 10px 25px 10px; /* OR = margin-bottom:10px; */
	position: relative;
}

.useCaseDragItem-placeholder {
	border: 1px solid #990000;
}

.useCaseDragItem {
	padding: 2px;
	position: relative;
	width: 25%;
	float: left;
}

.useCaseDragItem div {
	vertical-align: middle;
	line-height: 20px;
	cursor: move;
}

.useCaseDragItem div span {
	vertical-align: middle;
	line-height: 20px;
	/*
	display: block;
	overflow: hidden;
	*/
}

.useCaseDragItem-delete {
	position: absolute;
	/*right: 10px;*/
	right: 4px;
	top: 0px;
}

.useCaseDragItem-and {
	background: url('../img/use_case_and.png') center center no-repeat transparent;
	width: 16px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: auto;
	bottom: 0px;
	left: -8px;
}

.useCaseDragItem:first-child .useCaseDragItem-and {
	display: none;
}

.useCaseDragItem-not {
	background: url('../img/use_case_not.png') center center no-repeat #ffffff;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	display: none;
}

.ui-datepicker {
	background: #ffffff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px #000000;
	display: none;
}

.ui-datepicker * {
	font-size: 0.75rem;
}


.ui-datepicker-header {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 2px 0px;
}

.ui-datepicker-prev {
	float: left;
}

.ui-datepicker-next {
	float: right;
}

.ui-datepicker-title {
	text-align: center;
	font-weight: bold;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
	padding: 1px;
	width: 25px;
	height: 20px;
	color: #000000;
}

.ui-datepicker-calendar th span {
	display: block;
	width: 100%;
	text-align: center;
}

.ui-datepicker-calendar .ui-state-default {
	border: 1px solid #999999;
	border-radius: 2px;
	display: block;
	width: 100%;
	text-align: center;
}
.ui-datepicker-calendar .ui-state-active {
	border: 1px solid #66afe9;
	border-radius: 2px;
	display: block;
	width: 100%;
	text-align: center;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	color: #000000;
}

.ui-datepicker-trigger {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

.ui-colorpicker-trigger {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

.ui-colorpicker-preview {
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	width: 20px;
	background-color: transparent;
	border: 1px solid #cccccc;
	border-radius: 3px;
}

.ui-colorpicker {
	background: #ffffff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px #000000;
	display: none;
}

.ui-colorpicker * {
	font-size: 0.75rem;
}

.ui-colorpicker-inner {
	display: table-row;
}

.ui-colorpicker-list {
	width: 120px;
	line-height: 15px;
	display: table-cell;
}

.ui-colorpicker-list-item {
	width: 15px;
	height: 15px;
	margin: 0px 5px 0px 0px;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #999999;
	border-radius: 2px;
	cursor: pointer;
}

.ui-colorpicker-list .ui-state-active {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.ui-colorpicker-rgb {
	display: table-cell;
}

.ui-colorpicker-rgb div {
	margin: 0px 0px 5px 0px;
}

.ui-colorpicker label {
	margin: 0px 5px 0px 0px;
}

.ui-colorpicker-rgb input {
	width: 75px;
}

.ui-colorpicker-apply {
	display: block;
	width: 100% !important;
}


.globalLoading {
	background: #f0ad4e;
	border: 1px solid #eea236;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ffffff;
	position: absolute;
	z-index: 9000;
	top: 0px;
	right: 0px;
	bottom: auto;
	left: auto;
	width: 200px;
	border-radius: 0px 0px 0px 5px;
}


input[type=range] {
	margin: 0px 0px 10px 0px;
	background-color: transparent;
}

input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #31b0d5;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]{
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid transparent; 

    /*required for proper track sizing in FF*/
    width: 100%;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #31b0d5;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;

	/* Hides the slider so custom styles can be added */
	background: #ffffff; 
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #31b0d5;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

input[readonly] {
	background: #e6e6e6 !important;
	color: #666666 !important;
}


.btn-checkbox > span {
	color: #31b0d5 !important;
}

.btn-checkbox:focus {
	outline: none !important;
}

/*
input.ng-invalid {
	border-color: #FA787E;
}
*/

.article-table {
	width: 100%;
}

.article-table td, 
.article-table th {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #424242;
	padding: 7px 2px 5px 7px;
}

.article-table-hover tr td {
	color: #cccccc !important;
}

.article-table-hover tr td a {
	color: #ffffff !important;
}

.article-table-hover tr:hover td {
	background-color: #222222;
	color: #ffffff !important;
}

.article-table-hover tr td:last-child {
	width: 50px !important;
	padding-right: 10px;
}


/* LIST VIEW */
.item_list-list .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.item_list-list .row > div:first-child {
	padding-left: 0px;
}

.item_list-list a:hover .row {
	color: #FFFFFF !important;
	background: #373737;
}

.item_list-list a:hover * {
	color: #FFFFFF !important;
}

.item_list-list li {
	display: block;
	float: none !important;
	height: auto !important;
	width: 100% !important;
	border-bottom: 1px solid #444444;
	padding: 0px 0px 5px 0px !important;
	margin: 0px 0px 5px 0px !important;
}

.item_list-list li div {
	position: relative;
	color: #cccccc;
	line-height: 50px;
}

.item_list-list li button {
	line-height: 25px !important;
	width: 25px !important;
}

.item_list-list li .main-label {
	position: relative;
	color: #ffffff;
	line-height: 50px;
}

.item_list-list-background {
	height: 50px !important;
	width: 50px !important;
}

.item_list-list li div {
	border: none; /* #999999 */
	height: 100%;
	position: relative;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 5px;
}

.item_list-list li .row div:last-child {
	text-align: right !important;
}


.top-scroller {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: fixed;
	top: auto;
	right: 20px;
	bottom: 20px;
	left: auto;
	color: #ffffff;
	background: #0099cc;
	border-radius: 5px;
	opacity: 0.5;
	cursor: pointer;
	display: none;
	z-index: 9995;
}

.top-scroller:hover{
	opacity: 1;
	color: #ffffff;
}

.general-link,
.general-link:focus,
.genreal-link:active {
	outline-width: 0px;
	outline-style: none;
	color: #0099cc /*#999999*/ !important;
	text-decoration: none !important;
}

.general-link:hover,
.general-link.active,
.general-link.current {
	outline-width: 0px !important;
	outline-style: none !important;
	color: #33ccff /*#ffffff*/ !important;
	text-decoration: none !important;
}


/* List View Controls */
.btn-group-input > *:first-child {
	border-radius: 0px;
}

.btn-group-input > *,
.btn-group-input > *:active,
.btn-group-input > *:focus, 
.btn-group-input > .active,
.btn-group-input > .active:active,
.btn-group-input > .active:focus {
    outline: none;
    outline: 0;
}


/* ListView - Row */
.listView-list {
	display: block;
}

.listView-list .listView-list-header,
.listView-list .listView-list-item {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #424242;
}

.listView-list .listView-list-header.row, 
.listView-list .listView-list-item.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.listView-list .listView-list-header {
	font-weight: bold;
}

.listView-list .listView-list-header > div {
	color: #cccccc !important;
	padding: 5px 5px 5px 5px !important;
}

.listView-list .listView-list-item > div {
	color: #cccccc;
	padding: 5px 5px 5px 5px !important;
	line-height: 30px;
}

.listView-list .listView-list-item > div.main-label {
	color: #ffffff;
}

.listView-list .listView-list-item .standard-label {
	color: #cccccc;
}

.listView-list a:hover .listView-list-item,
.listView-list .listView-list-item.listView-list-item-hover:hover {
	background: #222222;
	color: #ffffff;
}

.listView-list a:hover .listView-list-item div,
.listView-list a:hover .listView-list-item span {
	color: #ffffff;
}

.listView-list.listView-list-image .listView-list-header > .main-label {
	padding-left: 45px !important;
}

.listView-list.listView-list-image .listView-list-item > div {
	line-height: 30px;
}

.listView-list.listView-list-image .listView-list-item > div.main-label > div:first-child {
	float:left;
	margin-right: 10px;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	border: 1px solid #444444
}

.listView-list.listView-list-image .listView-list-item > div.main-label > div:last-child {
	margin-left: 40px !important;
	/*
	padding-top: 7px;
	line-height: 0.75rem;
	*/
}

.listView-list.listView-list-image .listView-list-item > div.main-label:before,
.listView-list.listView-list-image .listView-list-item > div.main-label:after {
    content: "";
    display: block;
} 

.listView-list.listView-list-image .listView-list-item > div.main-label:after {
    clear: both;
}

/* IE 6 & 7 */
.listView-list.listView-list-image .listView-list-item > div.main-label {
    zoom: 1;
}


/* ListView - Table */
table.listView-list {
	width: 100%;
	display: table !important;
}

table.listView-list > thead > tr > th,
table.listView-list > tbody > tr > td {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #424242;
}

table.listView-list > thead > tr > th {
	font-weight: bold;
}

table.listView-list > thead > tr > th {
	color: #cccccc !important;
	padding: 5px 5px 5px 5px !important;
}

table.listView-list > tbody > tr > td {
	color: #cccccc !important;
	padding: 5px 5px 5px 5px !important;
	cursor: pointer;
}

table.listView-list > tbody > tr > td.main-label {
	color: #ffffff !important;
}

table.listView-list > tbody > tr:hover td {
	background: #222222 !important;
	color: #ffffff !important;
}


/** BUTTON CHECKBOX ***********************************************************/

.btn-checkbox {
	border: 1px solid #ccc;
	background-color: #fff !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.btn-checkbox,
.btn-checkbox * {
	color: #555;
}

.btn-checkbox:hover {
	border-color: #ccc;
	background-color: #fff;
}

.btn-checkbox:active,
.btn-checkbox:focus {
	border-color: #66AFE9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-checkbox[disabled] {
	background-color: #eee !important;
	opacity: 1;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: none;
	border: 1px solid #ccc;
}


/** BUTTON INPUT GROUP ********************************************************/

.input-group-btn-inner > .btn,
.input-group-btn-inner > .btn-group > .btn,
.input-group-btn-inner > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


/** GRID TABLE ****************************************************************/
.grid-table {
	width: 100%;
	border: 0px;
	border-radius: 4px;
	overflow: hidden;
}

.grid-table tr:first-child {
	border-radius: 4px 4px 0px 0px;
}

.grid-table td, 
.grid-table th {
	border: 0px;
	padding: 0px 1px 0px 0px;
}

.grid-table tr th {
	background: #ccc;
	color: #000;
	padding: 0.5rem;
}

.grid-table tr td {
	color: #000000 !important;
	background: #fff;
}

.grid-table tr th,
.grid-table tr td {
	border-left: 1px solid #ccc;
}

.grid-table tr th:first-child,
.grid-table tr td:first-child,
.grid-table tr th:last-child,
.grid-table tr td:last-child {
	border-left: 0px;
}

.grid-table tr:nth-child(even) td{
	background: #f6f6f6;
}

.grid-table tr td input {
	border: 0px;
	background: transparent;
	border-radius: 0px;
	box-shadow: none;
}

.grid-table tr td input:focus {
	box-shadow: none;
}
.grid-table tr td input[readonly],
.grid-table tr td input[disabled] {
	box-shadow: none;
	background: transparent !important;
}

.grid-table tr td button {
	border-radius: 0px;
	border: 0px;
}

.grid-table tr:last-child button {
	border-radius: 0px 0px 4px 0px;
}

.grid-table tr:hover td {
	background-color: #ddd;
}

.grid-table tr td:last-child {
	width: 50px;
}

.grid-table td.grid-table-text {
	padding: 0px 0.5rem;
}

.extended-filter .row > div {
	padding-bottom: 1rem;
}
#wrap_mobile_header {
	display: none;
}

#wrap_mobile_header {
	display: none;
	padding: 0px;
	background: #333539 url('../img/bg_header.gif') repeat-x;
	background-size: auto 100%;
	z-index: 99 !important;
}

#wrap_mobile_logo {
	overflow: hidden;
	text-align: right;
	padding: 0.625rem 0.625rem 0.625rem 0px;
	color: #A4A4A4;
}

#wrap_mobile_logo > a {
	font-size: 1.1875rem;
	line-height: 1.1875rem;
	height: 1.1875rem;
	color: #A4A4A4;
}

#wrap_mobile_menu {
	float: left;
	padding: 0.625rem 0px 0.625rem 0px;
}

#mobile_menu_toggle {
	font-size: 1.1875rem;
	line-height: 1.1875rem;
	height: 1.1875rem;
	padding: 0px 0.625rem 0px 0.625rem;
}

#mobile_menu_toggle:hover {
	color: #ffffff;
}

#mobile_menu {
	display: none;
	position: relative;
}

#mobile_menu > ul {
	display: block;
	position: absolute;
	top: 0.625rem;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 2000;
	background: rgba(0,0,0,0.8);
	text-transform: uppercase;
	padding: 0.625rem;
}

#mobile_menu > ul > li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #262626;
	padding: 0px 0px 0.3125rem 0px;
	margin: 0px 0px 0.3125rem 0px;
}

#mobile_menu > ul > li > a,
#mobile_menu > ul > li > a:focus {
	display: block;
	width: auto;
	font-size: 1.1875rem;
	color: #999999;
	text-transform: uppercase;
	text-decoration-line: none;
	text-decoration-style: solid;
	white-space: nowrap;
}

#mobile_menu > ul > li > a:hover,
#mobile_menu > ul > li > a.active,
#mobile_menu > ul > li > a.current {
	color: #ffffff;
}

/* Tablet */
@media only screen and (max-width: 991px){
	#wrap_header {
		display: none;
	}
	
	#wrap_menu_main_side {
		display: none;
	}
	
	#wrap_mobile_header {
		display: block;
	}
	
	.item_list li {
		width: 175px;
		height: 175px;
	}
}

/* Smartphone hide columns */
@media only screen and (max-width: 767px){
	.col-xs-hide {
		display: none;
	}
}

/* Smartphone */
@media only screen and (max-width: 479px) {
	#wrap_header {
		display: none;
	}
	
	#wrap_menu_main_side {
		display: none;
	}
	
	#wrap_mobile_header {
		display: block;
		z-index: 10;
	}
	
	.item_list li {
		width: 140px;
		height: 140px;
	}
	
	.overlay_box {
		position: fixed;
		top: 60px;
		right: auto;
		bottom: auto;
		left: 0px;
		margin: 0px;
		width: 100%;
		padding: 10px;
		background: #ffffff;
		z-index: 9999;
		color: #333333;
	}
}