/* Sprites */
.flags32 {
  background-image: url(../images/flags32.png);
  background-repeat: no-repeat;
  display: block;
}

.flags32-de {
  width: 32px;
  height: 32px;
  background-position: -5px -5px;
}

.flags32-en {
  width: 32px;
  height: 32px;
  background-position: -47px -5px;
}

.flags32-es {
  width: 32px;
  height: 32px;
  background-position: -89px -5px;
}

.flags32-fr {
  width: 32px;
  height: 32px;
  background-position: -5px -47px;
}

.flags32-it {
  width: 32px;
  height: 32px;
  background-position: -47px -47px;
}

.flags32-ja {
  width: 32px;
  height: 32px;
  background-position: -89px -47px;
}

.flags32-ko_kr {
  width: 32px;
  height: 32px;
  background-position: -5px -89px;
}

.flags32-pt_br {
  width: 32px;
  height: 32px;
  background-position: -47px -89px;
}

.flags32-ru {
  width: 32px;
  height: 32px;
  background-position: -89px -89px;
}

.flags32-us {
  width: 32px;
  height: 32px;
  background-position: -131px -5px;
}

.flags32-zh_cn {
  width: 32px;
  height: 32px;
  background-position: -131px -47px;
}

/* Header */
.prls-header {
  background-color: #3a52a4;
  border-color: #3a52a4;
  border-radius: 0px;
}
.prls-brand {
  margin-top: -5px;
}

.navbar {
  margin-bottom: 0px;
}
.navbar-form {
  /*padding: 0 5px;*/
  border-top: none;
  border-bottom: none;
}

.menu-icon i {
  width: 20px;
  font-size: 14px;
}

/* Override bootstrap header collapse - now collapse on sm-size */
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-right .dropdown-menu {
    right: auto;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
      margin-right: -15px;
      margin-left: -15px;
  }
  .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
  }
}


/* Header navbar */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #555;
  background: #dadada;
}

.nav-tabs > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 15px;
  font-size: 12px;
  background: #dadada;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
  font-weight: bold;
  color: #777d86;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  background: #f5f5f5;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}

.prls-well {
  padding: 5px 19px 19px;
}
.prls_tabs_top {
  /*margin-top: -20px;*/
  background-color: #c8ccd3;
}
.prls_tabs {
  background-color: #c8ccd3;
}

.prls_action_tabs {
  margin-top: -45px;
}
.prls_action_tabs > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 15px;
  font-size: 12px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  box-shadow: none
}
.prls_action_tabs > li.active > a,
.prls_action_tabs > li.active > a:hover {
  background: #f5f5f5;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  box-shadow: none
}

/* Footer */
.footer-main {
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  background-color: #000;
  padding: 20px 0;
  margin-bottom: -1px;
}
.footer-page {
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  background-color: #000;
  padding: 20px 0;
}
.footer-main .small,
.footer-page .small {
  font-size: 86%;
}
.footer-main .small p,
.footer-page .small p {
  max-width: 170px;
  margin: 10px 0;
  color: #e6e6e6;
}

/* Login */
.prls-login-form {
    margin-top: 15px;
    margin-right: -25px;
}

.prls-login-div {
    margin-top: 16px;
}

.borderless td, .borderless th {
    border-top: none !important;
}

/*=== 4. Main Form ===*/
.login-form {
    max-width: 300px;
    border-radius: 5px;
    display: inline-block;
}
.main-login-form {
    position: relative;
}
.login-form .form-control {
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0;
    background: transparent;
    color: #555555;
    padding: 7px 0;
    font-weight: bold;
    height: auto;
}
.login-form .form-control::-webkit-input-placeholder {
    color: #999999;
}
.login-form .form-control:-moz-placeholder,
.login-form .form-control::-moz-placeholder,
.login-form .form-control:-ms-input-placeholder {
    color: #999999;
}
.login-form .form-group {
    margin-bottom: 0;
    border-bottom: 2px solid #efefef;
    padding-right: 20px;
    position: relative;
}
.login-form .form-group:last-child {
    border-bottom: 0;
}
.login-group {
    background: #ffffff;
    color: #999999;
    border-radius: 8px;
    padding: 10px 20px;
}
.login-group-checkbox {
    padding: 5px 0;
}
/*=== 5. Login Button ===*/
.login-form .login-button {
    position: absolute;
    right: -25px;
    top: 50%;
    background: #ffffff;
    color: #999999;
    padding: 11px 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border: 5px solid #efefef;
    border-radius: 50%;
    transition: all ease-in-out 500ms;
}
.login-form .login-button:hover {
    color: #555555;
}
.login-form .login-button.clicked {
    color: #555555;
}
.login-form .login-button.clicked:hover {
    transform: none;
}
.login-form .login-button.clicked.success {
    color: #2ecc71;
}
.login-form .login-button.clicked.error {
    color: #e74c3c;
}

.container {
  margin-top: 30px;
  height: calc(100% - 180px);
}
.container-error {
  height: calc(100% - 235px);
}
.container-fluid {
  height: calc(100% - 235px);
}
.container-fluid-ticket,
.container-fluid-statistics {
  height: calc(100% - 283px);
}
.container-fluid-admin {
  height: calc(100% - 259px);
}

/* sortable style element */
.st-style {
  height:270px;
  overflow-y:auto;
}

/* bootstrap text-primary */
ul.striped-list > li:nth-of-type(odd),
ul.striped-list > li:nth-of-type(odd) > a {
    color: #337ab7;
}
/* bootstrap text-success */
ul.striped-list > li:nth-of-type(even),
ul.striped-list > li:nth-of-type(even) > a {
    color: #3c763d;
}

ul.striped-list > li > a:hover {
    font-weight: bold;
}

#ticket_create .form-control-feedback,
#ticket_fork .form-control-feedback,
#ticket_update .form-control-feedback,
#timings_custom_fields .form-control-feedback,
#modal_mandatory_fields .form-control-feedback,
#create_bug .form-control-feedback,
#jira_search_conditions .form-control-feedback,
#qa_score .form-control-feedback,
#sf_search_conditions .form-control-feedback,
.prls_admin_form .form-control-feedback {
  top: 0;
  right: -28px;
}

#all_users_statistics .form-control-feedback,
#all_queues_statistics .form-control-feedback,
#personal_statistics .form-control-feedback,
#closed_statistics .form-control-feedback,
#queue_statistics .form-control-feedback,
#created_statistics .form-control-feedback,
#processed_statistics .form-control-feedback
{
  top: 0;
  right: -26px;
}

.text-trim {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prls-session-link,
.prls-lmi_session-link,
.prls-survey-link {
  overflow-wrap: anywhere;
  font-size: 16px;
}

/* panel loader */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 999;
  color: white;
  display: inline-block;
  overflow: hidden;
}
.panel-body,
#qa_score,
#ticket_update,
#statistics_results {
  position: relative;
}

.panel_loader {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  z-index: 1;
  margin: auto;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#ticket_history thead > tr > th {
  border-bottom: 0;
}

.txn-col-2 {
  background-color: #ddf;
  font-family: monospace;
  font-weight: bold;
}
.txn-default {
  background-color: #cbd0d4;
}
.txn-inbound {
  background-color: #feca67;
}
.txn-outgoing {
  background-color: #7fa2b7;
}
.txn-attachment {
  background-color: #feffd1;
}
.txn-owner {
  background-color: #ccc;
}
.txn-link {
  background-color: #fff;
}
.txn-status {
  background-color: #0083c6;
}
.txn-set {
  background-color: #a3ccff;
}
.txn-undelivered {
  background-color: #f00;
}
.txn-bounce {
  background-color: #f00;
}

/* disable bottom scroll bar in Firefox */
.table-responsive { overflow-x: overlay; }

#support_tabs dt { font-size: 16px;  }
#support_tabs dd { margin-bottom: 5px;  }

#session_link_form { position: relative; }

body #survey_form {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

#survey_form .btn-sm.active {
  border: 2px solid black;
}
#survey_form .btn-lg.active {
  top: -2px;
  border: 4px solid black;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

#jira_issue_info {
    table-layout:fixed;
}

#jira_issue_info td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*------------------*/


div.grayBg {
    background-color: #d0d0d0;
}
div.greenBg {
    background-color: #b0e0b0;
}
div.pinkBg {
    background-color: #e0b0b0;
}

.yellow_bg {
    background-color: #FFFF66;
}
.green_bg {
    background-color: #b0e0b0;
}
.red_bg {
    background-color: #e0b0b0;
}
.gray_bg {
    background-color: #d0d0d0;
}

.FatalQuestion {
    font-weight:bold;
    font-size:large;
    color: red
}
.NonFatalQuestion{
    font-weight:bold;
    font-size:large;
    color: green
}

.selectMembers select {
        width: 200px;
}

.error {
    font-size: 14px;
    color: #ed1e24;
}

.partnerCode {
  position: relative;
  bottom: -1px;
  font: bold 16px arial, tahoma, helvetica, sans-serif;
  color: #f3f4c5;
}

div.search_excerpt {
    padding: 2px;
    width: 60%;
}

div.search_excerpt span.hl {
    background: #ffff99;
    font-weight: bold;
}

div.pager_line {
    text-align: center;
}

a.pagelink {
    text-decoration: none;
}

td.pagelink {
    width: 10px;
}

