﻿@font-face {
  font-family: 'Conv_contm';
  src: url("fonts/contm-webfont.eot");
  src: url("fonts/contm-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/contm-webfont.woff") format("woff"), url("fonts/contm-webfont.ttf") format("truetype"), url("fonts/contm-webfont.svg#continuum_mediumregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanscondensed_light';
  src: url("fonts/OpenSans-CondLight-webfont.eot");
  src: url("fonts/OpenSans-CondLight-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-CondLight-webfont.woff") format("woff"), url("fonts/OpenSans-CondLight-webfont.ttf") format("truetype"), url("fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light") format("svg");
  font-weight: normal;
  font-style: normal; }

@-ms-viewport {
  width: auto !important; }

a {
  text-decoration: none !important;
  outline: none;
  border: 0;
  color: #555; }

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

a:focus {
  outline: none; }

.label {
  font-size: 11px;
  font-weight: normal;
  text-align: left; }

img {
  vertical-align: initial; }

legend {
  color: #555;
  padding-right: 5px;
  padding-left: 5px;
  border: none;
  margin-bottom: 0px;
  width: auto;
  font-size: 12px; }

label {
  font-weight: normal;
  margin: 0px; }

fieldset {
  border: solid 1px #ddd;
  padding: 10px;
  box-sizing: border-box;
  margin: 0; }

html, body {
  padding: 0; }

body {
  font-family: Verdana;
  font-size: 11px;
  color: #555;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto; }

body.transparent-page {
  background-color: #f6f6f6; }

body.no-scroll, html.no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%; }

body.no-scroll {
  overflow: hidden; }

header, footer, section, aside, nav, article, figure {
  display: block;
  padding: 0;
  margin: 0; }

*:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }

h1 {
  font-family: 'open_sanscondensed_light', 'Futura PT', Verdana;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 20px;
  margin: 0px; }

h1, h2, h3, h4, h5 {
  font-weight: bold; }

h3 {
  margin: 0px;
  padding: 0px; }

input, select, textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-family: Verdana; }

input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(1.2);
  /* Webkit browsers*/
  -webkit-appearance: checkbox !important;
  -webkit-transform: scale(1.2);
  margin: 4px; }

input[type=radio] {
  /* All browsers except webkit*/
  -webkit-appearance: radio !important; }

input[type=submit] {
  -webkit-border-radius: 0px;
  -webkit-appearance: none; }

div.cbOverrule {
  float: left;
  margin-top: 1px;
  width: 20px; }

div.cbOverrule input {
  margin-left: 0px; }

