#viewport
{
    clear: right;
}

.x-tip-body-form-invalid, .x-tip-form-invalid
{
    height: auto !important;
}

#summary_grid .x-grid-cell-inner
{
    white-space: normal;
}

.batch_upload_good
{
    background-color: #66FF99;
}

.batch_upload_warning
{
    background-color: #FFFF99;
}

.batch_upload_error
{
    background-color: #FF6666;
}

.node_icon
{
    width: 16px;
    background-image:url('/images/icons/child_arrow.png');
}

.btn-link
{
    text-decoration: none !important;
}

#center-body
{
    background: url("/images/backgrounds/logo_tile.png") !important;
}

#center, #west
{
    background-color: white;
}

.right_info
{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #e6e6e6;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#feeds, #feeds_external
{
    background: url("/images/backgrounds/logo_tile.png");
}

/*#employee_info
{
    margin-right: 40px;
    color: white;
}

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

.btn_toggle
{
    margin-top: 2px;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#logout
{
    margin-bottom: 3px;
    margin-left: 3px;
    -webkit-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-radius: 30px;
}*/

.feeds .loading
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #fafafa;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

div.loading
{
    display: none;
}

.feeds li
{
    list-style-type: none;
}

.bubble-left,.bubble-right
{
    margin-top: 5px;
    max-width: 80%;
    clear: both;
    color: #4f4f4f;
}

.thread_owner
{
    margin: 0px 0px 10px 0px;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #cfcfcf;
    font-size: 1.1em;
}
.right-owner {
    background-color: #5AA865;
}
.left-owner {
    background-color: #3892D3;
}
.thread_owner a
{
    text-decoration: none;
}

.thread_message {
    padding: 15px;
    font-weight: normal;
}

.bubble-left
{
    margin-top: 20px;
    margin-right: auto;
    background-color: #F5F5F5;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.bubble-right
{
    margin-top: 20px;
    margin-left: auto;
    text-align: right;
    background-color: #F5F5F5;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.email-source-bubble {
    margin-top: 20px;
    margin-bottom: 15px;
    background: #f5f5f5;
    margin-left: auto;
    border-right: #5AA865 1px solid;
    border-bottom: #5AA865 1px solid;
    border-left: #5AA865 1px solid;
}

.email-source-bubble-header {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 12px;
    background: #5AA865;
    color: #fff;
    border-bottom: #cfcfcf 3px solid;
}

.email-source-bubble-body {
    font-size: 1em !important;
    padding: 25px;
}

.email-source-bubble-body font{
    font-size: 1em !important;
}

.incident_information div
{
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #ffffff;
    background-color: #3892d3;
    color: white;
}

.incident_information a
{
    text-decoration: none;
    color: white;
}

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

/*.incident_information span
{
    font-style: italic;
}*/

/* Menu */
*,
*:after,
*:before
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/*::selection
{
    background: transparent;
}

::-moz-selection
{
    background: transparent;
}*/

.wrapper-dropdown-5:focus
{
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5:focus:after
{
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5:focus .dropdown
{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

.wrapper-dropdown-5
{
    /* Size & position */
    position: relative;
    min-width: 170px;
    margin: 0 auto;
    padding: 12px 40px 12px 15px;
    z-index: 9999;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after
{ /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.wrapper-dropdown-5 .dropdown
{
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li
{
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a
{
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a
{
    border: none;
}

.wrapper-dropdown-5 .dropdown li i
{
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a
{
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active
{
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after
{
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown
{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

.x-tree-icon-leaf {
    display: none !important;
}

#service-desk-header {
    /*background: #3892D3;*/
    /*background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);*/
    /*background-color: #3c3c3c;*/
    /*padding: 10px;*/
    height: 100%;
    border-bottom: #F5F5F5 5px solid;
    height: 100px;
}

.user-name-panel
{
    font-weight: bold;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    margin-right: 10px;
    padding-top: 5px;
}

#header-options-toggle .x-btn-wrap-default-small.x-btn-arrow-right:after {
    padding-right: 0px;
    width: 0px;
}

#header-options-toggle .x-btn-arrow-right:after,
#header-options-toggle .x-btn-split-right:after {
    display: none;
}

.custom-user-btn {
    background: none;
    border: none;
    padding: 6px;
    color: #ffffff;
    border-color: #3892D3;
}
.user-options-item {
    color: #7f7f7f;
}

#logo-header-panel {
    text-align: center;
    height: 60px;
    background: #efefef;
    padding: 10px;
}

.header-logo {
    padding: 0px 20px;
}

.header-title {
    position: relative;
    top: 10px;
    color: #3f3f3f;
    font-size: 2em;
    font-weight: bold;
}

#user-options-panel {
    padding: 6px 10px;
    height: 40px;
    background: #3f3f3f;
}

#user-option-button .x-btn.x-btn-menu-active.x-btn-default-small,
#user-option-button .x-btn.x-btn-pressed.x-btn-default-small {
    background-image: none;
    border-color: transparent;
    background-color: transparent;
}

#approval-count-badge {
    background: #CC0000 !important;
    color: #ffffff !important;
    position: relative;
    top: -5px;
    left: -2px;
    padding-left: 2px;
    padding-right: 2px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#site-banner {
    color: #ffffff;
    padding: 5px;
    margin-left: 20px;
}

#site-banner .site-banner-main {
    font-size: 1.5em;
    font-weight: bold;
}

#site-banner .site-banner-sub {
    color: rgba(255,255,255,0.5);
}

.red {
    color: red;
}

.ticket-card {
    background: #f5f5f5;
    border-radius: 5px;
}

.ticket-sla-info-wrapper {
    background: #f5f5f5;
    border-radius: 5px;
    min-height: 450px;
}

.ticket-sla-info-header {
    background: #3892D3;
    padding: 15px;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    font-size: 1.1em;
}

.ticket-sla-info-body {
    padding: 15px;
    color: #333;
}

.ticket-connection-info-body {
    padding: 15px;
    color: #333;
}

.ticket-sla-info-title {
    color: #3892d3;
}

.ticket-additional-info-header {
    margin-top: 20px;
    background: #3892D3;
    padding: 15px;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    font-size: 1.1em;
}

.ticket-additional-info-body {
    padding: 15px;
    color: #333;
}

.card-ticket-info-bar {
    background: #3892D3;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-ticket-info-bar.bar-SH {
    background-color: #FF9800;
    color: #ffffff;
}

.card-ticket-info-bar.bar-MH {
    background-color: #FF9800;
    color: #ffffff;
}

.card-ticket-info-bar.bar-H {
    background-color: #FF9800;
    color: #ffffff;
}

.card-ticket-info-bar.bar-R {
    background-color: #CDDC39;
    color: #ffffff;
}

.card-ticket-info-bar.bar-C {
    background-color: #4CAF50;
    color: #ffffff;
}

.card-subject{
    font-size: 1.1em;
    font-weight: bold;
}

.card-details {
    padding: 5px;
    color: #5f5f5f;
    font-family: calibri, arial;
    font-size: 1.1em;
    background: url("/images/backgrounds/logo_tile.png") repeat-x;
}
.card-name {
    font-size: 1.2em;
}
.awesome-blue
{
    color: #cfcfcf;
}
.ticket-details
{
    font-size: 1.1em;
}

.ticket-confi
{
    color: #f44b42;
    margin: 0px 10px 10px 10px; 
    padding: 0 100px 0px 100px;
}

.application-approvers-card-header {
    background: #3892D3;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 20px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: #ddd 3px solid;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
}
#approvers-table {
    font-family: calibri, arial;
}
#approvers-table tr th{
    color: #3f3f3f !important;
    font-size: 1.2em;
    font-weight: bold;
}
.application-approvers-group-row-left {
    font-weight: bold !important;
    font-size: 1.1em;
    color: #3892d3 !important;
    text-align: left !important;
}
.application-approvers-no-group {
    font-weight: bold !important;
    font-size: 1.1em;
    color: #d84c4c !important;
    text-align: left !important;
}
.application-approvers-group-row-right {
    color: #4f4f4f;
}
.no-application-approvers {
    font-weight: bold !important;
    font-size: 1.7em;
    color: #ff5c5c  !important;
}
.approved-requests {
    font-weight: bold !important;
    font-size: 1.1em;
    color: #0000ff !important;
}
.denied-requests {
    font-weight: bold !important;
    font-size: 1.1em;
    color: #ff0000 !important;
}
.pending-requests {
    font-weight: bold !important;
    font-size: 1.1em;
    background-color: #FF6666;
    color: #ffffff !important;
    text-align: center;
}
.no-assigned-approver {
    font-weight: bold !important;
    font-size: 1.1em;
    background-color: #FF6666;
    color: #ffffff !important;
    text-align: center;
}
.request-approver-name {
    font-size: 1.1em;
    text-align: center;
}
.impact-percentage-renderer {
    color: #8f8f8f !important;
}
.approver-label-submitted {
    background: #66CCFF;
    color: #fff;
}
.approver-label-not-submitted {
    background: #FF6666;
    color: #fff;
}
.bordered-cell-right {
    border-right: #afafaf 2px solid !important;
}
.current-hierachy {
    color: #ffffff !important;
    text-align: center;
    font-weight: bold !important;
}
.emailed-issue-summary {
    background: #ffffff;
    padding: 30px;
    margin: 20px 0px;
    overflow-x: auto;
    border-top: #efefef 1px solid;
}
.expense-field{
    padding: 10px;
    margin: 10px 5px;
}

.confidential-summary {
    background: #ffffff !important;
    padding: 10px;
    margin: 5px 0px;
    overflow-x: auto;
    border-top: #efefef 1px solid;
}
/*.btn-success, .btn-danger, .btn-info, .btn-primary, .btn-default, .flat-btn {
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
}*/
.margined-right {
    margin-right: 15px;
}
.x-tab-active .custom-tab-btn {
    color: #ffffff !important;
}

.wizard-panel {
    font-family: "Open Sans",sans-serif;
}

.wizard-panel p{
    font-size: 1.1em;
}

.wizard-panel-custom-form {
    font-family: "Open Sans",sans-serif;
}

.wizard-panel-custom-form p{
    font-size: 1.1em;
}

.wizard-header {
    color: #1e88e5;
    font-family: "Open Sans",sans-serif;
}

.wizard-half-div {
    padding: 20px;
    min-height: 330px;
}

.wizard-half-div p {
    color: #9f9f9f;
    font-size: 1.1em;
    font-family: "Open Sans",sans-serif;
}

.wizard-btn {
    border-radius: 0px;
    min-width: 120px;
}

.wizard-panel {
    padding: 20px 40px 40px 40px;
}

.wizard-panel-custom-form {
    padding: 10px 40px 10px 40px;
}

.wizard-icon-hover {
    transition: all .2s ease-in-out;
    width: 120px;
}

.wizard-icon-hover:hover {
    transform: scale(0.9);
    cursor: pointer;
}

#issue_search_combo,
#sr_issue_search_combo
{
    margin-right: auto;
    margin-left: auto;
}

#ticket_effect_container {
    border: #dfdfdf 1px solid;
    margin: 10px 10px;
}

#ticket_issue_panel {
    background: #efefef;
}

#ticket_effect_panel {
    background: #efefef;
}

.issue-search-item {
    font-family: "Open Sans",sans-serif;
}

.issue-search-item .issue {
    font-size: 1em;
}

.issue-search-item .category-sub {
    color: #6f6f6f;
}

.x-combo-list { z-index: 10000 !important }

.highcharts-container {
    width:100% !important;
    height:100% !important;
}

.feeds ul {
    padding: 0px 100px;
}

.termination-btn {
    background: #C51162 !important;
    color: #fff !important;
    border: #C51162 1px solid !important;
}

.wizard-foot-note {
    font-family: calibri, arial !important;
    background: #fff8e1;
    padding: 40px;
    margin: 0px 50px;
}

.wizard-popup-note {
    font-family: calibri, arial !important;
    background: #fefefe;
    padding: 40px;
}

.foot-note-label {
    background: #FF6F00;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    top: -30px;
    left: -40px;
    font-weight: bold;
}

.sev1-crit {
    padding-left: 40px;
}

.user-information-panel {
    min-height: 150px;
    background: #c5e1a5;
    margin: 45px 10px 5px 10px;
    padding: 0px 20px 20px 20px;
}

.user-info-label {
    background: #33691e;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    top: -27px;
    left: -20px;
    font-weight: bold;
}

#visibility_group_setup_window .x-grid-cell-inner,
#group_setup_window .x-grid-cell-inner{
    white-space: normal;
}