div.search_header {
    text-align: right;
    font-weight: bold;
}

/* WEBRT.css*/
/* --------------------------------------------------------- General */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
}

body, input, select  {
  color: #31363e;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

textarea {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  width: 100%;
}

.pageLayout {
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
.pageContainer {
  padding: 0 0 33px;
}

a:hover {
  text-decoration: none;
  color: #77a0ec;
}
a img {
  border: 0;
}
.pageContentLayout {
  border-top: 1px solid #d7dbe1;
  padding: 5px;
}

/* --------------------------------------------------------- Top of the header  */

#header {
  width: 100%;
  height: auto !important;
  height: 54px;
  min-height: 54px;
  background: #2b3038;
}
#logo {
  float: left;
  display: inline;
  width: 135px;
  height: 40px;
  margin: 8px 10px 0;
}
#logo img {
  width: 135px;
  height: 40px;
}
#shortcuts {
  float: right;
  display: inline;
  margin: 18px 0 0;
  font-weight: bold;
}
#shortcuts ul {
  float: left;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#shortcuts li {
  float: left;
  white-space: nowrap;
}
#shortcuts a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #e0e8f1;
}
#shortcuts a:hover {
  color: #fff;
}
#shortcuts a span {
  border-right: 1px solid #838f9e;
  display: block;
  padding: 0 8px;
  line-height: 11px;
}
#shortcuts #picMenuBuy a {
  padding: 4px 4px 0 25px;
  text-transform: uppercase;
  color: #b4d2fe;
}
#shortcuts #picMenuBuy a span {
  border-right-style: none;
  padding: 0;
}