.hide {
  display: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.flex-field-correction {
  width: calc(100% + 9px); }

.testEnvironment {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  color: #e6007e;
  text-align: right;
  font-size: 10px; }

ul, ul li {
  list-style-type: none; }

.btn.active, .btn:active {
  box-shadow: none; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none !important; }

header {
  background-color: #009fe3;
  color: #fff;
  height: 42px;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 600; }

header nav {
  height: 42px;
  position: relative; }

header ul.main-nav {
  float: left;
  height: 42px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%; }

header ul.main-nav > li.btn-inbox {
  height: 42px;
  width: 50px; }

header ul.main-nav > li.btn-chat {
  height: 42px;
  width: 50px; }

header ul.main-nav > li {
  float: left;
  width: 50px;
  height: 100%;
  border-left: none;
  position: relative; }

header ul.main-nav > li.btn-faq {
  position: static; }

header ul.main-nav > li.btn-faq > a {
  position: relative; }

header ul.main-nav > li.btn-right {
  float: right;
  border-left: none;
  border-right: none; }

header ul.main-nav > li > a {
  display: block;
  width: 50px;
  height: 42px; }

header ul.main-nav > li > a:after {
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  content: ""; }

header ul.main-nav > li.highlight > a:after {
  opacity: 1; }

header ul.main-nav > li:hover > a, header ul.main-nav > li.hover > a {
  background-color: #5fcfff; }

header ul.main-nav > li.hover > a:after {
  opacity: 1; }

header ul.main-nav > li.text-button {
  width: auto;
  min-width: 50px; }

header ul.main-nav > li.text-button > a {
  width: auto;
  min-width: 50px;
  line-height: 40px;
  color: #fff;
  padding: 0px 20px; }

header ul.main-nav > li.btn-inbox > a:after {
  background-image: url(../images/navicons/activities.png); }

header ul.main-nav > li.btn-chat > a:after {
  background-image: url(../images/navicons/chat.png); }

.refresh-inbox {
  display: block;
  text-align: center;
  padding: 10px; }

.refresh-inbox a {
  color: #aaa !important; }

.refresh-inbox a:hover {
  color: #666 !important; }

.refresh-inbox a img {
  opacity: 0.2;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px; }

.refresh-inbox a:hover img {
  opacity: 0.5; }

.refresh-inbox.rotating a img {
  -webkit-animation: spin 0.7s linear infinite;
  -moz-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.user-status {
  position: relative;
  width: 11px;
  height: 11px;
  background-color: #aaa;
  border-radius: 50%;
  display: inline-block; }

.user-status.user-status-1 {
  background-color: #3dd126; }

.user-status.user-status-2 {
  background-color: #ff5959;
  display: inline-block; }

.user-change-status .user-status {
  margin-left: 5px; }

.btn-profile > a > .user-status {
  position: absolute;
  right: 3px;
  bottom: 3px; }

.btn-profile .sub-seperator {
  border-bottom: solid 1px #eee; }

header ul.main-nav > li.btn-files > a:after {
  background-image: url(../images/navicons/files.png); }

header ul.main-nav > li.btn-recent > a:after {
  background-image: url(../images/navicons/recent.png); }

header ul.main-nav > li.btn-modules > a:after {
  background-image: url(../images/navicons/modules.png); }

header ul.main-nav > li.btn-faq > a:after {
  background-image: url(../images/navicons/faq.png); }

header ul.main-nav > li.btn-printbuffer > a:after {
  background-image: url(../images/navicons/print.png); }

header ul.main-nav > li.btn-profile > a:after {
  background-image: url(../images/navicons/account.png); }

header ul.main-nav > li.btn-logout a:after {
  background-image: url(../images/navicons/logout.png); }

header ul.main-nav > li.btn-about a:after {
  background-image: url(../images/navicons/about.png); }

header ul.main-nav > li.btn-user {
  width: 250px;
  text-align: right; }

header ul.main-nav > li.btn-user .username {
  display: block;
  margin-top: 14px;
  margin-right: 10px;
  color: #fff; }

header ul.main-nav > li.btn-user .department {
  display: block;
  margin-right: 10px;
  color: #fff;
  opacity: 0.7; }

header ul.main-nav > li.btn-language > a span {
  display: block;
  line-height: 42px;
  text-align: center;
  color: #cfdee1;
  font-weight: bold; }

header ul.main-nav > li.btn-language:hover > a span {
  display: block;
  line-height: 42px;
  text-align: center;
  color: #fff; }

header ul.main-nav > li.btn-area {
  width: auto;
  border-right: none; }

header ul.main-nav > li.btn-area > a {
  width: 100%; }

header ul.main-nav > li.btn-area > a span {
  display: block;
  line-height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  color: #cfdee1;
  font-weight: bold; }

header ul.main-nav > li.btn-area:hover > a span {
  color: #fff; }

header ul.main-nav > li.btn-search .search-box {
  background-color: transparent;
  height: 30px;
  width: 110px;
  margin-top: 6px;
  margin-left: 10px;
  box-sizing: border-box;
  background-image: url(../images/navicons/search.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  border: solid 1px #43aedc; }

header ul.main-nav > li.btn-search .search-box input {
  font-size: 12px;
  background-color: transparent;
  width: 110px;
  padding: 5px 0px 5px 30px;
  border: none;
  height: 30px;
  box-sizing: border-box;
  color: #fff; }

header ul.main-nav > li.btn-search .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7fcff1; }

header ul.main-nav > li.btn-search .search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7fcff1;
  opacity: 1; }

header ul.main-nav > li.btn-search .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7fcff1;
  opacity: 1; }

header ul.main-nav > li.btn-search .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7fcff1; }

header ul.main-nav ul {
  position: absolute;
  top: 42px;
  left: 0px;
  z-index: 5000;
  display: block;
  visibility: hidden;
  margin: 0px;
  padding: 5px 10px;
  background-color: #fff;
  width: 250px;
  box-sizing: border-box; }

header ul.main-nav .btn-right ul {
  left: auto;
  right: 0px;
  width: 200px; }

header ul.main-nav .btn-right ul li {
  text-align: right; }

header ul.main-nav ul li a {
  color: #999;
  display: block;
  font-size: 13px;
  line-height: 34px;
  position: relative; }

header ul.main-nav ul li.hover a {
  color: #555; }

header ul.main-nav ul li a.btn_module_access_denied {
  color: #ccc; }

header ul.main-nav ul li.btn-icon a {
  padding-right: 40px; }

header ul.main-nav ul li.btn-icon a:after {
  content: "";
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right 2px center; }

header ul.main-nav ul li.btn-icon a:hover:after {
  opacity: 0.5; }

header ul.main-nav > li .badge {
  float: right;
  padding: 0px;
  color: #fff;
  margin-right: 1px;
  margin-top: 23px;
  font-size: 9px;
  background-color: #e6007e;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 17px;
  position: relative;
  z-index: 100;
  opacity: 1;
  transition: all 0.5s;
  display: block !important; }

header ul.main-nav > li .badge.hidden {
  opacity: 0; }

header ul.main-nav > li .badge.trans {
  background-color: transparent; }

header ul.main-nav ul.recent_menu a {
  font-size: 13px;
  line-height: 16px;
  min-height: 25px;
  padding-top: 4px; }

header ul.main-nav ul.recent_menu .recent_menu_issuenr {
  margin-right: 5px; }

header ul.main-nav ul.recent_menu .recent_menu_product {
  margin-left: 10px;
  font-size: 11px;
  display: block; }

body.mainpage header .container {
  margin-left: 0px;
  width: 100%; }

.csl-function-nav {
  height: 40px;
  width: 100%;
  background-color: #f6f6f6;
  position: fixed;
  top: 82px;
  z-index: 500;
  border-bottom: solid 0px #fff; }

.popup-body .csl-function-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  border-bottom: none;
  top: 0; }

.popup-body .csl-function-content {
  margin-top: 45px;
  padding: 10px; }

body.no-inbox .container {
  width: 100%; }

body.no-inbox #breadCrumb {
  padding-left: 15px; }

body.no-inbox .csl-function-nav {
  width: 100%; }

body.no-inbox .gvPager {
  width: 100%;
  left: 0; }

.container.frame-page .csl-function-content {
  height: calc(100% - 170px);
  width: 100%;
  padding: 0px;
  margin-top: 15px;
  min-height: 780px;
  background-color: #f6f6f6; }

.container.frame-page .csl-function-nav {
  border-bottom: none; }

.container.no-padding .csl-function-nav {
  border-bottom: none; }

.about-logo, .login-logo {
  text-align: center; }

.about-logo img, .login-logo img {
  width: 250px;
  border: none; }

div.main-content {
  margin-bottom: 40px; }

#footer {
  height: 50px; }

#inboxContent {
  display: none;
  position: absolute;
  left: 0px;
  top: 42px;
  width: 450px;
  z-index: 500; }

.inboxContent {
  box-sizing: border-box;
  background-color: #fff;
  font-size: 11px;
  color: #777; }

#inboxWide {
  position: fixed;
  padding: 0;
  left: 0px;
  top: 0;
  padding-top: 42px;
  height: 100%;
  width: 280px;
  z-index: 501;
  background-color: #f6f6f6;
  border-right: solid 1px #ddd; }

.inboxContent.small {
  width: 224px; }

.inboxContent img.loading {
  margin: 40px;
  margin-left: 200px;
  margin-right: 200px; }

#inboxWide img.loading {
  margin-left: 100px;
  margin-right: 0px; }

.inboxContent a {
  color: #777;
  font-size: 11px; }

.inboxContent h3 {
  padding-left: 5px;
  font-weight: bold;
  font-size: 10px;
  background-color: #f6f6f6;
  height: 30px;
  line-height: 30px;
  background-position: right 10px center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../images/grid-arrow-down.png); }

.inboxContent h3.open {
  background-image: url(../images/grid-arrow-up.png); }

.inboxContent .box {
  display: block;
  background-color: #fff; }

.inboxContent .box a {
  border-left: solid 2px transparent;
  display: block;
  line-height: 30px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
  position: relative; }

.inboxContent .box a span {
  position: absolute;
  right: 5px;
  top: 0px; }

.inboxContent a.green {
  /* border-left: solid 3px #4f7800;*/ }

.inboxContent a.orange {
  border-left: solid 3px #f7b800; }

.inboxContent a.red {
  border-left: solid 3px #ea8787; }

.inboxContent a.gray {
  /*border-left: solid 3px #aaa; */ }

.inboxContent a.empty {
  opacity: 0.5; }

.inboxDepartment, .gridCounter {
  position: relative;
  margin-top: -34px; }

.inboxDepartment .deptControl, .gridCounter .deptControl {
  float: left;
  margin-left: 7px; }

.inboxDepartment .countControl, .gridCounter .countControl {
  float: left;
  margin-left: 7px; }

.inboxDepartment .searchControl, .gridCounter .searchControl {
  float: left;
  margin-left: 0; }

.countControl .formLiteral {
  text-align: center; }

.public-page {
  background-color: #f6f6f6; }

.public-page .container {
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important; }

.btn-login {
  display: inline-block;
  width: 70%;
  background-color: #009fe3;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  margin-left: 15%;
  border: solid 1px #009fe3; }

.btn-login:active, .btn-login:visited {
  color: #fff; }

.btn-login:hover {
  color: #fff;
  border: solid 1px #666; }

.btn-forgot {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #555;
  text-align: center;
  line-height: 40px;
  font-size: 11px; }

.btn-forgot:hover {
  text-decoration: underline !important; }

@media screen and (max-width: 1240px) {
  .mainpage .container {
    margin-left: auto !important;
    margin-right: auto !important; }
  #breadCrumb {
    padding-left: 20px !important;
    min-width: 980px; }
  .container.responsive, .container.frame-page {
    width: 100% !important;
    min-width: 980px; }
  .container.responsive .csl-function-nav, .container.frame-page .csl-function-nav {
    width: 100% !important;
    min-width: 980px; }
  header ul.main-nav > li.btn-inbox {
    position: relative; }
  header ul.main-nav > li.btn-chat {
    position: relative;
    left: 0px; }
  #inboxWide {
    display: none;
    z-index: 550; }
  body.show-inbox #inboxWide {
    display: block; }
  .phone-exchange {
    width: 350px !important;
    left: 500px !important; } }

/*
@media screen and (min-width: 1800px) {
    body.mainpage .container { margin-left: auto !important; }
    #inboxWide, header ul.main-nav > li.btn-inbox { left: calc(50% - 726px); }
    header ul.main-nav > li.btn-inbox { left: calc(50% - 716px);}
} 
    */
#overlay {
  display: none;
  position: fixed;
  top: 42px;
  left: 0px;
  background-color: #bbbbbb;
  width: 100%;
  height: 100%;
  z-index: 510;
  opacity: 0.50;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

.container {
  width: calc(100% - 280px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0px 20px;
  box-sizing: border-box; }

.container.frame-page {
  margin-bottom: 0; }

.container.no-padding {
  padding: 0px; }

.containerContent {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.containerLogin {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  min-height: 10px !important;
  min-height: 650px;
  position: relative;
  margin-top: 82px; }

.containerLogin .csl-function-nav {
  width: 400px; }

.containerLogin .csl-function-content {
  padding: 0; }

.containerLogin > table {
  background-color: #fff; }

.known-user {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center; }

.known-user .profile-img {
  opacity: 0.7;
  text-align: center;
  margin-bottom: 15px; }

.known-user .name {
  font-weight: bold;
  display: block; }

.known-user div {
  width: 100%;
  text-align: center;
  line-height: 16px; }

a.link {
  text-decoration: none; }

a.link:hover {
  text-decoration: underline; }

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

.faqContent {
  border: solid 1px #ddd;
  background-color: #fff;
  position: relative;
  left: auto;
  top: auto;
  z-index: 500;
  height: 547px;
  box-sizing: border-box;
  display: block;
  width: 962px;
  color: #555; }

.faqContent.visible {
  display: block;
  -webkit-transition: display 1s; }

#faqPopup .faqContent {
  height: 490px !important;
  width: 962px !important; }

.faqContent * {
  box-sizing: border-box; }

.faqContent .faqclickthrough {
  cursor: pointer;
  text-decoration: underline;
  color: #00f; }

.faqContent .heading {
  padding-left: 10px;
  padding-top: 7px;
  background-color: #80a4ac;
  font-family: 'Conv_contm', Verdana;
  height: 30px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase; }

.faqContent .results {
  float: left;
  height: auto;
  width: 360px;
  overflow: hidden;
  position: relative;
  border-right: solid 1px #ddd; }

.faqContent .results .amount {
  float: right;
  display: block; }

.faqContent .results .warn {
  background: transparent url(../../images/Log/warning-small.png) no-repeat;
  opacity: 0.5;
  position: absolute;
  right: 30px;
  width: 13px;
  height: 13px;
  display: none;
  top: 5px; }

.faqContent .results .ui-accordion-content {
  overflow-y: auto; }

.faqContent .results .resultspane .item {
  padding: 10px;
  border-bottom: solid 1px #ECECEC;
  cursor: pointer; }

.faqContent .results .resultspane .item:hover,
.faqContent .results .resultspane .item.selected {
  background-color: #FDF3D0; }

.faqContent .results .resultspane .item.sticky {
  background-color: #a1c7cf; }

.faqContent .results .resultspane .item.sticky:hover,
.faqContent .results .resultspane .item.sticky.selected {
  background-color: #FDF3D0; }

.faqContent .results .resultspane .item.alertitem {
  background-image: url(../../images/Log/warning.png);
  background-size: contain;
  opacity: 0.5;
  background-position: 9px 7px;
  background-repeat: no-repeat;
  padding-left: 30px; }

.faqContent .search {
  background-color: #fff;
  height: 26px;
  color: #555;
  float: left;
  width: 100%;
  border-bottom: solid 1px #ddd;
  border-top: none;
  position: absolute;
  top: 0px;
  left: 0px; }

.faqContent .search .tbFaqSearch {
  width: 302px;
  border: none;
  height: 100%;
  outline: none;
  padding: 4px;
  font-size: 12px;
  height: 25px;
  box-sizing: border-box; }

.faqContent .search .btn, .faqContent .detail .btns .btn {
  border: none;
  border-left: solid 1px #ddd;
  border-right: none;
  height: 25px;
  width: 25px;
  background-color: #FCF3D4;
  padding: 4px;
  text-align: center;
  background-position: top left;
  float: right;
  outline: none;
  cursor: pointer;
  margin: 0px !important; }

.faqContent .search .btn img, .faqContent .detail .btns .btn img {
  margin: 0px !important; }

.faqContent .search .btn.disabled, .faqContent .detail .btns .btn.disabled {
  background-color: #f6f6f6;
  cursor: not-allowed; }

.faqContent .detail .question {
  font-weight: bold; }

.faqContent .detail .answer {
  margin-top: 15px;
  margin-bottom: 15px; }

/* DEFAULT TABLE STYLING */
.faqContent .detail .answer table {
  border-collapse: collapse; }

.faqContent .detail .answer table tr {
  border-bottom: solid 1px #d6d6d6; }

.faqContent .detail .answer table tr td, .faqContent .detail .answer table tr th {
  vertical-align: top; }

.faqContent .detail .answer table tr:first-of-type td {
  font-weight: bold; }

.faqContent .detail .answerClarification {
  font-style: italic;
  margin-bottom: 15px; }

.faqContent .detail .publication, .faqContent .detail .lastsaved {
  color: #bbb;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px; }

.faqContent .detail .icon {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
  opacity: 0.3;
  float: left;
  display: block; }

.faqContent .detail .publication .icon {
  background-image: url(../../images/faq/publish.png); }

.faqContent .detail .lastsaved .icon {
  background-image: url(../../images/faq/update.png); }

.faqContent .detail .seperator {
  margin-top: 15px;
  height: 0px; }

.faqContent .detail .products, .faqContent .detail .issuetypes, .faqContent .detail .keywords, .faqContent .detail .productsinternal {
  color: #bbb;
  margin-top: 5px;
  margin-bottom: 5px; }

.faqContent .search .buttonsearch {
  border-right: solid 0px #ddd; }

.faqContent .search .btn.inactive {
  background-color: #f6f6f6; }

.faqContent .results .resultheading {
  height: auto;
  background-color: #ECECEC;
  color: #717171;
  padding: 5px;
  border-bottom: solid 1px #ddd; }

.faqContent .results .noresults {
  display: block;
  text-align: left;
  color: #aaa;
  padding: 10px; }

.faqContent .highlighted {
  background-color: #FFF375; }

.faqContent .searchterms {
  width: 570px;
  padding-left: 0px;
  overflow: hidden;
  float: left;
  height: 26px; }

#faqContentInPage .searchterms {
  width: 570px; }

.faqContent .searchterms .searchterm {
  display: block;
  float: left;
  margin-top: 0px;
  height: 25px;
  line-height: 24px;
  padding: 0px 10px;
  border-left: solid 0px #ddd;
  border-right: solid 1px #ddd;
  font-weight: normal;
  display: block;
  text-decoration: none; }

.faqContent .searchterms .searchterm:first-child {
  margin-left: 0; }

.faqContent .searchterms .searchterm.matched {
  cursor: pointer;
  background-color: #FCF3D4; }

.faqContent .results .resultcontainer {
  height: 521px;
  margin-top: 24px; }

.faqContent .results .resultaccordion {
  height: 521px;
  overflow: hidden; }

.faqContent .results .resultcontainer h3 {
  margin: 0px;
  position: relative;
  cursor: pointer;
  color: #7e7e7e;
  font-size: 10px;
  font-weight: bold;
  background-color: #f6f6f6;
  line-height: 15px; }

.faqContent .results .searchresults {
  position: absolute;
  left: 0px;
  top: 275px;
  display: none;
  width: 360px;
  height: 250px;
  z-index: 800;
  background-color: #fff; }

.faqContent .detail {
  position: relative;
  width: 100%;
  padding: 0px;
  display: block; }

.faqContent .detail .btns {
  height: 26px;
  background-color: #f6f6f6;
  z-index: 900;
  width: 100%;
  border-bottom: solid 1px #ddd;
  border-top: none;
  color: #7e7e7e;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px; }

.faqContent .detail .content {
  padding: 0px;
  height: auto; }

.faqContent .detail .content p {
  margin-bottom: 10px; }

.faqContent .detail .content a {
  color: #00f;
  text-decoration: underline; }

.examplefaqcontent .content ul, .examplefaqcontent .content ol,
.faqContent .detail .content ul, .faqContent .detail .content ol {
  list-style-type: disc;
  padding-left: 16px;
  margin-bottom: 10px; }

.examplefaqcontent .content ol,
.faqContent .detail .content ol {
  list-style-type: decimal; }

.examplefaqcontent .content ul li, .examplefaqcontent .content ol li,
.faqContent .detail .content ul li, .faqContent .detail .content ol li {
  margin-bottom: 2px;
  list-style-type: disc; }

.faqContent .detail .question {
  font-weight: bold;
  margin-bottom: 10px; }

#previewFaqItemAnswerFrame {
  width: 100%;
  height: 300px;
  border: none;
  margin: 10px; }

.faqContent .detail .answer {
  margin-top: 15px;
  margin-bottom: 15px; }

.faqContent .detail .answerClarification {
  font-style: italic; }

.faqContent .detail .products, .faqContent .detail .issuetypes, .faqContent .detail .keywords, .faqContent .detail .productsinternal {
  color: #bbb;
  margin-top: 5px;
  margin-bottom: 5px; }

.faqContent.marginTop {
  margin-top: 6px !important; }

.faqContent.faqInPage {
  margin-top: 44px;
  z-index: 1;
  background-color: transparent;
  display: block;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  border: none;
  height: auto;
  margin-bottom: 15px; }

.faqContent.faqInPage .results {
  width: 340px;
  border: solid 1px #ddd; }

.faqContent.faqInPage .results.border {
  border-right: solid 1px #ddd; }

.faqContent.faqInPage .results .search {
  border: solid 1px #ddd;
  height: 25px; }

.faqContent.faqInPage .search {
  height: 27px;
  color: #717171;
  position: absolute;
  top: -35px;
  width: 340px;
  border: solid 1px #ddd;
  margin-bottom: 15px;
  float: none; }

.faqContent.faqInPage .search .tbFaqSearch {
  width: 288px; }

.faqContent.faqInPage .results .resultcontainer {
  height: auto;
  margin-top: 0px; }

.faqContent.faqInPage .results .resultaccordion {
  height: 500px; }

.faqContent.faqInPage .detail {
  display: block; }

.faqContent.faqInPage .detail .btns {
  height: 27px;
  border: solid 1px #ddd;
  border-left: none;
  background-color: #f6f6f6; }

.faqContent.faqInPage .detail .content {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  height: 476px; }

/* LOGIN */
.login_box {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

.login_label {
  color: #7e7e7e;
  font-weight: bold; }

.login_input {
  width: 290px;
  padding: 5px;
  border: solid 1px #9c9c9c; }

.loginMsg {
  text-align: center;
  display: none;
  padding: 50px 0px; }

.errorlist {
  color: #f00;
  width: 100%;
  background-color: #fff;
  line-height: 20px; }

.errorlist ul {
  padding: 0px; }

.lineclear {
  clear: both; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

#curUser {
  color: #a1c7cf;
  float: left;
  margin-left: 20px;
  line-height: 38px; }

#curUser a {
  color: #a1c7cf;
  font-size: 11px; }

#curUser a:hover {
  text-decoration: underline; }

#breadCrumb {
  width: 100%;
  color: #999;
  font-size: 11px;
  padding-left: 15px;
  padding-top: 7px;
  height: 40px;
  position: fixed;
  z-index: 500;
  top: 42px;
  left: 0px;
  background-color: #f6f6f6;
  margin-left: 0px; }

#breadCrumb a {
  color: #999;
  font-weight: normal; }

#breadCrumb a:hover {
  text-decoration: underline !important; }

#breadCrumb .sep, .mlcBreadCrumb .sep {
  margin-left: 5px;
  font-weight: normal;
  margin-right: 5px;
  background-image: url(../images/navicons/right.png);
  background-position: 2px 3px;
  background-repeat: no-repeat;
  padding: 0px 5px; }

#breadCrumb .last {
  color: #999; }

.mlcBreadCrumb {
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 20px; }

.mlcBreadCrumb a {
  text-decoration: none;
  color: #555; }

.mlcBreadCrumb a:hover {
  text-decoration: underline !important; }

.warning {
  float: left;
  margin-left: -17px;
  margin-top: 5px;
  opacity: 0.5;
  width: 13px;
  height: 13px; }

/* TABS MENU */
.functionNavigation {
  border-bottom: none;
  height: 40px;
  margin-top: 0; }

.has-tabs .functionNavigation {
  margin-top: 33px; }

.csl-iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 780px; }

div.main-content.has-tabs .csl-function-nav {
  height: 66px; }

.functionContent {
  min-height: 600px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-top: 82px;
  padding: 0px;
  position: relative;
  padding-top: 40px; }

.functionContent.has-tabs {
  margin-top: 107px; }

.csl-function-content {
  padding: 15px;
  background-color: #fff;
  margin-top: 0;
  position: relative; }

div.filter-box .csl-function-content {
  padding-top: 80px; }

.popup-body div.filter-box .csl-function-content {
  margin-top: 45px; }

div.no-padding .csl-function-content {
  padding: 0px; }

.functionContent.no-padding {
  padding: 40px 0px 0px 0px;
  margin-bottom: 0px; }

.container.no-padding .functionContent {
  margin-top: 100px; }

.tabsMenu {
  float: left; }

.tabsMenu a {
  display: block;
  float: left;
  color: #9d9e9e;
  line-height: 32px;
  padding: 0px 13px;
  font-size: 12px; }

.tabsMenu a .badge {
  opacity: 1;
  padding: 3px 5px;
  font-size: 9px;
  background-color: #e6007e; }

.tabsMenu .highlight {
  border-bottom: solid 1px #fff;
  background-color: #fff;
  color: #495055 !important; }

.tabsMenu a:hover {
  color: #495055; }

.tabsMenu .disabled {
  color: #ddd; }

.tabsMenu .not-allowed {
  color: #ddd;
  cursor: not-allowed; }

/* FUNCTION / BUTTONS / MENU */
.functionTitle {
  display: block;
  position: absolute; }

.functionTitle h1 {
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  padding-left: 15px;
  color: #555; }

.popup-body {
  background: #fff;
  background-image: none;
  overflow: hidden;
  width: 100%; }

.popup-body .functionTitle h1 {
  padding: 0;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 22px; }

.popup-body .functionNavigation {
  background-color: transparent;
  margin-top: 0px;
  top: 45px;
  width: 100%; }

.popup-body .functionContent {
  padding: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  margin-top: 0; }

.popup-body ul.functionButtons {
  margin-right: 0px;
  margin-top: 11px; }

.popup-body .gvPager {
  width: 100%;
  left: 0px; }

ul.functionButtons {
  position: relative;
  float: right;
  z-index: 99;
  margin-right: 0px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  margin-top: 3px;
  padding-right: 10px; }

ul.functionButtons li {
  width: 24px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 3px;
  display: block;
  float: left;
  border: solid 1px transparent;
  position: relative; }

ul.functionButtons li.seperator {
  width: 6px;
  padding-top: 2px; }

ul.functionButtons li a {
  display: block;
  border: solid 1px transparent;
  cursor: pointer;
  width: 24px;
  height: 24px; }

ul.functionButtons li a img {
  margin: 2px;
  border: none;
  width: 16px;
  height: 16px;
  opacity: 0.5; }

ul.functionButtons li.hover a, ul.functionButtons li:hover a {
  border: solid 1px #666 !important;
  background-color: #ffffff; }

ul.functionButtons li.hover a.inactive {
  border: solid 1px transparent !important;
  cursor: not-allowed; }

ul.functionButtons li.hover a.inactive:hover {
  background-color: #f6f6f6 !important; }

ul.functionButtons li a.inactive img {
  opacity: 0.2; }

ul.functionButtons li.hover ul li a {
  border: none !important; }

ul.functionButtons ul {
  padding: 0px;
  width: 220px;
  visibility: hidden;
  position: absolute;
  left: auto;
  right: -2px;
  top: 23px;
  border: solid 1px #aaa;
  background-color: #fff;
  background-image: none; }

ul.functionButtons ul li {
  clear: both;
  font-weight: normal;
  color: #555;
  float: left;
  width: 100%;
  text-align: left;
  margin-left: 0px;
  border: none;
  background-color: #fff !important;
  background-image: none;
  box-sizing: border-box; }

ul.functionButtons ul li a {
  float: left;
  display: block;
  color: #555 !important;
  width: 100%;
  border: none !important;
  font-size: 11px;
  box-sizing: border-box; }

ul.functionButtons ul li a img {
  margin-top: 4px;
  float: left;
  margin-right: 2px;
  margin-left: 4px;
  width: auto;
  opacity: 0.5; }

ul.functionButtons ul li a span {
  border-left: solid 1px #eee;
  line-height: 25px;
  margin-top: 0px;
  width: 170px;
  float: left;
  margin-left: 2px;
  cursor: pointer;
  padding-left: 5px; }

ul.functionButtons li.hover ul li a, ul.functionButtons li:hover ul li a {
  background-color: #fff !important;
  color: #3d3f3f !important; }

ul.functionButtons ul li.hover a, ul.functionButtons li ul li:hover a {
  background-color: #eee !important;
  color: #3d3f3f !important; }

ul.functionButtons li a.highlight {
  border: solid 1px #666 !important;
  background-color: #fff !important; }

ul.functionButtons li .more a.inactive {
  color: #aaa !important;
  cursor: not-allowed; }

ul.functionButtons li .border {
  border-bottom: solid 1px #ddd; }

/* BUTTON SET */
.buttonSet {
  float: right;
  min-height: 34px;
  position: relative;
  z-index: 10;
  text-align: right;
  margin-bottom: 5px; }

.summary .buttonSet {
  margin-bottom: 0px; }

.buttonSet a, .buttonSet input {
  background-color: #009fe3;
  border: solid 1px #009fe3;
  color: #fff;
  padding: 0px 10px;
  font-size: 11px;
  margin: 0px;
  margin-left: 5px;
  box-sizing: border-box;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 5px; }

.buttonSet a:first-child {
  margin-left: 0px; }

.buttonSet a:hover, .buttonSet input:hover {
  border: solid 1px #666; }

.buttonSet a.inactive, .buttonSet input.inactive {
  border: solid 1px #eee  !important;
  background-image: none !important;
  background-color: #fff !important;
  color: #ccc !important;
  cursor: not-allowed; }

.buttonSet a.inactive img, .buttonSet input.inactive img {
  opacity: 0.2 !important; }

.buttonSet a img {
  position: relative;
  left: -3px;
  border: none;
  width: auto;
  height: auto;
  opacity: 1 !important;
  margin-right: 5px;
  float: left;
  top: 6px; }

.buttonSet .minimal {
  background-image: none;
  background-color: #fff;
  border: none;
  color: #888;
  border: solid 1px #eee; }

.buttonSet .minimal img {
  opacity: 0.5 !important; }

.buttonSet .minimal:hover {
  border: solid 1px #999; }

.btnYellow {
  line-height: 24px;
  margin-left: 3px;
  min-width: 100px;
  text-align: center;
  font-size: 11px;
  font-family: Verdana;
  height: 30px;
  text-decoration: none;
  float: left;
  border: solid 1px #009fe3;
  cursor: pointer;
  color: #fff;
  background-color: #009fe3; }

.btnYellow:active, .btnYellow:hover {
  border: solid 1px #666;
  color: #fff; }

.btnYellow.btnYellowGray, .btnYellow.minimal {
  background-color: #fff;
  border: solid 1px #ddd;
  color: #777; }

.btnYellow.btnYellowGray:hover {
  border: solid 1px #666; }

.btnYellow.minimal:hover {
  border: solid 1px #666;
  background-color: #fff;
  color: #555; }

.btnYellow.minimal img {
  opacity: 0.5;
  margin-left: 7px; }

.buttonSet a.focussed, .btnYellow:hover, .btnYellow.btnDefaultAction.focussed, .btnYellow.btnConfirmYes.focussed, .btnYellow.btnConfirmNo.focussed, .btnYellow.btnConfirmOK.focussed, .btnYellow.btnClose2.focussed, .btnYellow.btnConfirmClose.focussed {
  border: solid 1px #666;
  color: #fff;
  background-color: #e6007e; }

.btnYellow img {
  margin: 6px;
  float: left;
  margin-left: 5px;
  margin-right: -4px;
  border: none;
  width: 16px;
  height: 16px; }

.btnYellow span {
  line-height: 24px;
  overflow: hidden;
  text-align: left;
  margin-left: 8px;
  margin-right: 12px; }

input[type=button].btnYellow {
  padding: 0px 9px; }

.btnYellow_Inactive {
  line-height: 28px;
  margin-left: 3px;
  min-width: 100px;
  text-align: center;
  font-size: 11px;
  font-family: Verdana;
  height: 30px;
  text-decoration: none;
  float: left;
  background-color: #fff;
  border: solid 1px #eee;
  cursor: not-allowed;
  color: #aaa; }

.btnYellow_Inactive:hover, .btnYellow_Inactive:active, .btnYellow_Inactive:focus {
  color: #aaa !important; }

.btnYellow_Inactive img {
  margin: 6px;
  float: left;
  margin-right: -4px;
  border: none;
  width: 16px;
  height: 16px;
  opacity: 0.2; }

.btnYellow_Inactive span {
  line-height: 24px;
  overflow: hidden;
  text-align: left;
  margin-left: 8px;
  margin-right: 12px; }

.iconButton img {
  width: 16px;
  height: 16px;
  opacity: 0.5; }

.iconButton .iconButton-icon {
  width: 16px;
  height: 16px;
  opacity: 0.5; }

.btnFilter .iconButton-icon {
  margin: 4px; }

.btnPrintBuffer {
  line-height: 22px;
  background-color: #fff;
  border: solid 1px #fff;
  color: #555;
  padding: 3px 6px;
  font-size: 10px;
  margin: 0px;
  margin-left: 3px; }

.btnPrintBuffer img {
  position: relative;
  top: 4px;
  left: -4px;
  border: none; }

.btnPrintBuffer.inactive {
  color: #ccc;
  border: solid 1px #fff; }

.btnPrintBuffer:hover {
  border: solid 1px #FCF3D4;
  background-color: #FCF3D4; }

.btnPrintBuffer.inactive:hover {
  border: solid 1px #f6f6f6;
  background: none !important; }

/*
.disabledButton {background: none; background-color: #eee; border: solid 1px #bbb; cursor: not-allowed; color: #888;}
.disabledButton:hover {background-image: none !important; background-color: #eee; border: solid 1px #bbb; cursor: not-allowed; color: #888;}
*/
.moduleOverview {
  padding-top: 10px;
  padding-bottom: 10px; }

.moduleOverview .btnYellow {
  text-align: left;
  font-size: 11px;
  margin-left: 0px;
  margin-right: 7px;
  margin-bottom: 8px;
  width: 225px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border: solid 1px #ddd;
  color: #555; }

.moduleOverview .btnYellow:hover {
  border: solid 1px #555; }

.moduleOverview .btnYellow img {
  position: absolute;
  left: 3px;
  top: 0px;
  opacity: 0.5; }

.moduleOverview .btnYellow span {
  display: block;
  padding-left: 24px;
  line-height: 28px; }

.moduleOverview .btnYellow_Inactive {
  text-align: left;
  font-size: 11px;
  margin-left: 0px;
  margin-right: 7px;
  margin-bottom: 8px;
  width: 225px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
  color: #aaa;
  background-color: #fff;
  border: solid 1px #eee; }

.moduleOverview .btnYellow_Inactive img {
  position: absolute;
  left: 3px;
  top: 0px;
  opacity: 0.2; }

.moduleOverview .btnYellow_Inactive span {
  display: block;
  padding-left: 24px;
  line-height: 28px; }

.customButton img {
  border: none; }

/* POPUP / OVERLAY */
.ui-widget-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #bbbbbb;
  width: 100%;
  height: 100%;
  z-index: 600 !important;
  opacity: 0.50;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

.inline-progress {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 240px; }

.ui-dialog {
  z-index: 250000;
  position: relative;
  background-color: #fff;
  box-sizing: border-box; }

.ui-dialog .ui-dialog-content {
  background: none;
  background-color: #fff !important;
  border: 0;
  overflow: visible;
  zoom: 1;
  z-index: 1000;
  position: relative;
  width: 285px;
  min-height: 200px;
  box-shadow: 0 0 50px 0px rgba(128, 164, 172, 0.5); }

.ui-dialog .ui-dialog-content.scrollable {
  overflow-y: auto; }

.ui-dialog-content .functionNavigation {
  background-color: #f6f6f6;
  height: 45px; }

.ui-dialog-content ul.functionButtons {
  margin-top: 11px; }

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  height: 0px !important;
  overflow: hidden;
  color: #555;
  width: 284px;
  top: 0px;
  font-weight: bold;
  vertical-align: bottom; }

h2 {
  color: #5f0707;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Conv_contm', Verdana;
  margin: 0px;
  margin-bottom: 15px; }

.ui-dialog-content p {
  margin-bottom: 20px;
  color: #555; }

.ui-dialog .dialog-fullscreen {
  height: 100% !important;
  width: 100% !important; }

.ui-dialog .dialog-fullscreen .dialog-body {
  height: calc(100% - 45px);
  position: relative; }

.ui-dialog-content .btn {
  margin-bottom: 5px;
  float: left;
  height: 30px;
  background-color: #e8e8e8;
  color: #555;
  margin-right: 10px;
  padding: 0px 6px;
  vertical-align: middle;
  border: solid 1px #e8e8e8; }

.ui-dialog-content .btn:hover {
  /*border: solid 1px #a8a8a8;*/ }

.ui-dialog-content .btn img {
  margin-right: 5px;
  border: none;
  float: left;
  margin-top: 8px; }

.ui-dialog-content .btn span {
  margin-top: 8px;
  display: block;
  float: left;
  font-weight: bold; }

.btnPopup {
  width: 150px;
  text-align: center;
  line-height: 26px !important;
  display: inline-block;
  float: none; }

.btnPopup span {
  float: none;
  margin: 0px; }

#externalSite {
  padding: 0px !important; }

.ui-dialog .popupHeader, .popupHeader {
  background-color: #f6f6f6;
  padding: 0px;
  position: absolute;
  top: 0px; }

.ui-dialog .popupCell {
  padding: 10px;
  word-break: break-word; }

.ui-dialog .popupCell.popupCell-scroll {
  display: block;
  overflow: hidden;
  overflow-y: auto; }

.ui-dialog .popupButtons {
  padding: 10px;
  padding-bottom: 30px;
  text-align: center; }

.ui-dialog .popupHeader h1 {
  font-size: 22px;
  padding-top: 10px;
  padding-left: 10px; }

/* FORM FIELDS */
.FormField {
  display: block;
  float: left;
  margin-right: 7px;
  padding-bottom: 10px; }

.FormField.formfield-inline-edit .edit-control {
  display: none; }

.FormField.formfield-inline-edit .edit-control-ro {
  width: 100% !important; }

.FormField .edit-control {
  float: left;
  width: 100%; }

.FormField .read-control {
  background-color: #f6f6f6;
  min-height: 20px;
  position: relative;
  border: solid 1px #eee;
  padding: 6px;
  min-height: 30px;
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 5px; }

.FormField .read-control div {
  display: block;
  overflow: hidden;
  max-height: 135px; }

.FormField .edit-buttons {
  display: none;
  position: relative;
  height: 30px;
  margin-top: 1px; }

.FormField .edit-buttons .cust-buttons {
  float: left; }

.FormField .edit-buttons a {
  float: right;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 2px;
  border: solid 1px transparent; }

.FormField .edit-buttons a span {
  opacity: 0.5;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../Images/icons/close.png);
  display: block;
  width: 100%;
  height: 100%; }

.FormField .edit-buttons a.btn-dirty span {
  opacity: 0.5; }

.FormField .edit-buttons a.btn-confirm span {
  background-image: url(../Images/icons/save.png); }

.FormField .edit-buttons .textboxButton img {
  margin-top: 3px; }

.FormField .edit-buttons a:hover {
  border: solid 1px #ddd;
  background-color: #f6f6f6; }

.FormField .edit-buttons a:hover span {
  opacity: 0.5; }

.FormField .read-control:hover {
  cursor: pointer;
  border: solid 1px #999; }

.conv-summary .conv-issue-link .value:hover {
  cursor: pointer;
  border: solid 1px #999; }

.conv-summary .conv-issue-link .value:hover:after {
  content: "";
  background-image: url(../Images/icons/link.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1; }

.FormField .read-control.saving:after {
  content: "";
  background-image: url(../Images/wait.gif);
  background-position: center right 10px;
  background-repeat: no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1; }

.FormField .read-control:hover:after {
  content: "";
  background-image: url(../Images/icons/edit.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1; }

.FormField .gv td span.inactive {
  opacity: 0.5; }

.FormFieldReq {
  border-right: red 2px solid;
  border-top: red 2px solid;
  border-left: red 2px solid;
  border-bottom: red 2px solid; }

.FormField ul.detailList {
  padding: 0;
  margin: 0; }

.FormField ul.detailList li {
  padding: 6px 8px;
  display: block;
  width: 100%;
  clear: both;
  background-color: #f6f6f6;
  border: solid 1px #f6f6f6;
  font-size: 12px;
  margin-bottom: 3px;
  position: relative; }

.FormField ul.detailList li.conv-current {
  background-color: #eee; }

.FormField ul.detailList li p {
  margin-bottom: 0px; }

.FormField ul.detailList li.clickable:hover {
  border: 1px solid #999;
  cursor: pointer; }

.FormField ul.detailList li.emptyField {
  background: #FFF;
  color: #999;
  border: 1px solid #eee;
  font-size: 11px; }

.FormField ul.detailList li.addField {
  font-size: 11px;
  cursor: pointer;
  color: #999;
  position: relative;
  background: #FFF;
  border: 1px solid #eee; }

.FormField ul.detailList li.addField:hover {
  border: 1px solid #999; }

.FormField ul.detailList .fieldValue {
  width: 100%;
  line-height: 17px;
  display: block;
  margin: 0px; }

.FormField ul.detailList .fieldValue .icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../Images/icons/add.png);
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 6px;
  margin-top: 1px;
  opacity: 0.5; }

.FormField ul.detailList .title {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 0px; }

.FormField ul.detailList .tags {
  margin-top: 5px; }

.FormField ul.detailList .detailTag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #ddd;
  padding: 2px 5px;
  color: #555;
  font-size: 9px; }

.FormField ul.detailList .extraValue {
  width: 100%;
  line-height: normal;
  display: block;
  color: #999;
  font-size: 10px;
  position: relative;
  padding: 1px 0px;
  z-index: 20;
  border: solid 1px transparent;
  overflow: hidden; }

.FormField ul.detailList .extraValue.icon {
  padding: 4px 0px;
  padding-left: 22px; }

.FormField ul.detailList a.extraValue:hover {
  cursor: pointer;
  color: #555; }

.FormField ul.detailList .extraValue.icon:after {
  content: "";
  background-position: center left 0px;
  background-repeat: no-repeat;
  background-size: 16px;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10; }

.FormField ul.detailList a.extraValue:hover:after {
  opacity: 0.5; }

.FormField ul.detailList .extraValue.icon-phone:after {
  background-image: url(../Images/icons/call.png); }

.FormField ul.detailList .extraValue.icon-conversation:after {
  background-image: url(../Images/icons/conversation.png); }

.FormField ul.detailList .extraValue.icon-facebook:after {
  background-image: url(../Images/icons/facebook.png); }

.FormField ul.detailList .extraValue.icon-twitter:after {
  background-image: url(../Images/icons/twitter.png); }

.FormField ul.detailList .extraValue.icon-instagram:after {
  background-image: url(../Images/icons/instagram.png); }

.FormField ul.detailList .extraValue.icon-email:after {
  background-image: url(../Images/icons/email.png); }

.FormField ul.detailList .deleteBtn {
  float: right;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  right: 13px;
  opacity: 0.5; }

.FormField ul.detailList .deleteBtn .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../Images/icons/delete.png);
  background-position: center center;
  background-repeat: no-repeat; }

.formLiteral {
  background-color: #f6f6f6 !important;
  min-height: 30px;
  display: block;
  overflow: hidden;
  border: solid 1px #eee;
  color: #555;
  font-size: 12px;
  padding: 6px;
  line-height: 17px;
  padding-bottom: 5px;
  box-sizing: border-box;
  float: left;
  width: 100%; }

.FormField .formLiteral .roHTML {
  overflow: auto;
  height: auto;
  min-height: 68px; }

.FormField .formLiteral .roHTML p, .FormField .formLiteral .roHTML ol, .FormField .formLiteral .roHTML ul {
  margin: 0px 0px 10px 0px; }

.FormField .formLiteral .roHTML a {
  text-decoration: underline; }

.formBgLine {
  height: 20px;
  width: 100%;
  margin-bottom: 1px; }

.formBlank {
  padding-right: 4px;
  color: #aaa;
  font-size: 11px;
  display: inline-block;
  position: relative;
  z-index: 2; }

input {
  color: #555;
  font-size: 11px;
  padding: 2px;
  border-radius: 0;
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none;
  border-radius: 0; }

input[type='image'] {
  padding: 0; }

select {
  color: #555;
  font-size: 12px;
  height: 30px;
  padding: 0px 4px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-top-left-radius: 0px !important; }

.dropDownList {
  height: 30px;
  width: 175px; }

div.FormField .dropDownList {
  width: 100%; }

/*When working in formfields the dropdown will be fullsized */
.normalInput, .dateInput, .timeInput {
  background-color: #fff;
  height: 30px;
  padding: 4px;
  border: solid 1px #ddd;
  font-size: 12px;
  color: #555;
  width: 170px;
  box-sizing: border-box; }

.normalInput.translateInput {
  margin-bottom: 4px;
  width: 100%; }

.imagePicker {
  float: left; }

.imagePicker a {
  display: none; }

.imagePicker a img {
  max-width: 184px;
  border: solid 1px #ccc; }

.imagePicker.readonly a img {
  max-width: 220px; }

.multiSelect {
  width: 100%; }

.otherMonth {
  color: #ddd; }

.daySelected {
  background-color: #FCF3D4; }

div.calendarIcon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 3px;
  float: left;
  border: solid 1px #ddd;
  cursor: pointer;
  box-sizing: border-box; }

div.calendarIcon input {
  margin: 6px;
  opacity: 0.5;
  width: 16px;
  height: 16px;
  padding: 0px; }

div.calendarIcon:hover {
  border: solid 1px #999;
  background-color: #eee; }

.dateRangesplit, .textRangesplit {
  float: left;
  width: 10px;
  padding-top: 3px;
  text-align: center;
  padding-right: 0px;
  padding-left: 3px;
  margin-right: 5px; }

.currencySplit {
  float: left;
  width: 3px; }

.ddlDisabled {
  background-color: #f6f6f6 !important;
  border: solid 1px #ddd !important; }

.tbDisabled {
  background-color: #f6f6f6 !important;
  border: solid 1px #eee !important; }

.textareaInput {
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 4px;
  color: #555;
  width: 100%;
  font-family: Verdana;
  font-size: 12px;
  box-sizing: border-box; }

.textboxReadOnly {
  background-color: #f6f6f6;
  min-height: 13px;
  display: block;
  overflow: auto;
  height: 100px; }

#emailStatus, .emailValidateStatus {
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 21px;
  padding: 0px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  width: 30px;
  height: 30px; }

#emailStatus img, .emailValidateStatus img {
  width: 16px;
  height: 16px;
  opacity: 0.5;
  margin: 6px; }

.emailStatus {
  padding: 6px;
  right: 0;
  top: 0;
  position: absolute;
  border: solid 1px #ddd;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: #fff; }

.emailStatus img {
  opacity: 0.5; }

.relative {
  position: relative; }

.textboxRO {
  background-color: #f6f6f6;
  min-height: 25px;
  color: #555;
  font-size: 12px;
  padding: 4px;
  min-height: 30px;
  border: solid 1px #ddd;
  box-sizing: border-box; }

.grayInput {
  background-color: #f7f7f7 !important;
  color: #404040 !important; }

.gridInput {
  background-color: #fff;
  padding: 4px !important;
  height: 25px;
  border: solid 1px #ddd;
  font-size: 12px;
  color: #555; }

.gridInputDisabled {
  background-color: #f6f6f6;
  padding: 4px !important;
  height: 25px;
  border: solid 1px #ddd;
  font-size: 12px;
  color: #555; }

.textboxButton:hover {
  border: solid 1px #ddd;
  background-color: #f6f6f6; }

.textboxButton {
  float: right;
  margin-right: 0px;
  border: solid 1px #fff;
  text-align: center;
  width: 25px;
  height: 30px;
  box-sizing: border-box; }

.textboxButton img {
  border: none;
  margin: 3px;
  width: auto;
  height: auto;
  opacity: 0.5;
  margin-top: 6px; }

.textboxButton.disabled img {
  opacity: 0.2; }

.uploadInput, .fileUpload {
  background-color: #fff;
  padding: 4px;
  border: solid 1px #ddd;
  font-size: 12px;
  color: #555;
  width: 170px;
  box-sizing: border-box; }

.watermark {
  background-color: #fff;
  height: 14px;
  padding: 4px;
  border: solid 1px #ddd;
  font-size: 12px;
  color: #555;
  width: 170px;
  box-sizing: border-box; }

.clickableUrl {
  color: #555; }

.clickableUrl:hover {
  text-decoration: underline; }

/* REQUIRED FIELDS */
.required input, .required select, .required textarea {
  background-color: #ff5959 !important;
  color: #fff !important; }

.requiredTable {
  border: solid 1px #ff5959; }

.requiredCB {
  outline: 2px solid #ff5959; }

/* ACCORDION */
.newAccordion .accordionHeader {
  position: relative;
  display: block;
  background-color: #eee;
  height: 30px;
  cursor: pointer;
  border-bottom: solid 1px #eee;
  margin-bottom: 3px; }

.newAccordion .accordionHeader:after {
  height: 30px;
  width: 30px;
  top: 0;
  right: 10px;
  bottom: 0;
  position: absolute;
  content: "";
  background-image: url(../images/grid-arrow-down.png);
  background-position: right center;
  background-repeat: no-repeat; }

.newAccordion .accordionHeader.open:after {
  background-image: url(../images/grid-arrow-up.png); }

.newAccordion .accordionHeader a {
  outline: none;
  border: 0;
  line-height: 30px;
  display: block;
  margin-left: 10px;
  color: #999;
  font-size: 11px;
  text-align: left;
  padding: 0px;
  font-weight: normal; }

.newAccordion .accordionHeader a:hover {
  outline: none;
  border: 0; }

.newAccordion .accordionItem {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
  padding-left: 9px;
  padding-right: 9px; }

.newAccordion .accordionHeaderCount {
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 5px;
  right: 35px;
  padding: 3px;
  background-color: #f6f6f6;
  float: right;
  line-height: 14px;
  text-align: center;
  width: 25px;
  color: #999 !important; }

button::-moz-focus-inner {
  border: 0; }

.extra-field-table {
  width: 930px !important; }

/* GRID */
.gv {
  margin: 0;
  font-size: 12px;
  border-collapse: collapse;
  border: solid 1px #fff !important;
  margin-top: 10px;
  background-color: #fff; }

.gv.gv-no-margin {
  margin: 0; }

.gv.required {
  border: solid 1px #ff5959 !important; }

.gv.required tr {
  border-left: solid 1px #ff5959 !important;
  border-right: solid 1px #ff5959 !important; }

.gv.required tr:last-child:not(.gvPager) {
  border-bottom: solid 1px #ff5959 !important; }

.gvSortHeader {
  position: relative;
  color: #555;
  line-height: 14px;
  font-size: 11px;
  font-weight: normal; }

.gvSortHeader a {
  color: #555;
  text-decoration: none; }

.gv td {
  text-align: left;
  padding: 6px 4px;
  color: #555;
  font-size: 12px;
  height: 40px; }

.gv td.iconCell {
  padding: 6px 4px; }

.gv td .icon img {
  width: auto;
  height: auto;
  opacity: 0.5; }

.gv td a {
  color: #555; }

.gv th {
  text-align: left;
  padding: 2px;
  padding-top: 1px;
  border-bottom: solid 1px #ddd;
  font-weight: normal;
  height: 30px;
  color: #999; }

.gv th a {
  margin-right: 15px;
  float: left;
  color: #999; }

.gv.gv-alternate tbody tr {
  cursor: pointer; }

.gvDefault, .gvAlternate {
  border-bottom: solid 1px #eee;
  cursor: pointer; }

.gvDefault:hover, .gvAlternate:hover {
  background-color: #eee; }

.gvDefault_nohover, .gvAlternate_nohover {
  height: 24px;
  border-bottom: solid 1px #eee; }

.gvDefault .textboxButton, .gvDefault_nohover .textboxButton {
  border: solid 1px transparent;
  margin-left: 1px;
  min-width: 19px; }

.gvDefault .textboxButton:hover, .gvDefault_nohover .textboxButton:hover {
  border: solid 1px #999; }

.gvAlternate .textboxButton, .gvAlternate_nohover .textboxButton {
  border: solid 1px #ddd;
  margin-left: 1px;
  min-width: 19px; }

.gvAlternate .textboxButton:hover, .gvAlternate_nohover .textboxButton:hover {
  border: solid 1px #888; }

.textboxButton.no-hover:hover {
  border: solid 1px transparent !important;
  background-color: transparent !important; }

.gvSkipped, .gvCancelled, .gvFinished {
  background-color: #f6f6f6 !important;
  cursor: pointer; }

.gvSkipped td, .gvCancelled td {
  color: #999 !important; }

.gvActive {
  background-color: #eee;
  cursor: pointer; }

table.grid {
  margin-top: 0px;
  font-size: 11px;
  border: none !important;
  border-collapse: collapse;
  border: none; }

table.grid td.thumb-64, .gv td.thumb-64, table.grid td .thumb-64, .gv td .thumb-64 {
  width: 64px; }

table.grid td.thumb-32, .gv td.thumb-32, table.grid td .thumb-32, .gv td .thumb-32 {
  width: 32px; }

table.grid tr.emptyrow td {
  border: solid 1px #ddd;
  color: #999;
  font-size: 11px; }

table.grid .grid-attachment {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top; }

table.grid .grid-attachment.grid-attachment-noimage {
  background-image: url(../Images/icons/attachment.png);
  width: 16px;
  height: 16px;
  background-size: contain; }

table.grid td.thumb a, table.grid td .thumb, .gv td.thumb a, .gv td .thumb {
  display: inline-block;
  border: solid 1px #eee;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  padding: 4px;
  width: auto; }

table.grid td.thumb a:hover, table.grid td .thumb:hover, .gv td.thumb a:hover, .gv td .thumb:hover {
  border: solid 1px #999; }

table.grid td.thumb a span, table.grid td .thumb span, .gv td.thumb a span, .gv td .thumb span {
  display: inline-block;
  padding: 0;
  text-align: center;
  min-width: 60px; }

table.grid td.thumb a img, table.grid td .thumb img, .gv td.thumb a img, .gv td .thumb img {
  width: 100%; }

table.grid td, table.grid th {
  text-align: left;
  padding: 6px 4px;
  color: #555;
  font-size: 12px; }

table.grid th {
  color: #999;
  font-size: 11px;
  font-weight: normal; }

table.grid .textboxButton {
  border: solid 1px transparent;
  height: 16px; }

table.grid .textboxButton img {
  margin: 0px; }

table.grid > tbody > tr:not(.emptyrow) {
  cursor: pointer;
  border-bottom: solid 1px #eee; }

table.grid.rowhover > tbody > tr:not(.emptyrow):hover {
  background-color: #ddd; }

table.grid thead tr {
  position: relative;
  color: #999;
  line-height: 14px;
  font-size: 10px;
  font-weight: bold;
  background-color: #fff;
  border: none;
  border-bottom: solid 1px #ddd; }

table.grid thead tr a {
  color: #7e7e7e;
  text-decoration: none; }

.chosen td {
  font-weight: bold; }

.imgActivityColor {
  margin: 3px;
  width: auto;
  height: auto;
  opacity: 0.8; }

.gvBoldRow td {
  font-weight: bold; }

.gv .sub td.sub {
  padding-left: 25px;
  position: relative; }

.gv .sub td.sub:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/icons/sub.png);
  background-position: 4px 4px;
  background-repeat: no-repeat;
  opacity: 0.5; }

.gv td span.nowrap {
  white-space: nowrap; }

.gv td span.nospace {
  margin: 0;
  padding: 0; }

.gv td .FormField {
  padding: 0;
  float: none; }

.notopmargin {
  margin-top: 3px !important;
  margin-bottom: 10px; }

.gvPager {
  display: block;
  position: fixed;
  bottom: 0;
  left: 280px;
  background-color: #fff;
  text-align: right;
  font-weight: bold;
  z-index: 501;
  height: 50px;
  width: calc(100% - 280px);
  border-top: solid 1px #ddd !important; }

.gv.gv-no-fixed-pager .gvPager {
  position: relative;
  border-top: none !important; }

.gvPager td {
  padding-top: 5px !important;
  height: auto !important; }

.gvPager > td {
  padding: 0px !important;
  padding-top: 2px !important;
  height: auto !important; }

.gvPager .footerTableNumbers {
  width: auto;
  font-weight: normal;
  float: right; }

.gvPager .footerTableNumbers span {
  display: block;
  padding: 9px;
  background-color: #fff;
  border: solid 1px #ddd;
  color: #555;
  cursor: default; }

.gvPager .footerTableNumbers input {
  opacity: 0.5;
  padding: 3px; }

.gvPager .footerTableNumbers input:hover {
  border: solid 1px #ddd; }

.gvPager .footerTable {
  display: none; }

.gvPager a {
  color: #666;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  margin: 0px;
  padding: 9px;
  display: block;
  border: solid 1px #fff; }

.gvPager a:hover {
  background-color: #009fe3;
  color: #fff !important;
  border: solid 1px #666; }

.gv .emptyrowclickable {
  background-color: #009fe3;
  color: #fff;
  cursor: pointer; }

.gv .emptyrowclickable td {
  color: #fff !important; }

.gv tr.emptyrowclickable {
  position: relative; }

.gv tr.emptyrow td {
  border: solid 1px #ddd;
  color: #999;
  font-size: 11px; }

.gvSelected {
  background-color: #ddd;
  color: #fff; }

.tableSortImage {
  float: left;
  margin-top: 3px;
  margin-left: -10px; }

.gv .selected {
  background-color: #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd; }

.gv .selected:hover {
  cursor: pointer; }

.gv .nesting-row-btn {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  background-color: #f6f6f6 !important; }

.gv .nesting-row-btn .btnYellow {
  background-color: #009fe3;
  border: solid 1px #009fe3;
  color: #fff; }

.gv .nesting-row {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background-color: #f6f6f6 !important; }

.gv .nesting-row-head {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd; }

input[type='image'].gridIcon,
img.gridIcon, .gridIcon img, input.gridIcon {
  width: auto;
  height: auto;
  opacity: 0.5;
  border: 0;
  display: block; }

img.gridIcon.gridIcon-fade, .gridIcon.gridIcon-fade img {
  opacity: 0.2; }

.gv .subtable {
  text-align: right;
  padding-left: 8px;
  padding-right: 8px; }

.gv .subtable table {
  width: 100%;
  margin-top: 0px;
  color: #555 !important;
  text-align: left;
  border: solid 1px #ddd; }

.gv .subtable .add {
  float: left;
  margin-right: 5px;
  margin-top: 4px;
  margin-left: 3px; }

.gv .stattable {
  text-align: left;
  padding-left: 8px;
  padding-top: 5px;
  font-size: 11px !important;
  height: 18px !important; }

.gv .stattable span {
  margin: 0px !important; }

.gv .gvCount {
  height: 18px; }

.gv .empty-row td {
  color: #999;
  font-size: 11px; }

.gv .gvCount .pagersum {
  float: left;
  font-size: 11px;
  color: #999; }

.gv .gvCount .pager {
  float: right; }

.gv .gvCount a {
  margin-right: 3px; }

.gv .gvCount .pager .active {
  font-weight: bold; }

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

.gvMiddle img {
  opacity: 0.5; }

.gv td span input {
  padding: 0px; }

td.checkboxPadding {
  padding-top: 8px !important; }

th.checkboxPadding {
  padding-left: 4px !important; }

td.noPadding {
  padding: 0px; }

.issueLink {
  border: 1px solid #eee;
  display: inline-block;
  font-size: 11px;
  margin: 0px;
  padding: 3px;
  text-decoration: none;
  min-width: 70px;
  text-align: center;
  background-color: #eee; }

.issueLink:hover {
  border: solid 1px #555; }

.issueLink-protected {
  opacity: 0.5; }

.issueLink-protected:hover {
  border: solid 1px #aaa; }

.btnGrid {
  color: #555;
  float: left;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  margin-top: 2px;
  padding: 1px 2px;
  text-decoration: none;
  text-align: center; }

.btnGrid img {
  margin-top: 1px; }

.gridLink {
  text-decoration: underline; }

.gridLink.gridAttachment {
  display: block;
  clear: both;
  line-height: 32px; }

.gridLink.gridAttachment a {
  float: right; }

/* SCREEN WARNING */
.screenWarning ul {
  padding: 4px;
  margin: 0px;
  margin-bottom: 2px;
  background-color: #f6f6f6;
  margin-bottom: 2px; }

.screenWarning ul li {
  list-style-type: none;
  padding: 2px;
  margin: 0px;
  clear: both; }

.screenWarning img {
  float: left;
  margin-right: 5px;
  width: auto;
  height: auto;
  opacity: 0.5; }

.screenWarning span {
  line-height: 18px;
  float: left;
  max-width: 91%;
  color: #555; }

.screenWarning .timer-finished span {
  color: #999; }

.screenWarning .timer-finished img {
  opacity: 0.2; }

.screenWarning ul.required {
  cursor: pointer;
  border: solid 1px #f00; }

.screenWarning ul.required img {
  opacity: 0.2;
  width: auto;
  height: auto; }

.screenWarning ul.confirmed {
  cursor: pointer; }

.screenWarning ul.confirmed img {
  opacity: 0.5;
  width: auto;
  height: auto; }

.screenWarning.readonly ul {
  cursor: default !important; }

.screenWarning.iscritical ul {
  border: solid 1px #aaa;
  background-color: #eee;
  color: #f00; }

.formSearchTop {
  padding: 15px;
  background-color: #f6f6f6;
  margin-bottom: 0px;
  box-sizing: border-box;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px; }

.btnFilter {
  height: 26px;
  line-height: 24px;
  min-width: 0;
  width: 90px;
  text-align: center;
  line-height: 22px !important;
  margin-top: 2px;
  background-color: #fff;
  color: #555;
  border: solid 1px #ddd; }

.btnFilter:hover, .btnFilter.btnDefaultAction.focussed, .btnFilter.btnConfirmYes.focussed, .btnFilter.btnConfirmNo.focussed, .btnFilter.btnConfirmOK.focussed, .btnFilter.btnClose2.focussed, .btnFilter.btnConfirmClose.focussed {
  color: #555;
  background-color: #fff; }

.btnFilter span {
  float: none; }

.formSearchTop .sepbox {
  float: left;
  margin-left: 28px;
  margin-right: 28px;
  border-right: solid 1px #d5d5d5;
  height: 54px; }

/* USER GROUPS */
.usergroupTable {
  width: 100%;
  border: solid 1px #ddd; }

.usergroupTable th, .usergroupTable td {
  font-size: 11px; }

.usergroupTable th {
  color: #999;
  font-size: 10px; }

.usergroupTable .highlightRow {
  background-color: #ddd !important;
  color: #fff; }

.usergroupTable .visibleRow {
  display: table-row; }

.usergroupTable .hiddenRow {
  display: none; }

.usergroupTable .cbField {
  text-align: left;
  padding-left: 10px; }

.usergroupTable .cbField input {
  margin: 2px; }

.usergroupTable .groupLink:hover {
  text-decoration: underline; }

/* WORKDAYS CALENDAR */
.NotVisible {
  display: none; }

.calendar {
  width: 225px;
  height: 150px; }

.calendar .calendar {
  height: auto;
  width: auto; }

/* INFORMATION FILES */
.smallButton a.btn, .smallButton img.btn {
  margin-right: 2px;
  padding: 1px;
  padding-top: 2px;
  padding-left: 2px;
  width: 17px;
  height: 17px;
  font-size: 8px;
  font-weight: bold; }

.smallButton .btn1 {
  border-right: solid 0px #bbb; }

/* SEARCH COUNTERS */
.counters {
  height: 28px;
  display: block;
  float: left;
  margin-top: -34px; }

.counters .counter {
  height: 28px;
  width: 200px;
  float: left; }

.counters .counter a.btn {
  background-color: #fff;
  border: solid 1px #ddd;
  color: #555;
  padding: 0;
  font-size: 10px;
  box-sizing: border-box;
  height: 26px;
  line-height: 24px;
  display: inline-block; }

.counters .counter a.btn.btn-inactive {
  background-color: #f6f6f6;
  border: solid 1px #ddd;
  cursor: default; }

.counters .counter .number {
  line-height: 24px;
  font-size: 12px;
  border: solid 1px #ddd;
  padding: 0;
  width: 60px;
  box-sizing: border-box;
  height: 26px;
  overflow-x: hidden;
  text-align: center;
  background-color: #f6f6f6;
  float: left; }

.counters .counter .number img {
  margin-top: 5px;
  margin-left: 20px; }

.counters .counter .big {
  font-weight: bold; }

.counters .counter .number .disabled {
  color: #ccc; }

.counters .counter .counter_text {
  margin-left: 10px;
  font-size: 11px;
  float: left;
  margin-top: 6px; }

.selectView {
  float: right; }

.selectView select {
  width: 150px; }

/* ISSUE CONTACTPERSONS */
.btnDelete {
  margin-top: 6px;
  margin-right: 3px; }

.btnDelete img {
  border: none; }

.btnDelete.inactive img {
  opacity: 0.1; }

/* CONTACTPERSON */
.imgTwitterLogo, .imgFacebookLogo, .imgInstagramLogo {
  float: left;
  margin-right: 6px;
  vertical-align: top;
  width: auto;
  height: auto;
  opacity: 0.5;
  margin-top: 7px; }

.FacebookImage, .TwitterImage, .InstagramImage {
  border: solid 1px #aaa !important;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block; }

.TwitterProfile .imgLoading, .FacebookProfile .imgLoading, .InstagramProfile .imgLoading {
  margin-left: 3px;
  display: inline-block; }

/* checkbox List */
.checkboxList {
  border: solid 0px #ddd;
  width: 99%;
  padding: 0px;
  margin: 0px;
  border-spacing: 0; }

.checkboxList td {
  background-color: #fff;
  text-align: left;
  padding: 6px 4px;
  color: #555;
  font-size: 11px;
  vertical-align: top !important;
  min-height: 19px;
  border-bottom: solid 1px #eee; }

.inputList .clock {
  float: right;
  margin-top: 4px;
  margin-left: 4px; }

.inputList .clock img {
  width: auto;
  height: auto;
  opacity: 0.5; }

.inputList .hours {
  float: right;
  margin-top: 4px;
  margin-right: 4px; }

.checkboxList td input {
  float: left;
  margin-right: 5px; }

.checkboxList td label {
  float: left;
  line-height: 19px; }

.checkboxList tr.odd td {
  background-color: #fff !important; }

.radioButtonList {
  margin-bottom: 5px;
  width: auto; }

.radioButtonList input {
  margin-right: 3px; }

.radioButtonList label {
  margin-right: 10px; }

/* confirm message */
.imgConfirmCritical {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 1px;
  float: left;
  opacity: 0.5; }

.confirmCritical {
  float: left;
  width: 435px; }

.cbCopy {
  clear: both; }

.cbCopy label {
  float: left;
  width: 200px; }

.cbCopy input {
  float: left;
  margin-right: 5px;
  margin-bottom: 4px; }

/* Activity summary */
.rbLetter {
  margin-right: 25px; }

.rbLetter, .rbEmail {
  width: auto;
  height: 40px;
  float: left;
  padding-top: 8px; }

.rbLetter label, .rbEmail label {
  float: left;
  margin-left: 5px;
  margin-top: 3px; }

.rbLetter input, .rbEmail input {
  float: left;
  width: 15px;
  height: 15px; }

.summary {
  padding: 10px;
  border: solid 1px #aaa;
  padding-top: 0px;
  margin-bottom: 10px; }

.summary table {
  width: 100%; }

.summary table td {
  padding: 3px;
  vertical-align: top; }

.summary .title {
  font-weight: bold;
  width: 120px; }

.summary legend {
  font-size: 12px;
  font-weight: bold;
  clear: both;
  margin-bottom: 5px; }

.gvSearchBox input {
  width: 200px;
  float: left;
  position: relative; }

.gvSearchBox {
  height: 34px; }

.gvSearchBox .btn {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #ddd; }

.gvSearchBox .btn:hover, .gvSearchBox .btn.focus, .faqSearch .btn.focus {
  border: solid 1px #666; }

.gvSearchBox .btn img {
  width: auto;
  height: auto;
  margin: 6px;
  border: none; }

.gvSearchBox .inactive {
  cursor: default; }

.gvSearchBox .inactive img {
  opacity: 0.1; }

.gvSearchBox .inactive:hover {
  border: solid 1px #ddd; }

.gvSearchBox .print {
  height: 21px;
  background-color: #FCF3D4;
  text-decoration: none;
  color: #555; }

.gvSearchBox .print img {
  float: left; }

.gvSearchBox .print span {
  float: left;
  line-height: 20px;
  margin-left: 4px;
  margin-right: 4px; }

.licenseWebInterface {
  margin-left: 5px; }

.licenseDisabled {
  visibility: hidden; }

/*
    
    MLC
    
    */
div.MLCResults {
  border: 1px solid #ddd;
  width: 400px;
  display: none;
  left: 0px;
  top: 0px;
  position: absolute;
  background: #fff;
  z-index: 499;
  margin-bottom: 25px; }

div.MLCResults ul {
  padding: 0px;
  margin: 0;
  font-size: 11px;
  box-sizing: border-box; }

div.MLCResults ul.Children {
  border-top: 1px solid #ddd; }

div.MLCResults ul.Children li.IndexLess,
div.MLCResults ul.Children li.IndexLessDisabled,
div.MLCResults ul.Children li.IndexMore,
div.MLCResults ul.Children li.IndexMoreDisabled {
  font-size: 11px;
  line-height: 1.1em;
  cursor: pointer;
  background-repeat: no-repeat;
  text-align: right;
  background-position: center top 5px; }

div.MLCResults ul li.IndexLessDisabled,
div.MLCResults ul li.IndexMoreDisabled {
  cursor: not-allowed;
  color: #C0C0C0; }

input.MLC {
  width: 200px;
  background-color: #fff;
  border: solid 1px #ddd;
  font-size: 12px;
  height: 30px;
  color: #555;
  float: left;
  padding: 4px;
  box-sizing: border-box; }

div.MLCResults ul.Children li {
  padding: 5px 10px 5px 3px; }

div.MLCResults ul li.IndexLess,
div.MLCResults ul li.IndexLessDisabled,
div.MLCResults ul li.IndexMore,
div.MLCResults ul li.IndexMoreDisabled {
  /*height: 0.5em;*/ }

div.MLCResults ul li.IndexLess {
  background-image: url("../images/mlc/arrowup.png"); }

div.MLCResults ul li.IndexLessDisabled {
  background-image: url("../images/mlc/arrowup_light.png"); }

div.MLCResults ul li.IndexMore {
  background-image: url("../images/mlc/arrowdown.png"); }

div.MLCResults ul li.IndexMoreDisabled {
  background-image: url("../images/mlc/arrowdown_light.png"); }

div.MLCResults ul li.ArrowRight {
  background-image: url("../images/mlc/arrowright.png");
  background-repeat: no-repeat;
  background-position: right 8px center; }

div.MLCResults ul li.ArrowLeft {
  background-image: url("../images/mlc/arrowleft.png");
  background-repeat: no-repeat;
  background-position: right 8px center; }

div.MLCResults ul li.select-none, div.MLCResults ul li.root {
  color: #aaa; }

div.MLCResults ul li > a.select-level {
  background-image: url("../images/mlc/select.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 19px;
  line-height: 14px;
  float: right;
  text-align: center;
  margin-right: -10px;
  margin-top: -3px;
  border: solid 1px transparent; }

div.MLCResults ul li > a.select-level:hover {
  border: solid 1px #bbb; }

div.MLCResults ul li.Selected {
  background-color: #DDDDDD; }

div.MLCResults ul li {
  font-size: 12px;
  cursor: pointer;
  color: #555;
  text-decoration: none;
  list-style: none;
  height: auto;
  padding: 5px 10px 5px 3px;
  position: relative;
  vertical-align: middle;
  line-height: normal;
  min-height: 24px; }

div.MLC {
  height: 30px;
  width: 20px;
  border: solid 1px #ddd;
  cursor: pointer;
  background-color: #FFFFFF;
  background-image: url("../images/mlc/arrowsdown.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  box-sizing: border-box; }

div.MLCOneLevel {
  background-image: url("../images/mlc/arrowsdown_single.png"); }

div.MLCInfoButon {
  height: 16px;
  width: 14px;
  float: left;
  margin-left: 5px; }

div.MLCHolder {
  position: relative; }

div.Loading {
  background-image: url("../images/mlc/loading.gif");
  background-repeat: no-repeat;
  background-position: top right; }

div.MLCResults ul li.Hover {
  background-color: #eee; }

div.MLCdisabled input.MLC {
  background-color: #f6f6f6; }

div.MLCdisabled div.MLC {
  background-image: url("../images/mlc/arrowsdown-inactive.png");
  cursor: default; }

.cbWI {
  padding: 0px; }

/* @group Base */
.chzn-container {
  display: block;
  margin: 0px;
  zoom: 1;
  background-color: #fff; }

.chzn-drop {
  background: #fff;
  border: solid 1px #ddd;
  position: absolute;
  z-index: 499;
  margin-top: 9px; }

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  border: solid 1px #ddd;
  color: #555;
  margin: 0;
  padding: 2px;
  cursor: text;
  overflow: hidden;
  height: 30px;
  box-sizing: border-box; }

.chzn-container-multi .chzn-choices .imgDropdown {
  float: right;
  border-left: solid 1px #ddd;
  cursor: pointer;
  margin-top: -2px;
  height: 30px;
  width: 16px;
  padding-left: 2px; }

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none; }

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.chzn-container-multi .chzn-choices .search-field span {
  color: #555;
  background: transparent !important;
  border: 0 !important;
  font-size: 12px;
  margin: 1px 0;
  outline: 0;
  line-height: 23px;
  height: 23px;
  padding-left: 3px; }

.chzn-container-multi .chzn-choices .search-choice {
  background-color: #f6f6f6;
  color: #555;
  border: 1px solid #ddd;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default; }

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #FCF3D4; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px; }

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px; }

/* @end */
/* @group Results */
.chzn-drop .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: -1px 0 0;
  padding: 0; }

.chzn-drop .chzn-results li {
  line-height: 23px;
  padding: 2px 3px;
  margin: 0;
  list-style: none;
  font-size: 12px;
  box-sizing: border-box; }

.chzn-drop .chzn-results .active-result {
  cursor: pointer;
  display: list-item; }

.chzn-drop .chzn-results .loading {
  text-align: center; }

.chzn-drop .chzn-results .select-all, .chzn-drop .chzn-results .select-none {
  border-bottom: solid 1px #ddd; }

.chzn-drop .chzn-results .highlighted {
  background-color: #eee !important; }

.chzn-drop .chzn-results li em {
  background: #eee;
  font-style: normal; }

.chzn-drop .chzn-results .highlighted em {
  background: transparent; }

.chzn-drop .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item; }

.chzn-drop .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold; }

.chzn-drop .chzn-results .group-option {
  padding-left: 15px; }

.chzn-drop .result-selected {
  background-color: #eee;
  cursor: pointer; }

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1; }

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px; }

.chzn-container .chzn-results-scroll-down {
  bottom: 0; }

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none; }

.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px; }

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chzn-disabled .chzn-single {
  cursor: default; }

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; }

/* @group Right to Left */
.chzn-rtl {
  text-align: right; }

.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible; }

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl; }

.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto; }

.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto; }

.chzn-rtl .chzn-choices .search-field input {
  direction: rtl; }

.chzn-rtl .chzn-choices li {
  float: right; }

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0; }

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
  background-position: right top; }

.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px; }

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none; }

.chzn-rtl .chzn-search input {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

/* @end */
div.notification {
  position: fixed;
  right: 10px !important;
  bottom: 10px !important;
  top: auto !important;
  left: auto !important;
  box-sizing: border-box;
  width: 400px !important;
  min-height: 0px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px;
  background-color: #fff; }

div.notification .notification-body {
  min-height: 0px !important;
  box-sizing: border-box;
  padding: 14px; }

div.notification .notification-icon {
  width: 44px;
  height: 34px; }

div.notification .notification-content {
  cursor: pointer; }

div.notification .notification-info-type {
  background-image: url(../images/notification/info.png);
  background-position: left top;
  background-repeat: no-repeat; }

div.notification .notification-warning-type {
  background-image: url(../images/notification/warning.png);
  background-position: left top;
  background-repeat: no-repeat; }

.externalIcon {
  float: right;
  margin-top: 2px;
  margin-left: 3px; }

.externalIcon img {
  width: auto;
  height: auto;
  opacity: 0.5; }

.expandImg {
  width: 11px;
  height: 11px;
  opacity: 0.5; }

/* ISSUE CONTACTPERSON */
.issue-relation-acc a.phoneLink {
  color: #555; }

.issue-relation-acc a.phoneLink:hover {
  text-decoration: underline !important; }

.issue-relation-acc .highlight {
  background-color: #f6f6f6 !important;
  cursor: pointer; }

.issue-relation-acc.inactive .creator img {
  cursor: default !important; }

.issue-relation-acc.inactive .lead img {
  cursor: default !important; }

.issue-relation-acc.inactive .role label {
  font-weight: normal !important;
  font-size: 11px; }

.issue-relation-acc .contact-inactive .contactname {
  width: auto !important; }

.issue-relation-acc .contact {
  background-color: #f6f6f6;
  color: #454343;
  width: 100%;
  border: none; }

.issue-relation-acc .contact-inactive {
  background-color: #fff;
  color: #555;
  cursor: pointer;
  width: 100%;
  border: none;
  border-bottom: solid 1px #eee; }

.issue-relation-acc .first td {
  vertical-align: top;
  height: 35px;
  text-align: left; }

.issue-relation-acc .info {
  font-size: 11px;
  line-height: 16px; }

.issue-relation-acc .info td {
  vertical-align: top; }

.issue-relation-acc .info label {
  float: left;
  font-weight: normal;
  width: 70px;
  margin-right: 10px; }

.issue-relation-acc .lead, .issue-relation-acc .creator {
  width: 35px;
  text-align: center; }

.issue-relation-acc .lead img {
  cursor: pointer;
  margin-left: 8px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.5; }

.issue-relation-acc .lead img.inactive {
  opacity: 0.1; }

.issue-relation-acc .creator img {
  cursor: pointer;
  margin-left: 3px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.5; }

.issue-relation-acc .creator img.inactive {
  opacity: 0.1; }

.issue-relation-acc .contactname {
  width: 322px; }

.issue-relation-acc .contactname a {
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #454343; }

.issue-relation-acc .contactname a:hover {
  text-decoration: underline !important; }

.issue-relation-acc .contact-inactive .contactname label {
  line-height: 30px;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #888 !important; }

.issue-relation-acc .contact-inactive.highlight label {
  color: #555 !important; }

.issue-relation-acc .role {
  width: 255px; }

.issue-relation-acc .contact-inactive .email, .issue-relation-acc .contact-inactive .role {
  line-height: 30px;
  font-size: 11px;
  margin-top: 0px;
  color: #888 !important; }

.issue-relation-acc .contact-inactive .email label, .issue-relation-acc .contact-inactive .role label {
  margin-top: 0px !important;
  width: 70px;
  float: left;
  line-height: 30px;
  font-size: 11px;
  font-weight: normal !important;
  color: #888 !important; }

.issue-relation-acc .role label {
  float: left;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  width: 70px;
  margin-right: 10px; }

.issue-relation-acc .role select {
  float: left;
  margin-top: 3px;
  width: 225px;
  border: solid 1px #ddd;
  color: #555; }

.issue-relation-acc .btnDelete {
  float: right;
  margin-right: 5px;
  margin-bottom: 3px; }

.noCPs {
  padding: 7px 4px;
  border: solid 1px #ddd;
  color: #555; }

.noCPs p {
  color: #555; }

/* DEFAULT DIALOG STYLING */
.dialog {
  display: none; }

.dialog table {
  width: 100%; }

.dialog .functionNavigation {
  margin-top: 0px; }

.dialog-body {
  padding: 10px; }

.dialog .dialog-title, .ui-dialog .dialog-title {
  padding-bottom: 0px;
  background-color: #f6f6f6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.dialog .dialog-title h1, .ui-dialog .dialog-title h1 {
  padding-top: 7px; }

.dialog .dialog-title h1 {
  padding-top: 10px;
  padding-left: 10px; }

.dialog-preview-body {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 10px;
  border: solid 1px #ddd;
  position: relative; }

.dialog .dlg-btns {
  border-bottom: solid 1px #949494;
  margin-bottom: 10px;
  height: 30px;
  margin-top: -30px; }

.dialog .dlg-title {
  padding-bottom: 10px;
  box-sizing: border-box; }

.dialog .dlg-loading {
  text-align: center;
  box-sizing: border-box; }

.dialog .dlg-body {
  padding: 10px;
  padding-top: 0px;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto; }

.dialog .dlg-body th.small {
  width: 150px; }

.dialog .dlg-body th.remark {
  width: 240px; }

#popupScrollableContent, .popupScrollableContent {
  overflow: hidden;
  overflow-y: auto;
  height: 500px;
  padding: 0px 0px;
  box-sizing: border-box; }

.duplicate-icon {
  margin-bottom: 0px;
  margin-right: 0px; }

/*  ISSUE TIMER STYLES */
.timer-timeline {
  width: 100%;
  position: relative;
  height: 60px;
  margin-bottom: 20px; }

.timer-timeline .total-line {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 28px;
  height: 3px;
  border-bottom: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-right: solid 1px #aaa;
  box-sizing: border-box; }

.timer-timeline .total-info {
  top: 35px;
  width: 100%;
  position: absolute;
  z-index: 1;
  color: #555;
  text-align: center; }

.timer-timeline .line {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 100%;
  height: 15px;
  background-color: #c8e387;
  z-index: 1; }

.timer-timeline .segment {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  height: 15px;
  left: 0%;
  width: 0%;
  top: 3px; }

.timer-timeline .segment:hover {
  background-color: #000;
  opacity: 0.2; }

.timer-timeline .marker {
  cursor: pointer;
  display: block;
  z-index: 3;
  position: absolute;
  height: 20px;
  width: 5px;
  background-color: #000;
  top: 0px; }

.timer-timeline .marker.start {
  left: 0px; }

.timer-timeline .marker.end {
  left: 100%;
  margin-left: -3px; }

.timer-timeline .marker.green {
  /*background-color: #2CAB41;*/
  background-color: #2c69ab; }

.timer-timeline .marker.red {
  /*background-color: #AB2C2C;*/
  background-color: #2c69ab; }

.timer-timeline .marker.signal {
  background-color: #AB2C2C; }

.timer-timeline .marker.yellow {
  background-color: #2c69ab;
  /*background-color: #D3C637;*/ }

.timer-timeline .marker.running {
  background-color: #bbb; }

.timer-timeline .tooltip {
  z-index: 30;
  min-width: 100px;
  position: absolute;
  bottom: 55px;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 5px;
  text-align: center;
  box-sizing: border-box; }

.timer-title {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  width: 100%; }

.timer-timeline .part {
  width: 50%;
  float: left;
  position: relative;
  height: 50px; }

.timer-timeline .signal-part .line {
  background-color: #ddd; }

.timer-timeline .past .line {
  background-color: #dba7a7; }

body.popup-body, body.popup-body #aspnetForm {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%; }

.no-data {
  padding: 40px;
  color: #bbb;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0px;
  box-sizing: border-box; }

/* Table selection indicators (CP/Quickinsert) */
th.selection-indicator, td.selection-indicator {
  width: 20px; }

td.selection-indicator div.selection.selected {
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/duplicate.png);
  background-color: transparent;
  opacity: 0.5; }

.notreferenced {
  width: 16px; }

/* 

    DOUBLE STYLING

*/
.double-filter-box {
  width: 100%;
  box-sizing: border-box;
  border: solid 0px #ddd;
  background-color: #f6f6f6;
  margin: 0px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 5px; }

.double-filter-box ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.double-filter-box ul:first-child {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #eee; }

.double-filter-box ul li {
  float: left;
  width: 20%; }

.double-filter-box ul li input {
  float: left; }

.double-filter-box ul li label {
  float: left;
  margin-left: 2px;
  margin-top: 3px; }

.double-filter-box ul li label span {
  color: #aaa; }

.double-filter-box ul li.disabled label {
  color: #aaa; }

.double-filter-box ul li.label {
  line-height: 18px;
  color: #aaa; }

.double-table {
  table-layout: fixed;
  width: 100%;
  border: none;
  border-collapse: collapse; }

.double-table > tbody > tr > td:first-child {
  position: absolute;
  left: 0; }

.double-table > tbody > tr > td:nth-child(2) {
  position: absolute;
  left: 187px;
  width: 189px; }

.double-table .row-head td {
  background-color: #f6f6f6; }

.double-table tr td {
  vertical-align: top;
  line-height: 18px;
  width: 187px;
  border-collapse: collapse;
  padding: 0px;
  overflow: hidden; }

.double-table tr td.label {
  color: #aaa; }

.double-table tr td > span, .double-table tr td > div {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  line-height: 18px;
  padding: 3px 4px;
  border-top: solid 1px transparent; }

.double-table tr td > div div {
  height: auto; }

.double-table .row-field td {
  color: #555;
  border-bottom: solid 1px #f6f6f6; }

.double-table tr.checkbox-field input {
  margin-top: 5px; }

.double-table .row-field.readonly td {
  color: #aaa; }

.double-table .row-field td.empty-data {
  color: #ddd; }

.double-table .row-field td.empty-data span {
  visibility: hidden; }

.double-table .row-group td {
  background-color: #f6f6f6; }

.double-table .col-select select {
  width: 100%;
  font-size: 11px;
  border: none; }

.double-table .col-select.col-not-used select {
  color: #bbb; }

.double-table tr:not(.readonly) td.option:hover {
  background-color: #ddd !important;
  cursor: pointer; }

.double-table tr td.selected-col {
  background-color: #e0f3fc !important;
  border-bottom: solid 1px #e0f3fc; }

.double-table tr:not(.row-select):not(.row-head) td.value {
  background-color: #f6f6f6 !important;
  border-bottom: solid 1px #f6f6f6 !important; }

.double-table tr.row-head td {
  line-height: 20px;
  height: 22px;
  border-right: none; }

.double-table tr.row-head td.selected-col {
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd; }

.double-table tr.row-head td span {
  border-top: solid 1px #fff;
  color: #7e7e7e;
  font-weight: bold;
  font-size: 10px; }

.double-table tr.row-head td.selected-col span {
  border-top: solid 1px #ddd; }

.double-table tr td.option.conflict {
  background-color: #dd7065;
  color: #fff; }

.double-table tr td.option.field-warning {
  background-color: #fee399; }

.double-table a.btnNotUsed {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  opacity: 0.5;
  background-image: url(../images/icons/delete.png);
  background-position: center center;
  background-repeat: no-repeat; }

div.merge-outer {
  position: relative; }

div.merge-inner {
  overflow-x: auto;
  overflow-y: hidden;
  width: 563px;
  margin-left: 376px;
  border: solid 1px #ddd;
  box-sizing: border-box; }

body.expanded .main-content {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  z-index: 1000;
  margin-top: 0px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-top: 50px; }

body.expanded .main-content .container {
  margin-left: auto;
  width: 98%; }

body.expanded .main-content .csl-function-nav {
  left: 0;
  top: 10px;
  width: 100%; }

.phone-exchange {
  position: absolute;
  width: 300px;
  height: 40px;
  top: 1px;
  left: 500px;
  cursor: pointer;
  display: none; }

.phone-exchange .inner {
  background: transparent url(../images/notification/phone.png) 3px 3px no-repeat;
  background-size: 23px 23px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  box-sizing: content-box;
  padding: 2px 5px;
  position: inherit; }

.phone-exchange .inner span, .phone-exchange .inner .info {
  display: block;
  text-align: left; }

.phone-exchange .inner .info {
  padding-left: 35px; }

.phone-exchange .inner .phonenumber {
  color: #fff; }

.phone-exchange .inner .name {
  color: #fff;
  opacity: 0.5;
  width: 100%;
  overflow: hidden;
  height: 14px;
  margin-top: -2px; }

.tableDouble {
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  line-height: 16px; }

.tableDouble .issues {
  padding: 5px; }

.tableDouble .contact {
  background-color: #f6f6f6;
  padding: 5px; }

.tableDouble .contact label {
  width: 100px;
  display: inline-block; }

.tableDouble .contact td {
  vertical-align: top; }

.tableDouble .contact td.email {
  width: 50%; }

.tableDouble .contact td.phone {
  width: 25%; }

.tableDouble .contact td.address {
  width: 25%; }

.tableDouble .contact .first td {
  padding-bottom: 5px !important; }

.tableDouble .contact .number {
  width: 30px;
  border: solid 1px #dddddd;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  color: #ccc; }

.tableDouble .contactname {
  font-size: 12px; }

.thumb {
  margin: 5px;
  vertical-align: middle; }

.imagePreview {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% top;
  top: 0;
  bottom: 10px;
  left: 10px;
  right: 10px;
  box-sizing: border-box;
  position: absolute;
  margin-top: 60px;
  text-align: center; }

.imagePreview img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto; }

/* bootstrap menu */
.dropdown-menu > li > a {
  padding: 6px;
  font-size: 12px;
  color: #999;
  max-width: 300px;
  overflow-x: hidden; }

.dropdown-menu > li > a > .glyphicon {
  color: #000;
  font-size: 14px;
  opacity: 0.5;
  margin-right: 4px; }

.navbar-nav > li > .dropdown-menu {
  z-index: 100;
  min-width: 200px; }

.previewIframe {
  width: 100%;
  width: calc(100% - 20px);
  background: red;
  max-height: 500px; }