a.thread-download-link {
    cursor: pointer;
    margin-left: 20px;
    float: right;
    text-decoration: none !important;
}

a.thread-download-link span.section-1 {
    background: #efefef;
    padding: 5px 10px;
    color: #888;
    font-weight: normal !important;
}

a.thread-download-link span.section-1:hover {
     font-weight: bold !important;
}

a.thread-download-link span.section-2 {
    background: #afafaf;
    padding: 5px 10px;
    color: #fff;
}

legend {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5 !important;
    border-image: none !important;
    border-style: none none solid !important;
    border-width: 0 !important;
    color: #333 !important;
    display: block !important;
    line-height: inherit !important;
    margin-bottom: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.thread-message-wrapper {
    background: #fff;
    color: #666666;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    line-height: 1;
}

.message-body {
    font-family: Roboto,arial,sans-serif;
}

.message-author {
    font-weight: bold;
    font-size: 1.2em;
}

.gray-backed {
    background: #afafaf;
}

.thread-message-left {
    border-left: #4caf50 2px solid;
    border-bottom: #4caf50 1px solid;
}

.thread-message-left .message-author {
    color: #4caf50;
    position: relative;
    left: -50px;
}

.thread-message-right {
    border-right: #039be5 2px solid;
    border-bottom: #039be5 1px solid;
}

.thread-message-right .message-author {
    color: #039be5;
}

.bubble-triangle-left {
    border: 25px solid;
    border-color: #fff transparent transparent;
    position: relative;
    left: -30px;
    top: 7px;
}

.bubble-triangle-right {
    border: 25px solid;
    border-color: #fff transparent transparent;
    position: relative;
    right: -30px;
    top: -10px;
}

.thread-message-empty h1{
    color: #666;
    margin-bottom: 20px;
}

.thread-message-empty h4{
    color: #333;
    font-weight: bold;
}

.thread-message-empty p{
    color: #666;
}

.grid-row-status-H .x-grid-cell {
    background-color: #ffe0b2;
    color: #e65100;
}

.grid-row-status-R .x-grid-cell {
    background-color: #f0f4c3;
    color: #827717;
}

.grid-row-status-C .x-grid-cell {
    background-color: #c8e6c9;
    color: #1b5e20;
}

#reports_grid .x-column-header-inner {
    background: #3F3F3F;
    color: white;
}