.topHeader {
  background-color: #3a52a4;
  height: 60px;
}
.topHeader td {
  padding-bottom: 1px;
}
.mainMenu {
  padding: 0 6px;
  color: #e37a7a;
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap;
}
.topHeader .topNavSupportCode {
  padding-bottom: 4px;
  color: #ffd6d6;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  white-space: nowrap;
}
.topNavSupportCode b {
  font-weight: normal;
}
a.topnav-0 {
  margin: 0 3px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
a.topnav-0:hover {
  text-decoration: none;
  color: #ffeaea;
}
a.currenttopnav-0 {
  font-weight: bold;
}
.personalMenu {
  padding: 0 0 0 4px;
  color: #e37a7a;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
.personalMenu a {
  color: #fff;
  margin: 0 3px;
}
.personalMenu b {
  color: #ffd6d6;
  margin: 0 3px 0 0;
}
.personalMenu a:hover {
  color: #ffeaea;
}



/* --------------------------------------------------------- navigation menu */

.tabrow {
  background-color: #c8ccd3;
  padding: 2px 8px;
  border-bottom: 1px solid #a7aeb7;
}

.tabrow a {
  display: -moz-inline-box;
  display: inline-block;
  margin-right: 5px;
  padding: 2px;
  border: 1px solid #c8ccd3;
  color: #777d86;
  font-weight: bold;
  text-decoration: none;
}
.tabrow a:hover {
  border: 1px solid #c8ccd3;
  text-decoration: none;
  color: #2c79c1;
}
a.topnav-1 {
  font-size: 12px;
}
a.topnav-2,
a.topnav-3,
a.topnav-4,
a.topnav-5 {
  font-size: 11px;
}
a.currenttopnav-1 {
  font-size: 12px;
}
a.currenttopnav-2,
a.currenttopnav-3,
a.currenttopnav-4,
a.currenttopnav-5 {
  font-size: 11px;
}
.tabrow a.currenttopnav-1,
.tabrow a.currenttopnav-2,
.tabrow a.currenttopnav-3,
.tabrow a.currenttopnav-4,
.tabrow a.currenttopnav-5 {
  background-color: #eef5ff;
  border: 1px solid #63666c;
  color: #4483db;
}

/* --------------------------------------------------------- actions tab */

.titleActionsLayout {
  border-top: 1px solid #f9fafb;
/*  overflow: hidden; */
}
.title {
  font: normal 18px arial, tahoma, verdana, helvetica, sans-serif;
  color: #2b3138;
  padding: 2px 10px;
}

.actionsLayout {
  border-top: 1px solid #d7dbe1;
  color: #31363e;
  background-color: #e7ebf0;
  white-space: nowrap;
  text-align: right;
  padding: 5px;
}
.actions {
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  font-size: 12px;
  padding: 0 5px;
}


/* --------------------------------------------------------- form */
.formTable input, .formTable select {
        width: 100%;
}

.formTable input.fixedwidth {
    width: 70px;
}

.formTable input.defaultwidth { width: auto }

.value {
        vertical-align: middle;
        font-weight: bold;
        color: #203039;
        white-space: nowrap;
}

.valuewrap {
        vertical-align: middle;
        font-weight: bold;
        color: #203039;
}

.valuethin {
    vertical-align: middle;
    font-weight: normal;
    color: #000000;
    white-space: nowrap;
}

.value input,
.value select {
        vertical-align: middle;
}

.value ul {
        margin: 0;
        padding: 0 20px;
}

.value li {

}

.labelcenter {
        text-align: center;
}

.label,
.labeltop,
.labels {
        text-align: right; 
        vertical-align: middle;
        width: 100px;
        color: #000;
}

.label150 {
        text-align: right;
        vertical-align: middle;
        width: 150px;
}

.labeltop {
        vertical-align: top;
}
/* Required field. Usually used with .label */

legend {
  margin-bottom: 10px;
  /*margin-left: -9px;*/
  padding-right: 0px;
  vertical-align: middle;
  padding-left: 2px;
  color: #000000;
  font-weight: bold;
}

fieldset {
  border: none;
  border-top: 1px solid #D0D0D0;
  margin-right: 10px;
}

/*fieldset > legend {
  margin-bottom: 2px;
  padding-right: 3px;
}*/


.tabsAsList  a {
        font-size: 14px;
        font-weight: bold;
}

.tabsAsList span {
    font-size: 14px;
    font-weight: bold;
}

ul.tabsAsList li {
        margin-bottom: 10px;
}

/* --------------------------------------------------------- list */

table.collection-as-table {
  border-collapse: collapse;
  border: 1px solid #d7dbe1;
}

.collection-as-table th,
tr.oddline td,
tr.redline td,
tr.greenline td,
tr.blueline td,
tr.evenline td  {
  padding: 3px;
  border-bottom: 1px solid #d7dbe1;
  border-top: 1px solid #d7dbe1;
  text-align: left;
  font-weight: normal;
}
.collection-as-table th {
  border-top: 1px solid #c1c5d1;
}

.collection-as-table-subtable-clean th,
tr.oddline td,
tr.redline td,
tr.greenline td,
tr.blueline td,
tr.evenline td  {
  padding: 3px;
  border: 0px;
}

tr.unread td,
tr.unread td a,
.contractTicketsLeft { font-weight: bold; }

img.readunread { cursor: pointer }

/* feedback colors */
.redline {
    background-color: #ffbbbb;
}
.greenline {
    background-color: #bbffbb;
}
.blueline {
    background-color: #bbbbff;
}
/**/

.collection-as-table th {
  white-space: nowrap;
  font-weight: bold;
}

.oddline {
  background-color : #fff;
}
.evenline {
  background-color : #eef5ff;
}

hr {
        color: #8FAEBE;
        background-color: #8FAEBE;
        height: 1px;
        border-width: 0;
}

tr.evenline td b,
tr.oddline td b {
        font-weight: normal;
}

.td-icon {
    margin: 0px 10px;
}

.listControls {
        font-weight: bold;
        font-style: italic;
}

div.notifications {
    float: right;
    font-size: 13px;
    font-weight: bold;
}

a.notifications {
    color: #ff0000;
    text-decoration: none;
}


span.rtname {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #ffffff;
}

.header {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #0066CC;
}
.subheader {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #0066CC;
}

.productnav {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
}

.currenttab {
        margin: 0.2em;
        background: #339933;
}
.othertab {
        margin: 0.2em;
        background: #efefef;
}


TD.mainbody {
        padding-top: 0.5em;
        padding-left: 1em;
        padding-right: 1em;
        margin-left: 1em;
        margin-right: 1em;
}

th.ticketheader { font-size: 80%;
        font-weight: bold;
        color: #446644;
        background: #cccccc;
}

SPAN.message {
        font-size: 100%;
}


tr.editline {
        background-color : #ffff99;
}
tr.inactiveline {
        background-color : #eeeeee;
}



DIV.endmatter {
        margin-left: -7%
}


.currenttab {
        color: #ffffff;
}
.othertab {
        color: #339933;
}

.inverse {
        color: #ffffff;
}

SPAN.date {
        font-size: 0.8em
}

span.title {
        font-size: 1.6em;
        vertical-align: middle;
        color: #ffffff;
}

span.productname {
        font-size: 2em;
        color: #0066cc;
}

SPAN.attribution {
        font-weight: bold;
}

SPAN.label {
        font-size: 0.8em;
}


BLOCKQUOTE {
        font-style: italic;
}

.emphasized {
  font-weight: bold
}
.de-emphasized {
  font-weight: normal !important;
}

ul.topnav {
        list-style: none;
        margin-left: 0;
        margin-right: 0.25em;
        padding-left: 0.25em;
        padding-bottom: 0;
        padding-top:0;
        margin-top: 0;
        margin-bottom:0;
}

.menu-major-separator {
        border-bottom: solid white 1px;
        padding-top: .25em;
        padding-bottom: .5em;
}

.menu-minor-separator {
        border-top: solid #999999 1px;
        padding-top: .1em;
        margin-top: .5em;
}


textarea.signature {
        width: 100%;
}
textarea.comments {
        width: 100%;
}

textarea.messagebox {
        width: 100%;
}

div.download {
        font-size: 10px;
        text-align: right;
}
div.labelComments {
        font-size: 10px;
        font-style: italic;
}

/* "Select" width aligners for /Ticket/Bugs/* */
.vzElements select, .vzElements input{
        width: 120px;
}

.width100 {
    width: 100px;
}
.width150 select {
        width: 150px;
}

.width300 {
        width: 300px;
}

.width200 {
        width: 200px;
}

/* internal container for wrap box content*/
.marginContainer {
        padding: 10px;
}

.marginContainerBoxed {
        margin: 3px;
        border-width: 1px;
        border-color: black;
        border-style: solid;
        padding: 3px;
        background-color: white;
        min-width: 500px;
        min-height: 100px;
}

.historyNavigationLink {
        text-align: center;
        font-size: 11px;
        margin-left: auto;
        margin-right: auto;
}

.errorBoxLayout {
        margin-left: auto;
        margin-right: auto;
        width: 500px;
}

.warningETA {
        color: #ff0000;
        font-weight: bold;
}
.bolderETA {
        color: #E36C0A;
        font-weight: bold;
}
.frozenETA {
    color: #006195;
    font-weight: bold;
}

a.DepartmentManager {
    color: #007729;
    font-weight: bold;
}


.PostUpgradeWarning {
    border: 5px solid red;
    padding: 5px;
}

.warnBox{
    margin-top: 10px;
    width: 100%;
}

.warnMessage{
    margin-top: 3px;
    border: 1px solid #5F636A;
    padding: 5px;
}

.warn-line{
    margin-top: 3px;
}
.warn-first{
    margin-left: 0;
    border: 3px solid red;
    width: 70%;
    float: left;
}
.warn-second{
    margin-left: 71%;
    width: 29%;
    float: none;
}

.warnNotification {
    padding: 3px;
    color: red;
    font-weight: bold;
}

.warnExpiration{
    margin-top: 3px;
    border: 1px solid #5F636A;
    padding: 3px;
}

.warnButtons{
    padding: 3px;
}



/* Not found messages instead of lists */
.none {
        font-style: italic;
}

/* --------------------------------------------------------- Login box */
.loginBoxLayout,
.getPasswordLayout {
  margin: 0 auto;
  padding: 75px 0 0;
  width: 350px;
}
.loginBoxLayout .boxLayout,
.getPasswordLayout .boxLayout {
  margin: 0;
}
.loginBoxLayout .boxHeader,
.getPasswordLayout .boxHeader {
  border: 1px solid #5d1313;
  padding: 3px 3px 5px;
  background: #9d2121;
  background: linear-gradient(to bottom, #b41c1b, #9d2121);
}
.loginBoxLayout .boxTitle,
.loginBoxLayout .boxControl,
.getPasswordLayout .boxTitle,
.getPasswordLayout .boxControl {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.loginBoxLayout .boxTitle img,
.getPasswordLayout .boxTitle img {
  margin: 2px 0 0;
  vertical-align: top;
}
.loginBoxLayout .boxControl a,
.loginBoxLayout .boxControl a:hover,
.getPasswordLayout .boxControl a,
.getPasswordLayout .boxControl a:hover {
  text-decoration: none;
  color: #fff;
}
.loginBoxLayout .boxContent,
.getPasswordLayout .boxContent {
  border: 1px solid #5f636a;
  border-width: 0 1px 1px;
  padding: 7px 7px 5px;
  background: #f4f7fc;
}
.loginBoxLayout table {
  width: 100%;
}
.loginBoxLayout .loginFormLayout td,
.loginBoxLayout table td,
.getPasswordLayout table td {
  padding: 3px;
}
.loginBoxLayout .loginFormLayout input,
.getPasswordLayout table input {
  border: 1px solid #969ba3;
  border-color: #6e747e #969ba3 #a6abb1;
  padding: 2px;
  width: 170px;
  font-weight: bold;
}
.loginBoxLayout .loginFormLayout a {
  font-weight: bold;
}
.loginBoxLayout .submitButton input,
.getPasswordLayout .submitButton input {
  min-width: 72px;
}
.loginBoxLayout .submitButton input,
.loginBoxLayout .getPasswordLayout input {
  min-width: 54px;
}
*+html .loginBoxLayout .submitButton input,
*+html .getPasswordLayout .submitButton input {
  min-width: 72px;
}
* html .loginBoxLayout .submitButton input,
* html .getPasswordLayout .submitButton input {
  min-width: 72px;
}
.loginFormLayout .value a {
  display: block;
  margin: 10px 0;
  font-weight: normal;
  text-decoration: underline;
}
.center {
  text-align: center;
}
.loginBoxError {
  margin: 0;
  padding: 0;
  text-align: left;
}

/* --------------------------------------------------------- Password reminder */
.getPasswordLayout {
  width: 500px;
}
.getPasswordLayout .label {
  width: 190px;
}
/* Plain text messages in RT */
.plainText {
  margin: 8px;
}

/* --------------------------------------------------------- Footer */

/* HIDDEN FOR NOW */

.footerContainer {
  position: relative;
  border-top: 1px solid #d7dbe1;
  margin-top: -23px;
  padding: 4px 5px 0;
  height: auto !important;
  height: 18px;
  min-height: 18px;
  font-size: 10px;
}
.bpscredits {
  float: left;
  padding: 0;
  color: #6e7279;
}
.swcredits {
  float: right;
  padding: 0;
  color: #6f737a;
}
.footerContainer a {
  text-decoration: none;
  font-weight: bold;
  color: #3d72d4;
}
.footerContainer a:hover {
  text-decoration: none;
  color: #77a0ec;
}
.page-stats {
  float: right;
  padding: 0 5px;
  font-size: 10px;
  color: #6e7279;
  text-align: center;
}

/* --------------------------------------------------------- Misc */

.wrapper {
  width: 1px;
  height: 1px;
  clear: both;
  border-width: 0px;
  background-color: transparent;
  visibility: hidden;
  margin: -1px 0 0;
  padding: 0;
  display: block;
}

.noBreak {
        white-space: nowrap;
}




/* --------------------------------------------------------- Tickets list items colors */
.overdue {
        color: red;
}

.queue {
        color: #A20D11;
        font-weight: bold;
}
.topCustomer{
        background-color: #f7be81;
}

.YellowTicket{
		background: #dff0d8;
}

.owner-online {
        color: #003A59;
        font-weight: bold;
}

.owner {
        color: #4C87A6;
}

.status {
        color: #000000;
        font-weight: bold;
}

.inputText {
        text-align: right;
}

.tableHeader {
        background-color: #dddddd;
        color: #000000;
        font-weight: bold;
}

.objectProperty {
        color: #000000;
        font-weight: bold;
}

.tmTaskStatusOK {
        color: #347C17;
        font-weight: bold;
}

.tmTaskStatusError {
        color: #FF0000;
        font-weight: bold;
}

.tmTaskStatusStopped {
        color: #151B8D;
        font-weight: bold;
}

.tmTaskStatusExecuting {
        color: #F88017;
        font-weight: bold;
}

.tmTaskStatusPlanned {
        color: #000000;
        font-weight: bold;
}

.hiddenBtn{
    width: 0px;
    height: 0px;
    display: none;
}

.warningBig {
    font-size: 1.6em;
    text-align: center;
    color: red;
    font-weight: bold;
}

div.Calendar {
    position: absolute;
    left: 500px;
    top: 200px;
    display: none;
    z-index: 10;
}

div.PopupsDiv {
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 200px;
    top: 100px;
    display: none;
    width: 840px;
    z-index: 10;
}

div.PopupContent {
    overflow: auto;
    height: 400px;
}

.helpTable {
    border: 1px solid #8A9992;
    background-color: #FFFFFF;
    padding: 1px 1px;
    text-align: left;
    vertical-align: top;
}

.distributionValue {
    width: 30px;
    background-color: #C5CBC9;
}

input.ss_report_action {
    font-weight: bold;
}

td.SSReportFieldRequired {
    background: #ff4141;
}

td.SSReportDuplicatedInside {
    background: #FFAB00;

}
td.SSReportDuplicatedOutside {
    background: #4141FF;
}
td.SSReportDuplicatedBoth {
    background: #5229a3;
}

.SSReportAsPlain td {
    padding-right: 7px;
}

#FullScreenTickets {
    background: #FFFFFF;
    /*margin: 3px 0px 10px 3px;*/
        border-bottom: 1px solid #8A9992;
        border-left: 1px solid #8A9992;
        border-right: 1px solid #8A9992;
        background-color: #F4F4F4;
}

.font15px {
    font-size: 15px;
}

table.schedule {
    background: #000000;
}

table.schedule tr {
    background: #ffffff;
}

table.schedule tr.schedule_header {
    background-color: #EFEFEF;
    font-weight: bold;
}

table.schedule tr.modified_rows{
    background: #ddaaaa;
}

table.schedule tr:hover {
    background-color: #D8E4F0;
}

table.schedule tr.schedule_header:hover {
    background-color: #EFEFEF;
}

table.schedule td {
    padding: 5px;
}

table.schedule td.header_today {
    background: #aaaadd;
}
table.schedule td.header_holiday {
    background: #ddaaaa;
}

div.SurveyQuestion {
    padding: 10px;
    margin: 2px;
}

div.SurveyQuestionLeft {
    margin-left: 3%;
    padding-top: 2px;
}

span.red {
    color: #FF0000;
}

div.inline {
    display: inline;
}

img.actionIcon {
    cursor:pointer;
}

.actionIcon  {
    vertical-align: middle;
}


/* */

.boxLayout {
        margin: 3px 0px 10px 3px;
}
.boxHeader {
  border: 1px solid #5f636a;
  background: #585c62;
  color: #fff;
  padding: 3px;
}
.boxHeader a {
  color: #e0e8f1;
}
.boxHeader a:hover {
  color: #fff;
}
.boxHeaderUnbordered {
        background-color: #C5CBC9;
        color: #443C3E;
        font-weight: bold;
        padding: 3px 3px 3px 3px;
        border-bottom: 1px solid #8A9992;
        border-top: 1px solid #8A9992;
}
.boxTail {
        background-color: #C5CBC9;
        color: #443C3E;
        font-weight: bold;
        padding: 3px 3px 3px 3px;
        border-bottom: 1px solid #8A9992;
        border-left: 1px solid #8A9992;
        border-right: 1px solid #8A9992;
}
.boxControl {
  float: right;
  color: #e0eaf1;
  vertical-align: middle;
  padding: 0 0 0 5px;
}

.boxTitle {
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;
  font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

.boxTitleBig {
    padding-left: 5px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.boxControl a {
  color: #e0eaf1;
  font-weight: bold;
}
.boxControl a:hover {
  color: #fff;
}

.boxNavigationLinkTop, .boxNavigationLinkBottom {
    text-align: center;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
}

.selectedLink {
}
/*
.boxTitle a {
        color: #443C3E;
        text-decoration: underline;
}
.boxTitle a:hover {
        color: #443C3E;
        text-decoration: underline;
}
*/

.submitButton {
  margin: 0;
  padding: 0;
}
.submitButton input {
  border: 1px solid #848a93;
  margin: 0;
  padding: 0 10px;
  font-weight: normal;
  height: 22px;
  outline: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@-moz-document url-prefix() {
  .submitButton input { padding: 0 10px 3px 10px; }
}
input[type="text"], input[type="password"]{
    padding-left:2px;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  border: 1px solid #848a93;
  font-weight: normal;
  outline: 0;
  background-size: 100% 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.submitLayout {
  border-top: 1px solid #d5dce3;
  margin: 5px 0 0;
  padding: 7px 0 0;
  text-align: right;
}


.commonSubmitButtons {
        color: #000000;
        font-weight: bold;
        vertical-align: middle;
}

.boxContent {
  border: 1px solid #5f636a;
  border-width: 0 1px 1px;
  padding: 8px;
  background: #f3f6fb;
}

/* /Elements/ListActions css style*/

.actionsList {
}

.actionNotify {
        color: #005482;
        margin: 0 5px;
}

div.actionNotify{
    border: 3px double green;
    width:50%;
}

.actionError {
        margin: 0 5px;
        color: #ED1E24;
        font-weight: bold;
}
div.actionError{
    border: 3px double red;
    width:50%;
}

.actionWarning {
    margin: 0 5px;
    color: #ffab00;
    font-weight: bold;
}

.transactionLayout {
  border-left-width: 20px;
  border-left-style: solid;
  border-color: black;
  border-top: 1px solid #e2e6ea;
}

/* Transaction left border color */
.typeReasontext {
    border-left-color: #C80000;
}
.typeInbound {
  border-left-color: #feca67;
}
.typeOutgoing {
        border-left-color: #7FA2B7;
}
.typeOwner {
        border-left-color: #CCCCCC;
}
.typeLink {
        border-left-color: #ffffff;
}
.typeStatus {
        border-left-color: #0083C6;
}
.typeSet {
  border-left-color: #a3ccff;
}
.typeDefault {
  border-left-color: #cbd0d4;
}
.typeUndelivered {
    border-left-color: #ff0000;
}
.typeBounce {
    Border-left-color: #ff0000;
}

.transactionNum {
  width: 16px;
  padding: 1px 2px 2px;
  margin-left: -16px;
  display: inline;
  float: left;
}
.transactionNum a {
  font-weight: bold;
  color: #31363e;
}

.transactionHeader {
        padding: 3px 0;
}

.transactionContent {
  padding: 3px;
  border-top: 1px dashed #a7d3ff;
}

.transactionDate {
        white-space: nowrap;
        font-family: monospace;
        display: inline-block;
}

.transactionSince {
        background-color: #ddf;
        width: 74px;
        white-space: pre;
        font-family: monospace;
        display: inline-block;
        padding-left: 5px;
        border-radius: 4px;
}

.transactionBreif {
        font-weight: bold;
        color: #203039;
        padding: 3px 3px 3px 10px;
        display: inline;
}
.transactionTimeTaken {
        font-weight: bold;
        padding: 3px 3px 3px 60px;
        display: inline;
}
.transactionCommands {
        padding: 0px 3px 3px 3px;
        float: right;
        font-weight: bold;
        color: #3278b3;
}
.transactionCommands a {
  color: #3278b3;
  font-weight: bold;
}
.transactionCommands a:hover {
  color: #6aafea;
}


/* Attachments */
div.messagebody {
        font-family: "Courier New", Courier, monospace;
        font-size: 12px;
        padding-left: 10px;
}

div.messagestanza0 {
        color: #000000;
}
div.messagestanza1 {
        color: #660000;
}
div.messagestanza2 {
        color: #006600;
}
div.messagestanza3 {
        color: #000066;
}
div.messagestanza4 {
        color: #cc0000;
}
div.messagestanza5 {
        color: #00cc00;
}
div.messagestanza6 {
        color: #0000cc;
}
div.messagestanza7 {
        color: #ff0000;
}
div.messagestanza8 {
        color: #00ff00;
}
div.messagestanza9 {
        color: #0000ff;
}
div.stanza_block_padded {
    padding: 6px;
    margin-top: 5px;
}
div.stanza_block_unpadded {
}

div.stanzamenu{
    color: #cc0000;
    padding: 5px;
    height: 12px;
}
div.stanzamenu .slink {
        color: #00cc00;
        font-weight:bold;
}
div.stanzamenu .slink a{
        color: #a94442;
        font-weight:bold;

}
div.stanzamenu .a {
      color: #cc0000;
}

/* Download attachment link */
div.downloadattachment a {
  text-align: right;
  font-weight: bold;
}

div.downloadattachment {
  text-align: right;
  color: #31363e;
  background: #feffd1;
  padding: 3px;
}

div.untitled {
    background: transparent;
}

div.downloadcontenttype {
}

/*CSS for /Elements/SelectMembers */
.selectMembers select {
        width: 200px;
}

#InactivityWindowSlider {
             position: relative;
             top: 12px;
             margin-left: 5px;
             height: 13px;
             width: 13px;
             z-index: 1111;
}
#InactivityWindowScrollBar {
               position: relative;
               font-size: 1px;
               line-height: 0;
             top: 20px;
             left: 5px;
             width: 195px;
             height: 2px;
             background: #d0d0d0;
}
#InactivityWindowButton {
            position: relative;
            z-index: 9999;
             margin-top: 12px;
}

/* <<< time tracker */
/* Platinum Partner */
.customerType4 {
        padding: 0 2px;
        background-color: #777777;
}

/* Gold partner */
.customerType5 {
        padding: 0 2px;
        background-color: #FFCC00;
}

/* Enterprise gold */
.customerType10 {
        padding: 0 2px;
        background-color: #FFCC00;
}

/* Enterprise silver */
.customerType11 {
        padding: 0 2px;
        background-color: #BBBBBB;
}

/* Enterprise Platinum */
.customerType12 {
        padding: 0 2px;
        background-color: #777777;
}

/* Elite */
.customerType14 {
        padding: 0 2px;
        background-color: #FF6600;
}

/* Gold w/o commitment */
.customerType15 {
        padding: 0 2px;
        background-color: #FFCC00;
}

/* Solution email*/
.customerType16 {
        padding: 0 2px;
        background-color: #00FFCC;
}

/* Solution Phone */
.customerType17 {
        padding: 0 2px;
        background-color: #009999;
}

/* Enterprise */
.customerType8 {
        padding: 0 2px;
    background-color: #BBBBBB;
}

.SP_Paid {
/*  background-color: #D7DF01; */
}

.SP_Free {
    background-color: #D0F5A9;
}

div.StepComment{
    width:90%;
    background-color: #ffff99;
    border: 1px dotted black;
    padding: 5px;
}

/* customfields view redesign */
.ticket-customfields-part {
    width: 100%;
    clear: both;
}

.ticket-customfields-part .customfield-line {
    width: 100%;
    clear: both;
    padding: 0px;
    padding-top: 3px;
}

.ticket-customfields-part .customfield-line .cf-label {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	text-align: right;
	/*width: 40%;*/
	float: left;
	clear: both;
}

.ticket-customfields-part .customfield-line-CUSTOMFIELDS .cf-label {
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    text-align: right;
    width: 29%;
    float: left;
    clear: both;
}

.ticket-customfields-part .customfield-line-BASIC .cf-label {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	text-align: right;
	/*width: 20%;*/
	float: left;
	clear: both;
}

.ticket-customfields-part .customfield-line-TIMINGS .cf-label {
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    text-align: right;
    width: 20%;
    float: left;
    clear: both;
}



.ticket-customfields-part .customfield-line .cf-values {
    margin: 0px;
    margin-left: 41%;
    padding: 0px;
    text-align: left;
    width: 59%;
    float: none;
}

.ticket-customfields-part .customfield-line-CUSTOMFIELDS .cf-values {
    margin: 0px;
    margin-left: 30%;
    padding: 0px;
    text-align: left;
    width: 70%;
    float: none;
}

.ticket-customfields-fields  .first-column  * .cf-values-check {
    float: left;
    margin-left: 0;
    width: 49%;
    text-align: left;
}

.ticket-customfields-fields  .first-column  * .cf-check {
    padding: 0px;
    margin: 0px;
    margin-left: 80%;
    width: 19%;
    float: none;
    text-align: left;
    font-weight: bold;
}

.ticket-customfields-part .customfield-line-BASIC .cf-values {
    margin: 0px;
    margin-left: 21%;
    padding: 0px;
    padding-top: 2px;
    text-align: left;
    width: 79%;
    float: none;
}



.ticket-customfields-part .customfield-line .cf-values-text {
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    text-align: left;
    width: 59%;
    float: none;
}


.ticket-customfields-part .customfield-line .cf-values .cf-values-text ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.ticket-customfields-part .customfield-line .cf-values .cf-values-text ul li {
    margin: 0px;
    margin-left: 3px;
    display: inline;
    padding: 0px;
    padding-left: 5px;
    text-align: left;
    list-style: disc;
    list-style-position: inside;
}

.ticket-customfields-part .customfield-line .cf-values .cf-values-editor fieldset {
    border : none;
}

.customfield-line .cf-values-check .cf-values-editor {
    width: 100%;
    overflow: hidden;
}

.customfield-line .cf-values-check .cf-values-editor select {
    width: 100%;
}

.customfield-line .cf-values-check .cf-values-editor input {
    width: 100%;
}

.customfield-line .cf-values-check .cf-values-editor textarea {
    width: 100%;
}

.ticket-basics-fields {
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
}

.ticket-jumbo-fields {
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
}

.ticket-timings-fields {
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
}

.ticket-update-fields {
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
}

.ticket-triage-fields {
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
}

.first-column {
    margin: 0px;
    padding: 0px;
    width: 59%;
    float: left;
    overflow: hidden;
}

.second-column {
    margin: 0px;
    padding: 0px;
    width: 39%;
    margin-left: 61%;
    float: none;
    overflow: hidden;
}

.ticket-jumbo-fields  .first-column {
    width: 40%;
}

.ticket-jumbo-fields  .second-column {
    margin-left: 40%;
    width: 59%;
}

.ticket-timings-fields  .first-column {
    width: 100%;
}

.ticket-update-fields  .first-column {
    width: 48%;
}

.ticket-update-fields  .second-column {
    margin-left: 49%;
    width: 50%;
}

.ticket-triage-fields  .first-column {
    width: 100%;
}

.ticket-basics-form {
    display: block;
    width: 100%;
}

.ticket-timings-form {
    display: block;
    width: 100%;
}

.form-line {
	width: 100%;
	padding-top: 5px;
	clear: both;
}

.form-line .form-label {
    width: 20%;
    float: left;
    text-align: right;
}

.form-line .form-value {
    padding: 0px;
    margin: 0px;
    margin-left: 21%;
    width: 77%;
    float: none;
    text-align: left;
    font-weight: bold;
}

.ticket-jumbo-fields  .first-column  .form-line .form-label {
    width: 40%;
}

.ticket-timings-fields  .first-column  .form-line .form-label {
    width: 35%;
    text-align: left;
}

.ticket-timings-fields  .first-column  .form-line .form-value {
    margin-left: 36%;
    width: 64%;
    text-align: left;
}

.ticket-timings-fields  .first-column  * .cf-label {
    width: 35%;
    text-align: left;
}

.ticket-timings-fields  .first-column  * .cf-values {
    margin-left: 36%;
    width: 64%;
    text-align: left;
}

.ticket-update-fields .form-line .form-label {
    width: 15%;
    text-align: left;
}

.ticket-update-fields .form-line .form-value {
    margin-left: 16%;
    width: 84%;
    text-align: left;
}

.ticket-update-fields  .second-column * .cf-label {
    width: 15%;
    text-align: left;
}

.ticket-update-fields  .second-column * .cf-values {
    margin-left: 16%;
    width: 84%;
    text-align: left;
}

.ticket-triage-fields  .first-column  .form-line .form-label {
    width: 29%;
    text-align: left;
}

.ticket-triage-fields .form-line .form-value {
    margin-left: 30%;
    width: 49%;
    text-align: left;
}

.ticket-triage-fields .form-line .form-value-check {
    float: left;
    margin-left: 0;
    width: 49%;
    text-align: left;
}

.ticket-triage-fields .form-line .form-check  {
    padding: 0px;
    margin: 0px;
    margin-left: 80%;
    width: 19%;
    float: none;
    text-align: left;
    font-weight: bold;
}

.ticket-triage-fields  .first-column  * .cf-label {
    width: 29%;
    text-align: left;
}

.ticket-triage-fields  .first-column  * .cf-values {
    margin-left: 30%;
    width: 49%;
    text-align: left;
}

.ticket-triage-fields  .first-column  * .cf-values-check {
    float: left;
    margin-left: 0;
    width: 49%;
    text-align: left;
}

.ticket-triage-fields  .first-column  * .cf-check {
    padding: 0px;
    margin: 0px;
    margin-left: 80%;
    width: 19%;
    float: none;
    text-align: left;
    font-weight: bold;
}

.form-value select, .cf-values select {
    width: auto;
    max-width: 100%;
}


.ETA-line {
    width: 100%;
    padding-top: 1px;
    clear: both;
    font-size: 130%;
}

.ETA-line .ETA-label {
    float: left;
    margin-left: 7px;
}

.ETA-line .ETA-comma {
    float: left;
    margin-left: 3px;
}

.ETA-line .ETA-value {
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    float: left;
    text-align: left;
    font-weight: bold;
}

.clearfloat {
    border:0px dotted black;
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    margin:0;
    padding:0;
}

.TPImageLink {
    color: gray;
    text-decoration: underline;
    white-space: nowrap;
    padding: 0px;
    padding-left: 12px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right:3px;
}

.ScheduleAlert {
    border: 5px solid #22B150;
    padding: 4px;
    margin-bottom: 8px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font: bold 14px sans-serif;
    color: #22B150;
}

textarea.SummaryCommentBigger {
    width: 600px;
    height: 600px
}

.QuickSearch th {
    white-space: normal;
    text-align: center;
}

.HelpdeskDashboard th {
    white-space: normal;
    text-align: center;
}

.bgPink {
    background: #e0b0b0;
}

.DynamicControlsPlat{
    text-align: center;
    vertical-align:middle;
    font-weight:bold;
    background-color: white;
}

/*
#TP_Request_Description_Text div {
    max-width: 1024px;
}
*/

#TP_Request_Description_Text .TP-request-content-wrapper {
    max-width: 1024px;
    overflow: auto;
}

/* TP #100643 */
div.pageLayout>div.pageContainer>div.pageContentLayout div.boxLayout>div.boxContent div.transactionContent>div.messagebody div[class^="messagestanza"] { word-wrap: break-word; }
div.pageLayout>div.pageContainer>div.pageContentLayout form[id^="Ticket"] .boxLayout textarea.messagebox { height: 600px; width: 100%; }
div.pageLayout>select { width: auto;  max-width: 100%; }
div.pageLayout { min-width: 600px; }
.boxContent form table { width: 100%; }
.cf-values .cf-values-editor input[type="text"]:not([class="datetime-picker-input"]),
.cf-values .cf-values-editor input:not([type]) { width: 100%; }

.JiraSearchWhereOption{
    display:inline-block;
    overflow: hidden;
    padding: 3px;
    margin: 3px;
    float:left;
}

.JiraSearchWhereOptionText{
    display:inline-block;
    float:none;
    clear:both;
}
.tag_control_select{
    margin:10px;
}


.DSAT-form {
    max-width: 640px;
    display: block;
    background: white;
    border-radius: 4px;
}

.DSAT-forms {
    float: none;
    clear: both;
}

.DSAT-forms div {
    margin-bottom: 6px;
}

.DSAT-form .DSAT-form-line {
    width: 100%;
    float: none;
    clear: both;
}

.DSAT-form .DSAT-form-line .label {
    width: 120px;
    float : left;
    padding-top: 3px;
}

.DSAT-form .DSAT-form-line .value {
    margin-left: 140px;
    max-width: 490px;
    float: none;
}

.DSAT-form .DSAT-form-line .text-value {
    margin-left: 140px;
    max-width: 490px;
    float: none;
    padding-top: 3px;
}

.DSAT-form .DSAT-form-line.submit {
    text-align: right;
    padding-right: 24px;
}

.DSAT-form .DSAT-form-line.submit input {
    margin: 6px;
    font-weight: bold;
    font-size: 110%;
}

.red_alert_icon{
    color: #f00;
    font-size: 1.7em !important;
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
}

.green_alert_icon{
    height:16px;
    width:16px;
    text-align:center;
    border-radius:16px;
    background:green;
    color:white;
    font-weight:bold;
    font-size:14px;
    display:inline-block;
    margin-left:6px;
    cursor:pointer;
}

.gray_alert_icon{
    height:16px;
    width:16px;
    text-align:center;
    border-radius:16px;
    background:gray;
    color:white;
    font-weight:bold;
    font-size:14px;
    display:inline-block;
    margin-left:6px;
    cursor:pointer;
}

.transparent_alert_icon{
    height:16px;
    width:16px;
    text-align:center;
    background:transparent;
    display:inline-block;
    margin-left:6px;
    cursor:pointer;
}

.product-template-control {
}

.add-item-link,
.add-item-link:hover{
    color: white;
    background: green;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    font-size:13px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.add-item-link:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.remove-item-link,
.remove-item-link:hover {
    color: white;
    background: red;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    font-size:14px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.remove-item-link:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.product-template-pair-product {
    display: inline-block;
    width: 300px;
    font-weight: bold;
    margin: 0px;
    padding: 3px;
}

.product-template-pair-template {
    display: inline-block;
    /* width:600px; */
    font-weight: bold;
    margin: 0px;
    padding: 3px;
}
#PasswordCheck {
    display:none;
    position:absolute;
    margin-left:130px;
    margin-top:-80px;
    border:1px solid black;
    width:auto;
    height:auto;
    background:white;
    border-radius:5px;
    padding: 3px;
}
#PasswordCheck li{
    padding:3px 10px 3px 10px;
    margin:2px;
    border-radius:5px;
    font-size: 8pt;
    color:black;
    font-weight: normal;
    list-style-type: none;
}
#PasswordCheck h3,
#PasswordCheck p {
    margin:0px;
    color: black;
}

#PasswordCheck .insecure{
    background-color: #FDD;
    border: 3px solid #D55;
}
#PasswordCheck .warning{
    background-color: #DDF;
    border: 2px solid #AAC;
}
#PasswordCheck .advice,
#PasswordCheck .achievement{
    background-color: #DFD;
    border: 1px solid #ACA;
}
#PasswordCheckResult li{
    font-size:10pt;
}