#reports_grid .x-column-header {
    border-right: 1px solid #666;
}

#reports_grid .x-column-header-text b {
    font-size: 1.1em;
}

.ticket-thread-toolbar {
    padding: 10px 20px;
    background: #efefef;
    border-bottom: #999999 3px solid;
}

.ticket-thread-toolbar .ticket-thread-title {
    color: #3892D3;
    font-size: 1.4em;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.ticket-thread-toolbar-label {
    font-weight: bold;
    color: #666666;
    margin: 0px 5px 0px 15px;
}

.ticket-thread-toolbar label.btn.active {
    background: #3892D3;
    color: #fff;
    text-shadow: 0px 0px #ff0000;
    border-color: #3892D3;
}

.ticket-card-assignment-info {
    margin-top: 30px;
    background: #616161;
    color: #f5f5f5;
    padding: 5px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

.ticket-card-assignment-info small a{
    color: #ffffff !important;
}

.ticket-card-assignment-info b {
    color: #fff243 !important;
}

.ticket-card-assignment-info b.direct {
    color: #d29494 !important;
}

.transfer-details-tbl .label{
    line-height: 1.8 !important;
}

.thread-message-left.thread-bubble-T {
    border-left: #26A69A 2px solid !important;
    border-bottom: #26A69A 1px solid !important;
}

.thread-message-right.thread-bubble-T {
    border-right: #26A69A 2px solid !important;
    border-bottom: #26A69A 1px solid !important;
}

.thread-bubble-T .message-author {
    color: #26A69A !important;
}

.thread-message-left.thread-bubble-SC {
    border-left: #7E57C2 2px solid !important;
    border-bottom: #7E57C2 1px solid !important;
}

.thread-message-right.thread-bubble-SC {
    border-right: #7E57C2 2px solid !important;
    border-bottom: #7E57C2 1px solid !important;
}

.thread-bubble-SC .message-author {
    color: #7E57C2 !important;
}

.label-transfer {
  background-color: #26A69A;
}
.label-transfer[href]:hover,
.label-transfer[href]:focus {
  background-color: #26A69A;
}

.transfer-details-tbl td {
    padding: 1px 5px !important;
}

.search-icon-container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.search-icon {
    padding-top: 10px;
    padding-left: 35px;
    height: 40px;
    background: #3892D3;
    color: #ffffff;
}

.issue-search-wrapper {
    margin-top: 5px;
}

#issue_search_combo_container,
#sr_issue_search_combo_container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#issue_search_combo-inputWrap,
#issue_search_combo-triggerWrap,
#sr_issue_search_combo-inputWrap,
#sr_issue_search_combo-triggerWrap {
    border: #3892D3 1px solid;
}

#issue_search_combo_container input,
#sr_issue_search_combo_container input {
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 20px ;
    color: #3892d3;
}