#PasswordCheckResult span{
    font-weight: bold;
}

.getReportLayout {
  margin: 0 auto;
  padding: 75px 0 0;
  width: 65%;
}
.getReportLayout .boxHeader {
  border: 1px solid #5d1313;
  padding: 3px 3px 5px;
  background: #9d2121;
}
.getReportLayout .boxTitle,
.getReportLayout .boxControl {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

textarea.CFWikiText {
  width: 95%;
  height: 100px;
}

.highlightedControl{
    background-color:pink
}

a.closed {
    color: red;
}

.KCSbox .kcs_edit_page {
    width: 760px;
    height: 570px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 3px;
    resize: both;
}

.KCSbox .ticket_float_page {
  width: 100%;
  height: 570px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3px;
  resize: both;
}

.right_panel_switch {
    position: fixed;
    right: -7px;
    top: 45%;
    border: 0px;
}

.left_panel_switch {
        position: fixed;
        left: -7px;
        top: 45%;
        border: 0px;
}

.left_side_panel {
    min-width: 500px;
    position: fixed;
    left: 30px;
    top: 130px;
}

.right_side_panel {
    min-width: 900px;
    resize: both;
    position: fixed;

    top: 130px;
}

.preview_panel {
    position: fixed;
    top: 29px;
    left: 570px;
    resize: both;
}

div.kcs_search_item {
	width:450px;
	background-color: white;
	border: solid;
	border-width: 1px;
	border-color: #9d2121;
	border-radius: 5px;
        font-size:120%;
    padding: 10px;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
}

li.kcs_engines_item {
    display:inline;
    list-style: circle inside;
    margin-right:10px;
    font-size:120%;
}

.kcs_engines_list {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
}

.kcs_revisions_list {
    display: inline;
    list-style: circle inside;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 150%;
}
.kcs_revisions_list a {
	border: solid;
	border-width: 1px;
	border-color: #9d2121;
	padding: 2px;
	color: gray;
}

.kcs_environment_item {
	color: white;
	background: #9d2121;
	border: solid;
	border-color: #7c0000;
	border-width: 2px;
	margin-top:3px;
	margin-bottom:5px;
	padding:2px;
}

.kcs_article_item {
	background-color: white;
	border: 1px solid #9d2121;
	border-radius: 5px;
	margin: 0px;
	cursor: pointer;
	width: 210px;
	min-height: 50px;
	font-size: 130%;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
	padding: 3px;
}
.kcs_article_item.active {
    border-width: 3px;
}

.kcs_preview_content {
    height: 520px;
    width: 400px;
    overflow:auto;
    resize: both;
}

.kcs_search_results {
    word-wrap: break-word;
    overflow-y: auto;
    margin: 5px;
    min-height: 10px;
    resize: vertical;
}

.kcs-search-arttype {
    display: inline-block;
    border-radius: 3px;
    padding: 5px;
    font-weight: bold;
    margin: 1px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.KCSbox {
    z-index: 100;
}

.KCSbox .boxHeader {
	border: 1px solid #5d1313;
	padding: 3px 3px 5px;
	background: #9d2121;
  background: linear-gradient(to bottom, #b41c1b, #9d2121);
}

.KCSbox .boxContent {
    background: #f8f8f8;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
    height: 100%;
}

.KCSbox .boxLayout {
    height: 100%;
}


.article_preview_panel {
    position: fixed;
    top: 50px;
  height: 80%;
    width: 780px;
    z-index: 200;
}

.KCSbox input[type="button"], .KCSbox button, .KCS_Buttons button .KCSFullEdit input[type="button"], .KCSFullEdit button, .KCS_Buttons button{
	background: #9d2121;
	border: 2px solid #7c0000;
	color: white;
/*	padding: 0px 3px;*/
	border-radius: 5px;
	margin: 1px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.KCSbox button.grey, .KCSFullEdit button.grey {
        border-color: #505050;
    background: #808080;
}

.KCSbox button.grey:hover, .KCSFullEdit button.grey:hover{
    background: #a0a0a0;
}


.KCSbox input[type="button"]:hover, .KCSbox button:hover, .KCSFullEdit button:hover{
        background: #c34646;
}

.KCSbox .selectedText {
	color: white;
	background: #9d2121;
	border: solid;
	border-color: #7c0000;
	border-radius: 5px;
	padding: 0px 3px;
	border-width: 2px;
	-webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.KCSbox .inactiveText {
        color: white;
        background: grey;
        border: solid;
        border-color: #505050;
        border-width: 2px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    user-select: none;
}

#ArticleEnvironments{
	width:97%;
 	background-color: #f8f8f8;
 	border: 1px solid #9d2121;
	border-radius:5px;
	min-height:35px;
}

.KCSFullEdit #ArticleEnvironments {
    width: 900px;
}

#RelatedArticles {
  width: 97%;
  background-color: #f8f8f8;
  border: 1px solid #9d2121;
  border-radius: 5px;
  min-height: 35px;
}

.KCSFullEdit #RelatedArticles {
  width: 900px;
}

.KCSFullEdit #KCS_SearchWords {
  width: 900px;
}

.KCSFullEdit .KCS-ArticleEdit-SearchWords-wrapper{
  width: 900px;
}

.kcs-right-group-buttons {
  text-align: right;
  float: right;
}

.kcs-right-button {
  display: inline-block;
}

.kcs-warning {
  padding: 20px 5px;
  text-align: center;
  font-size: 1.2em;
}

.kcs-triangle-icon {
  font-size: 2.5em !important;
  float: left;
  /*color: #FBD233;*/
  color: #f00;
}

.lt-span-icon {
  display: inline-block;
  width: 12px;
  /*padding-top: 1px;*/
}

.red-box {
  background: #ED0025;
}

.bug-color {
  color: brown;
}

.toogle-on {
  font-size: 1.5em !important;
  color: #D6D8E1 !important;
}

.toogle-on:hover {
  color: #2D94F9 !important;
}

.toogle-off {
  font-size: 1.5em !important;
  color: #E98795 !important;
}

.toogle-off:hover {
  color: #2D94F9 !important;
}

.hidden {
  display: none;
}

.panel-main {
  border-color: #5E636B !important;
}

.panel {
    border: 1px solid transparent !important;
    border-color: #337ab7 !important;
    border-radius: 4px !important;
}

.panel-heading {
    border-bottom: 1px solid transparent !important;
    padding: 3px 5px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

a.AE_Button{
    float:right;
    margin:5px;
    clear:right;
}

a.RA_Button {
  float: right;
  margin: 5px;
  clear: right;
}

textarea.markItUpEditor[readonly]{
    background-color: #ddd
}

#ArticleEnvironments ul{
    list-style-type:none;
    padding-left: 3px;
    margin: 3px;
    margin-left: 0;
}