.issue-search-card-tbl {
    width: 100%;
    border: #3892D3 1px solid;
    line-height: 19px !important;
    margin: 7px 5px;
}

.issue-search-card-tbl td.isc-label-n {
    font-size: 0.9em;
    color: #d7e9f6;
    padding: 0px 15px;
}

.issue-search-card-tbl td.isc-label {
    font-size: 0.9em;
    color: #3892d3;
    padding: 0px 15px;
}

.issue-search-card-tbl td.isc-value {
    padding: 0px 15px 2px 15px;
    font-weight: bold;
    font-size: 1.1em;
}

.issue-search-card-tbl td.isc-ticket-dept {
    background: #2182c7;
    font-size: 1.1em;
    font-weight: bold;
}

.issue-search-card-tbl td.isc-value-big {
    font-weight: bold;
    font-size: 1.1em;
    padding: 0px 15px 5px 15px;
    text-align: center;
    color: #3892D3;
}

.isc-blue-back {
    background: #3892D3;
    color: #fff;
}

.isc-white-back {
    background: #fff;
}

.x-combo-list {z-index: 10000 !important} /* A hack to fix superboxselect dropdowns showing up behind window */

div.webui-popover-content {
    overflow: auto;
    word-wrap: break-word;
}

span.status-label {
    background: #fff;
    padding: 3px 10px;
    text-shadow: none;
    border-radius: 5px;
}