#ArticleEnvironmentsEdit {
    min-height: 55px;
}

#ArticleEnvironmentsEdit div{
    display:inline-block;
    height:21px;
}

#ArticleEnvironmentsView div{
    display:inline-block;
    border-radius:5px;
    padding: 3px 5px;
    margin: 1px;
    background-color: white;
    border: 1px solid grey;
}

#RelatedArticles ul {
  list-style-type: none;
  padding-left: 3px;
  margin: 3px;
  margin-left: 0;
}

#RelatedArticlesEdit {
  min-height: 55px;
}

#RelatedArticlesEdit div {
  display: inline-block;
  border-radius: 5px;
  padding: 3px 5px;
  margin: 1px;
  background-color: white;
  border: 1px solid grey;
}

#RelatedArticlesView div {
  display: inline-block;
  border-radius: 5px;
  padding: 3px 5px;
  margin: 1px;
  background-color: white;
  border: 1px solid grey;
}

.input-related-article {
  display: inline-block;
  border-radius: 5px;
  padding: 3px 5px;
  margin: 1px;
  background-color: white;
  border: 1px solid grey;
}

.ra-block {
  padding: 5px;
}

.ra-hash {
  background-color: #3879d9 !important;
  color: #fff;
  overflow: hidden;
}

.ra-hash-input {
  background-color: #3879d9 !important;
  color: #fff;
  overflow: hidden;
  display: inline !important;
}