span.status-label-O {
    color: #3892D3;
}

span.status-label-R {
    color: #CDDC39;
}

span.status-label-C {
    color: #4CAF50;
}

span.status-label-H {
    color: #FF9800;
}

span.status-label-SH {
    color: #FF9800;
}

span.status-label-MH {
    color: #FF9800;
}

.ticket-connection-info-wrapper {
    background: #f5f5f5;
    border-radius: 5px;
}

.ticket-connection-info-body {
    padding: 30px;
    color: #333;
    height: 250px;
    overflow-y: auto;
}

.related-link-ticket-info-title {
    color: #3892d3;
}

.related-link-status-label {
    padding: 4px 11px;
    text-shadow: none;
    border-radius: 5px;
    color: #fff;
}

.related-link-status-label-O {
    background-color:#3892D3;
}

.related-link-status-label-SH {
    background-color:#FF9800;
}

.related-link-status-label-MH {
    background-color:#4CAF50;
}

.related-link-status-label-R {
    background-color:#CDDC39;
}

.related-link-status-label-C {
    background-color:#4CAF50;
}

table.employee-list-table {
    background: #fff;
    margin: 5px !important;
}

table.employee-list-table tr.see-more-row {
    display: none;
}

.dashboard-download-button {
    border: 0px !important;
    background: #C0D52E !important;
    color: #231F20 !important;
    font-weight: bold !important;
    margin-bottom: 10px;
}

.dashboard-breadcrumbs a {
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
}

.dashboard-breadcrumbs a.active {
    color: #928e8e;
}

a.back-to-dash {
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
}

#header-page-title {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    top: 5px;
    min-width: 240px;
}

.x-grid-item-focused .x-grid-cell-inner:before {
    border: none !important;
}

.col-no-pad {
    padding: 0px !important;
}

.col-small-pad {
    padding: 0px 5px !important;
}

/*Approval Timeline Styles*/

.approval-preview-container {
    width: 800px;
    margin: 5px auto;
}

.approval-preview-item {
    text-align: center;
    color: #333;
    padding: 0px 5px;
    margin-bottom: 30px;
    border-bottom: #afafaf 3px solid;
}

.approver-group {
    font-weight: bold;
}

.approver-name {
    color: #666;
    font-size: 0.9em;
}

.approver-date {
    color: #666;
    font-size: 0.8em;
}

.approval-status-icon {
    font-size: 2.5em !important;
    position: relative;
    top: 20px;
    color: #afafaf;
    background: #EFEFEF;
    border-radius: 15px;
}

.approval-status-done {
    color: #5cb85c;
}

.approval-status-denied {
    color: #f44336;
}

.approval-status-auto-closed {
    color: #0ec8e9;
}

.slick-prev::before, .slick-next::before {
    color: #afafaf !important;
}

.x-form-cb-label {
    font-weight: 400 !important;
}

.cf-data-panel-group .panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.cf-data-panel-group .panel-heading a.collapsed:after {
    content:"\e080";
}

.cf-field-values-table {
    width: 100%;
}

.cf-field-values-table td,th {
    padding: 5px 10px;
}

.cf-field-values-table th {
    background: #efefef;
    border-bottom: #cfcfcf 1px solid;
}

.cf-field-label {
    color: #a5a4a4;
    font-size: 0.8em;
    padding: 5px 10px;
    margin-bottom: 0px;
}

.usr-approval-count {
    position: relative;
    left: -15px;
    z-index: 2;
    font-size: 0.8em;
}

#header-timezone-selection {
    width: 220px;
}

#header-timezone-help {
    color: #afafaf;
    font-size: 1.4em;
    padding-left: 5px;
    top: 3px;
    position: relative;
}

#header-timezone-help:hover {
    color: #fff;
}

#header-timezone-display {
    color: #fff;
    position: relative;
    top: 5px;
    font-size: 1.1em;
}

.dash-timezone {
    background: #C0D52E;
    color: #231F20;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 0.8em;
}

#ext-quicktips-tip {
    pointer-events: none;
}

.page-header {
    padding-bottom: 2px;
    margin: 5px 0 0px;
    border-bottom: 1px solid #eee;
}

.box-title {
    color: #157fcc;
}

.fld-rqrd {
    color: #f44336;
}

.action-column-delete {
    background-image: url(/images/icons/delete.png);
}

.action-column-edit {
    background-image: url(/images/icons/edit.png);
}

.sla-status-table {
    color: #5f5f5f;
    margin-bottom: 0px !important;
}

.sla-status-table td {
    vertical-align: middle;
    text-align: center;
}

.sla-status-table td:first-child {
    text-align: left;
}

.sla-status-table th {
    text-align: center !important;
}

td.variance-good {
    background: #4CAF50;
    color: #ffffff;
}

td.variance-bad {
    background: #f44336;
    color: #ffffff;
}

.ticket-progress-table td.progress-bar-item {
    background: #f8bf19;
    color: white;
    border: #9e7c17 2px solid;
    font-size: 0.9em;
    text-align: center;
}