.ra-id {
  width: 5%;
  padding: 3px 5px !important;
  overflow: hidden;
}

.ra-title {
  width: 70%;
  overflow: hidden;
}

.ra-delete {
  overflow: hidden;
}

.AEProductProduct{
    width:55%;
}
.AEProductVersion{
    width:15%;
}
.AEProductOs{
    width:15%;
}
.KCS_Search_Result{
    min-width: 70px;
}

.ui-menu {
    font-size: 13px;
    width: 100px;

    font-family: arial, tahoma, verdana, helvetica, sans-serif;
}

#KCS_TicketMenu_AddTo_menu{
    display:inline-block;
    padding:1px;
    text-align:center;
}

#KCS_AddTo_Menu{
	background: #9d2121;
	color:#fff;
   	border:0px;
	width: 120px;
}

#KCS_AddTo_Menu > li > a{
    line-height:1.3;
}

#KCS_TicketMenu_AddTo_menu ul {
    margin: -2px;
}

#KCS_TicketMenu_AddTo_menu a
{
    border: 2px solid #7c0000;
    color: #fff;
}

#KCS_TicketMenu_AddTo_menu a.ui-state-focus,
#KCS_TicketMenu_AddTo_menu a.ui-state-active {
    margin: 0px;
    color: #fff;
}


#KCS_TicketMenu_AddTo_menu ul ul a {
    border: 1px solid #fff;
    color: black;
    padding-left: 10px;
    overflow: hidden;
}


#KCS_TicketMenu_AddTo_menu ul ul {
    text-align: left;
    width: 220px;
    box-shadow: 5px 5px 10px;
}

#KCS_TicketMenu_AddTo_menu ul ul li {
    margin: 0px;
}


#KCS_Buttons_Float{
    border: 1px solid grey;
    background: #ddd;
    border-radius:5px;
    box-shadow: 5px 5px 10px;
    padding:5px;
    position:absolute;
}

#KCS_Selected_Jar{
    border: 1px dotted grey;
    margin-top: 3px;
    font-size: 0.8em;
    padding:3px;
    border-radius: 3px;
    max-width:160px;
    background: white;
}

.warn_internal {
    font-family: courier;
    font-weight: bold;
    color: red;
}
#KCSLifecycle{
    height:250px;
    position:relative;
}

#KCSLifecycle .FilledBox{
	position:absolute;
	display:inline-block;
	background-color: #9d2121;
    color:#fff;
    border: 1px solid red;
    margin:3px;
    border-radius: 3px;
    font-weight:bold;
    font-size: 1.5em;
    min-height: 28px;
    min-width: 30px;
    box-shadow: 3px 3px 5px grey;
    text-align: center;
    padding-top:5px;
    cursor: pointer;
}

#KCSLifecycleMatrix{
    display:inline-block;
    width:94%;
    overflow-x:auto;
    overflow-y:hidden;
    position:absolute;
    top:0;
    left:110px;
    height:250px;
    border-left:1px dotted black;
    padding-right:5px;
}

#KCSLifecycle .FilledBox.deleted{
    background-color: #eee;
    color: #aaa;
    border-color: grey;
}

#KCSLifecycle .RowTitle{
    border-bottom: 1px dotted grey;
    width: 100%;
    font-size: 1.5em;
    min-height: 35px;
    font-weight: bold;
    color: #666;
    padding-top:9px;
}

.kcs_attachments {
    position: absolute;
    width: 350px;
    left: -355px;
    top: 0px;
    font-size: 14px;
    z-index: 120;
}

.KCSFullEdit .kcs_attachments {
    position: static;
}

.KCSFullEdit .KCSbox .boxContent {
    box-shadow: 0 0 0 0 ;
}

ul.select2-choices{
    border-radius:5px;
}

.prls-float-menu {
    width: 400px;
    position: fixed;
    text-align: center;
    z-index: 130;
}

.prls-float-menu.top {
    left:50%;
    margin-left: -300px;
    top: 30px;
}

.prls-float-menu.bottom {
    left:50%;
    margin-left: -200px;
    bottom: -20px;
}
.prls-float-menu.right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    right: -260px;
    top: 50%;
}
.prls-float-menu.left {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    left: -260px;
    top: 50%;
}

input[type="button"].KCSSearchButton {
	width:200px;
	height:36px;
	background:#9d2121;
	font-size:18px;
	font-weight:bold;
	color:white;
	border: 3px solid #7c0000;
	display: inline-block;
	margin: 12px;
	cursor: pointer;
}

input[type="button"].KCSSaveButton {
    background: #7f7f7f;
    font-size: 1.2em;
    padding: 3px 20px;
    font-weight: normal;
    color: white;
    border: 2px solid #7c0000;
    display: block;
    margin: 20px;
    cursor: pointer;
}

.RevisionSaveBtnsHint {
    width:99%;
    font-size:15px;
    font-weight:bold;
    border: 1px solid #7c0000;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0 5px 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
.RevisionSaveBtns {
    width:99%;
    margin-top: 3px;
    margin-bottom: 3px;
}

#KCSPreviewIFrame{
  overflow-x:hidden;
  border:0;
  border-radius: 5px;
  width:100%;
  height:98%;
  margin:-10px 0 5px 0;
}

input.phone-field {
    max-width:60%;
    padding: 3px;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid gray;
}

a.phone-field-call-button {
    display: inline-block;
    color: white;
    background: green;
    padding: 6px;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 12px;
    border: 1px solid darkgreen;
    position: relative;
    top: -2px;
}

a.addphone {
    color: green;
    font-weight: bold;
    font-size: large;
    margin-left: 8px;
    cursor: pointer;
}

.ui-front {
    z-index: 65100;
}

.infra-call-popup-call-button {
    display: inline-block;
    background: green;
    color: white !important;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    min-width: 80px;
    text-align: center;
    border-radius: 6px;
    border: 2px solid darkgreen;
    cursor: pointer;
}

.infra-call-popup-call-button.disabled {
    cursor:default;
    background: lightgrey;
    border: 2px solid grey;
}

#infra-call-popup p {
    font-size: 14px;
    margin-bottom: 16px;
}

a.infra-call-popup-external-link {
    font-weight: bold;
    margin: 12px;
    font-size: 16px;
    color: blue;
    border-bottom: 1px dashed blue;
    padding-bottom: 3px;
}

#infra-call-popup-custom-number {
    margin-right: 6px;
    font-size: 16px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid darkgrey;
}

button.bct_menu{
  width:90%;
  margin: 5px;
}
button.bct_menu1{
  width:45%;
  margin: 5px;
}

button.active{
  background-image: linear-gradient(to bottom, #c0c0c0, #a0a0a0);
}

.lang_link {
  padding: 3px;
}

.lang_link img {
  border: 1px solid #9d2121;
}

.lang_link img.greyout {
  opacity: 0.4;
  filter: alpha(opacity=40); /* msie */
}

.lang_link.current {

}

#rel-articles table td {
  padding: 5px;
}

.red-button {
  background: #f00 !important;
}

.green-button {
  background: #0f0 !important;
}

.icon-sm-size {
  font-size: 1.2em !important;
}
.icon-md-size {
  font-size: 1.5em !important;
}
.icon-bg-size {
  font-size: 1.7em !important;
}

.fa-check-circle {
  color: #67ab48;
}

.fa-times-circle {
  color: #9d2720;
}

.fa-trash-o {
  margin-left: 5px;
  color: #000;
}

.fa-new {
  color: #888;
}

#ace-menu {
    width: 500px;
    padding: 5px 20px;
    background-color: #EBEBEB;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

legend {
  width: auto !important;
  border-bottom: 0px !important;
}

legend.legend-style {
  padding-left: 5px !important;
  padding-right: 5px !important;
  color: #888888;
  background-color: transparent;
  font-weight: bold;
}

legend.legend-style-sm {
  padding-left: 5px !important;
  padding-right: 5px !important;
  color: #888888;
  background-color: transparent;
  font-weight: bold;
  font-size: 1em;
}

legend.error {
  font-size: 1.5em;
  color: #f00;
}