.ticket-progress-table td.progress-bar-item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.ticket-status-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #dfdfdf;
    margin-bottom: 0px !important;
    font-size: 0.9em;
}
.ticket-status-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}
.ticket-status-arrow li, .ticket-status-arrow li a, .ticket-status-arrow li span {
    display: inline-block;
    vertical-align: top
}
.ticket-status-arrow li:not(:first-child) {
    margin-left: -5px
}
.ticket-status-arrow li+li:before {
    padding: 0;
    content: ""
}
.ticket-status-arrow li span {
    padding: 0 10px
}
.ticket-status-arrow li a, .ticket-status-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 5px 0 20px;
    line-height: 36px
}
.ticket-status-arrow li:first-child a {
    padding: 0 10px
}
.ticket-status-arrow li.active a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda
}
.ticket-status-arrow li a {
    position: relative;
    color: #666;
    text-decoration: none;
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf
}
.ticket-status-arrow li:first-child a {
    padding-left: 10px
}
.ticket-status-arrow li a:after, .ticket-status-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.ticket-status-arrow li.active a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px
}
.ticket-status-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #dfdfdf;
    border-left-style: solid;
    border-left-width: 11px
}
.ticket-status-arrow li.active a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be
}
.ticket-status-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #afafaf
}
.ticket-status-arrow li.active a:focus, .ticket-status-arrow li.active a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9
}
.ticket-status-arrow li.active a:focus:before, .ticket-status-arrow li.active a:hover:before {
    border-left-color: #4fc1e9
}
.ticket-status-arrow li.active a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}
.ticket-status-arrow li.active a:active:after, .ticket-status-arrow li.active a:active:before {
    border-left-color: #2494be
}
.ticket-status-arrow li a:focus, .ticket-status-arrow li a:hover {
    background-color: #efefef;
    border: 1px solid #efefef
}
.ticket-status-arrow li a:focus:before, .ticket-status-arrow li a:hover:before {
    border-left-color: #efefef
}
.ticket-status-arrow li a:active {
    background-color: #afafaf;
    border: 1px solid #afafaf
}
.ticket-status-arrow li a:active:after, .ticket-status-arrow li a:active:before {
    border-left-color: #afafaf
}
.ticket-status-arrow li span {
    color: #434a54
}

.flag-overdue {
    color: #f44336 !important;
}
.flag-closed {
    color: #4CAF50 !important;
}
.flag-resolved {
    color: #CDDC39 !important;
}
.flag-hold {
    color: #FF9800 !important;
}
.flag-open {
    color: #2196F3 !important;
}

.x-panel.field-group-box-header span.box-title {
    background: green;
    color: white;
    padding: 12px 20px;
    font-size: 0.8em;
} 

.x-panel.field-group-box-content.green-bg-grp.x-panel-default,
.x-panel.field-group-box-content.green-bg-grp.x-panel-default .x-panel-body.x-panel-body-default {
    background: #c5e1a5;
    border: #b7ceb7 1px solid;
}

.x-panel.field-group-box-content.gray-bg-grp.x-panel-default,
.x-panel.field-group-box-content.gray-bg-grp.x-panel-default .x-panel-body.x-panel-body-default {
    background: #efefef;
    border: #dfdfdf 1px solid;
}

#summary-dashboard-tbl {
    font-size: 0.9em;
}

#summary-dashboard-tbl td, 
#summary-dashboard-tbl th {
    text-align: center;
    vertical-align: middle;
}

#summary-dashboard-tbl th {
    background: #2196F3;
    color: #fff;
    border: 1px solid rgb(63, 159, 239);
}

td.creator-preferred-contact-number {
    background: #afafaf;
    color: white;
    padding: 5px;
    text-align: center;
}

/* Removes loading spinner when using grid.mask('Message...') */
.x-mask-msg.no-loading .x-mask-msg-text {
    background-image: none;
    padding-top: 0;
}

/* Style for coverage dialog "Select All Countries" */
.select-all-countries {
    color: #569cce;
    font-size: 12px;
    cursor: pointer;
}

.select-all-countries:hover {
    text-decoration: underline;
}

.cf-data-panel-group .panel-body {
    overflow-x: scroll;
}

/** SPINNER CREATION **/

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }
  
  @keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
/** Hotfix for ext filefield browse button not triggering **/

input.x-form-file-input {
    height: 100% !important;
}

button.focus-hook {
    background: none;
    border: none;
}

button.focus-hook:focus, button.focus-hook:active {
    text-decoration: underline;
}

button.create-related-external {
    background: none;
    border: none;
}

.open-ticket-link {
    position: relative;
}

#header-environment-info {
    color: #c1ff1c;
    position: relative;
    top: 5px;
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 20px;
}

#header-environment-info a {
    text-decoration: underline;
}