fieldset.fieldset-style {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #999999;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 5px;
  margin-bottom: 15px;
}

fieldset.fieldset-style-sm {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #999999;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 5px;
  margin-bottom: 15px;
}

form input[type=text] {
  padding-left: 10px;
}

.description {
  font-family: "Courier New", Courier, monospace;
}

.panel-default > .panel-heading {
  background: #3a52a4 !important;
  background: linear-gradient(to bottom, #3a52a4, #337ab7) !important;
}

.panel-title {
  font-family: Verdana;
  font-weight: bold;
  color: #fff !important;
}

.fa-toggle-on:hover {
  color: #2D94F9 !important;
}

.fa-toggle-off:hover {
  color: #2D94F9 !important;
}

.product-group:hover {
  border-radius: 10px;
  background-color: #f4f4f4;
  /*border: 1px solid #f4f4f4;*/
  padding: 0px;
}

.product {
  padding: 30px 0px 20px;
}

.product > img {
  height: 70px;
}

.product-group a {
  color: #000;
}

input[type="radio"] {
  margin-top: 3px !important;
}

.datetime-picker-input {
  width: 50% !important;
}

#DIV_StallFor {
  background-color: #fff;
}

.iga_same {
  min-width: 100px;
  text-align: left;
}

.iga_same-xs {
  min-width: 70px;
  text-align: left;
}

#modal_mandatory_fields .iga_same {
  min-width: 150px;
  text-align: left;
}

#mandatory_fieldsets label {
  display: block;
  margin-left: 5px;
}

#mandatory_fieldsets label input {
  margin-right: 4px;
}

#modal_loader {
  display: none;
}

.modal_loader_wrapper {
  position: absolute;
  display: block;
  top: 40%;
  left: 50%;
}

/* Need to add to new main.css */
body #update_page,
body .alert {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

#other_warning {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42857143;
}

#TicketUpdate .iga_same {
  min-width: 150px;
  text-align: left;
}

#TicketUpdate .alert > div:after {
  clear: both;
  content: '';
  display: table;
}

#linked_tickets select {
  width: 75px;
}

#linked_tickets td {
  vertical-align: middle;
}

#nearest_commitment_time,
#update_content_alert,
#update_content2_alert {
  font-size: 16px;
  font-weight: bold;
}

.bootstrap-filestyle {
  width: 100%;
}

.prls-close {
  margin-top: -3px;
}

.panel-body-prls {
  padding: 0px;
}

/* workaround */
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .flag-container {
  z-index: 4;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* fin workaround */

.text-white {
  color: #fff;
}

.customer_message {
  color: #a94442 !important;
}

.panel-body .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

/* people block */
#people_list {
  margin-top: -1.1em;
}

dl.people {
  padding: 0;
  /*font-family: georgia, times, serif;*/
}

.people dt {
  font-size: 1.1em;
  position: relative;
  left: 0;
  top: 1.1em;
  width: 5em;
  font-weight: bold;
}

.people dd {
  font-size: 1.1em;
  border-left: 1px solid #000;
  margin: 0 0 0 6.5em;
  padding: 0 0 .5em .5em;
}

/* eta block */
dl.eta {
  padding: 0;
  margin-bottom: 0px;
}

.eta dt {
  font-size: 1.1em;
  float: left;
  clear: left;
  width: 130px;
  text-align: right;
  font-weight: bold;
}
.eta dt::after {
  content: ":";
}

.eta dd {
  font-size: 1.1em;
  margin: 0 0 0 140px;
  padding: 0 0 0.5em 0;
}

/* stat block */
dl.stat {
  padding: 0;
  margin-bottom: 0px;
}

.stat dt {
  font-size: 1.1em;
  float: left;
  clear: left;
  width: 300px;
  text-align: right;
  font-weight: bold;
  margin-right: 5px;
}
.stat dt::after {
  content: ":";
}

.stat dd {
  font-size: 1.1em;
  margin: 0 0 0 140px;
  padding: 0 0 0.5em 0;
}

body .ticket-alert {
  font-family: Verdana;
  font-size: 14px;
}

body #TicketUpdate {
  font-family: Verdana;
  font-size: 14px;
}

span.action {
  cursor: pointer;
}

.nobr {
  white-space: nowrap;
}

#custom_fields label,
#basic_custom_fields label {
  font-size: 12px;
  display: block;
  margin-left: 10px;
}
#custom_fields input[type=checkbox],
#basic_custom_fields input[type=checkbox] {
  margin-top: 3px;
}
#custom_fields .iga_same,
#basic_custom_fields .iga_same {
  min-width: 150px;
  text-align: left;
}

.fit_ul {
  margin: 3px;
  padding: 0px;
  list-style: none;
}

.prls-panel-body {
  margin-bottom: -15px;
}

.prls-link {
  word-wrap: break-word;
}

.box {
    padding: 0 5px 0 5px;
}

.prls-alert {
  margin-bottom: 0px;
}
.prls-alert-15 {
  margin-bottom: 15px;
}
.prls-alert-margin {
  margin-bottom: 15px;
}
.prls-alert-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.prls-alert-size {
  font-size: 12px !important;
}
.prls-table {
  margin-bottom: 0px;
}

.alert {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* buttons */
.prls-language-btn {
  padding: 3px 10px;
}

/*loader*/
@keyframes bounce {
  from {
    height: 50px;
    width: 9px;
    border-radius: 4.5px;
    background-color: #ed0000;
    opacity: 0.7;
  }
  to {
    height: 70px;
    width: 9px;
    border-radius: 4.5px;
    background-color: red;
    opacity: 1;
  }
}
@keyframes appearance {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loader {
  position: absolute;
  left: calc(50% - 22px);
  top: calc(50% - 35px);
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: show 200ms ease-in;
}
.loader__line {
  display: inline-block;
  margin: 0 3px 0 3px;
  height: 50px;
  width: 9px;
  border-radius: 4.5px;
  background-color: #ed0000;
  opacity: 0.7;
  animation: bounce infinite 550ms alternate;
  animation-timing-function: ease-in-out;
}
.loader__line:nth-child(odd) {
  animation-delay: 550ms;
}
/*loader*/

/* center old loader */
#ProgressBar {
  left: calc(50% - 68px) !important;
}

.prls-alert-bg {
  font-size: 18px !important;
}
.prls-alert-sm {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.prls-articles-tab-content {
  margin-top: 15px;
}
.prls-tab-pane {
  height: 500px;
}
.prls-articles-well {
  padding-top: 15px;
}
.prls-article-well-active {
  background-color: #dff0d8;
}
.prls-articles-description {
  min-height: 90px;
}
.prls-articles-title {
  font-size: 16px;
}

.watermark-internal {
  display: block;
  position: relative;
}
.watermark-internal::after {
  content: "Internal";
  font-size: 50px;
  color: red;
  text-align: center;
  opacity: 0.1;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.modal-header-success {
  color:#fff;
  padding:9px 15px;
  border-bottom:1px solid #eee;
  background-color: #5cb85c;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header-warning {
  color:#fff;
  padding:9px 15px;
  border-bottom:1px solid #eee;
  background-color: #f0ad4e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header-danger {
  color:#fff;
  padding:9px 15px;
  border-bottom:1px solid #eee;
  background-color: #d9534f;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header-info {
  color:#fff;
  padding:9px 15px;
  border-bottom:1px solid #eee;
  background-color: #5bc0de;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header-primary {
  color:#fff;
  padding:9px 15px;
  border-bottom:1px solid #eee;
  background-color: #428bca;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.progress-btn-striped-active {
  animation: progress-bar-stripes 2s linear infinite;
}

.kcs_articles_list {
  height: 600px;
  max-height: 600px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1400px;
  }
}

.greyout {
  opacity: 0.4;
  filter: alpha(opacity=40); /* msie */
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
       -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
          filter: grayscale(100%);
}

.popover-title {
  text-align: center;
}

.prls-style-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

#disabled-button-wrapper {
  display: inline-block; /* display: block works as well */
}

#disabled-button-wrapper  .btn[disabled] {
  /* don't let button block mouse events from reaching wrapper */
  pointer-events: none;
}

#revisions_history table td {
  height: 51px;
}

#revisions_history table tr:last-child
{
  border-bottom: 1px solid #ddd;
}

.prls-schedule-table tbody tr td, .prls-schedule-table thead tr th {
  padding: 2px;
}
.prls-schedule-table.table-hover > tbody > tr:hover > td {
  background-color: darkgrey;
  color: #eeeeee;
}
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}
.prls-kcs-dashboard-title {
  background-color: #dddddd !important;
  font-weight: bold;
  text-align: center;
}
.prls-kcs-dashboard-title td {
  color:  #696767;
}

.in-search-selected {
  font-weight: bold !important;
  background-color: #dff0d8;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
}

.statistics-details {
    margin: 0 30px 10px;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.statistics-title {
    margin-bottom: 4px;
}
.rate {
    margin-top: 0;
}

.messagebody img {
  max-width: 100%;
  height: auto;
}
.messagebody {
  overflow-wrap: anywhere;
}
.submenu {
  display: flex;
}
.prls-container {
  height: auto;
  overflow: hidden;
}
.font-weight-bold {
  font-weight: bold;
}
.time {
    min-width: 70px;
}
.text-line-through {
    text-decoration: line-through !important;
}