input[type="text"], input[type="password"], input[type="number"], select, textarea {
    font-weight: 500;
}

a .fa-kit { font-weight: 400 !important; }

.mc_hidden, .mcnoc_hidden, .msptsi_hidden {
    display: none;
}

._liftoff_ddb_ .swal-modal {
    width: 80%;
}

.ui-dialog-titlebar-close {
    text-indent: -9999px;
}

.callmanager .ui-dialog {
    z-index: 50000;
}

._liftoff_accounts_ #ui-datepicker-div {
    z-index: 100010 !important;
}

.mcnoc_dev_page .sitewrapper > header {
    background: #00009c !important;
}

#announcement_overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 99999998;
}

#announcement_container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    z-index: 99999999;
    background: white;
    border: 3px black solid;
    padding: 2em;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 10px;
}

.announcement_post {
    max-height: 90%;
    overflow-y: auto;
}

.announcement_post h1 {
    font-size: 3em;
}

.announcement_post h2, .announcement_post h3, .announcement_post h4 {
    text-align: left;
}

.announcement_post ul, .announcement_post ol {
    list-style-position: outside;
    padding: 0.5em 0 0.5em 2em;
}

.announcement_post ol ol {
    list-style: lower-alpha;
}

.announcement_post ol p, .announcement_post ul p {
    padding: 0;
}

.announcement_post img {
    border: 1px black solid;
}

.announcement_post img.alignleft {
    margin: 0 2em 1em 0;
}

.announcement_post img.alignright {
    margin: 0 0 2em 1em;
}

.tipso_bubble {
    z-index: 100007 !important;
}

.tipso_bubble.small {
    line-height: 1.3em;
}

.acf-field.msp_list .acf-input {
    height: 100px;
    overflow-y: scroll;
}

.ucase {
    text-transform: uppercase;
}

.mcnoc_highlight {
    background-color: #ffffaa !important;
}

table.dataTable thead th {
    padding-left: 10px !important;
}

.nowrap {
    white-space: nowrap;
}

.swal-overlay, .swal-modal {
    z-index: 100006 !important;
}

.swal-modal.wide_modal {
    width: 80%;
}

.swal-modal.medium_modal {
    width: 50%;
}

.swal-modal.wide_modal p {
    padding: 0 0 1em 0;
}

.swal-modal.instructions_modal {
    width: 80%;
    text-align: left;
}

.swal-modal.instructions_modal table {
    width: 90% !important;
    margin: 1rem auto;
}
.swal-modal.instructions_modal p {
    padding: 0 0 1em;
}

.liftoff_title {
    font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif;
    font-weight: 800;
    text-align: left;
    text-indent: 7px;
}

/*.liftoff_title i { position: absolute; right: -1.1em; top: -0.5em; }*/
.liftoff_messages {
    position: relative;
    top: 0.3em;
    float: right;
    color: #ddd;
}

.liftoff_messages.has_messages {
    animation: blinker 0.75s linear infinite;
}

@keyframes blinker {
    50% {
        color: #ff0000;
    }
}

.priority_high {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ff9928;
    font-weight: bold;
}

.priority_med {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: yellow;
    font-weight: bold;
}

.priority_low {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #009c00;
    color: white;
    font-weight: bold;
}

.priority_crit {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #c5293d;
    color: white;
    font-weight: bold;
}

.sla_critical {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #c5293d;
    color: white;
    font-weight: bold;
}

.sla_medium {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: yellow;
    font-weight: bold;
}

.sla_normal {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ad_sla i {
    color: black;
}

.sla_critical i {
    color: white;
}

.red_icon, .red_icon:hover {
    color: #c5293d;
}

.green_icon, .green_icon:hover {
    color: #009c00;
}

.orange_icon, .orange_icon:hover {
    color: #ff9928;
}

.purple_icon, .purple_icon:hover {
    color: #610ace;
}

.blue_icon, .blue_icon:hover {
    color: #3d29c5;
}

.grey_icon, .grey_icon:hover {
    color: #aaa;
}

.gold_icon, .gold_icon:hover {
    color: #e29705;
}

.fa-stack-1x.red_icon, .fa-stack-1x.orange_icon, .fa-stack-1x.green_icon, .fa-stack-1x.purple_icon {
    text-shadow: white 2px 2px 0, white 2px -2px 0, white -2px -2px 0, white -2px 2px 0;
    padding: 15px 0 0 15px;
}

.mc_notice, .mc_termination_notice {
    border: 2px #c5293d solid;
    background: #f7c1cb;
    color: #851f2a;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 2em;
    border-radius: 8px;
    display: none;
}

.mc_termination_notice span {
    font-weight: bold;
}

.launchpad_page > .sitewrapper > main {
    display: flex;
    align-items: flex-start;
    padding: 0 2rem;
    gap: 2rem;
    min-height: calc(100vh - 155px - 28px); /* full height - header height - footer height */
}

.launchpad_page > .sitewrapper > main .liftoff_menu {
    box-sizing: border-box;
    flex-basis: 15%;
}

.launchpad_page > .sitewrapper > main .liftoff_content {
    box-sizing: border-box;
    flex-basis: 85%;
    padding: 2rem 0;
    overflow-x: hidden;
}

.launchpad_password > .sitewrapper > main .liftoff_content {
    flex-basis: 100%;
}

i.fas, i.fab, i.far, i.fad, i.fal {
    margin-right: 0.5em;
}

i.fas.flipmargin, i.fab.flipmargin, i.far.flipmargin {
    margin-right: 0;
    margin-left: 0.5em;
}

.mcnoc_dialog, .mc_quickinfo_dialog, #mcnoc_frame, .mcnoc_sow_dialog {
    display: none;
}

.mcnoc_dialog {
    z-index: 100000 !important;
}

.mcnoc_sow_dialog {
    z-index: 100010 !important;
}

.mcnoc_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
}

.ui-widget-overlay {
    z-index: 99999 !important;
}

.mcnoc_button, #gform_wrapper_9 input[type="button"], #gform_wrapper_9 input[type="submit"], .gform_save_link {
    color: black;
    border: 2px black solid;
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: bold;
    background: white;
    text-transform: uppercase;
    padding: 0.25em 1em;
    position: relative;
    top: 0;
    box-shadow: #fff 0 5px 10px;
    transition: all 0.5s;
}

.mcnoc_button svg {
    height: 25px;
    position: relative;
    top: 7px;
    left: -5px;
}

.mcnoc_button + .mcnoc_button {
    margin-left: 1rem;
}

.matrix_button {
    background: #eee;
}

.mcnoc_button:hover, #gform_wrapper_9 input[type="button"]:hover, #gform_wrapper_9 input[type="submit"]:hover, .gform_save_link:hover, .mcnoc_button_fake_hover {
    color: white;
    background: black;
    box-shadow: rgba(0, 0, 0, 0.6) 0 5px 10px;
}

.mcnoc_button_small {
    font-size: 0.8em;
    padding: 0.25em;
}

.mcnoc_button_small i.fas, .mcnoc_button_small i.fab, .mcnoc_button_small i.far {
    padding-right: 0;
    margin: 0 0.25em;
}

button.mcnoc_button {
    margin-bottom: 1em;
    font-size: 1.1em;
}

.padtop {
    padding-top: 2em;
}

.login_form {
    margin: 4em auto;
    padding: 2em;
    width: 40%;
    border: 1px #eee solid;
}

.login_form h1 {
    text-transform: uppercase;
    font-size: 2em;
}

.login_form p {
    text-align: center;
}

.login_form p br {
    display: none;
}

.login_form label {
    display: inline-block;
    width: 25%;
    text-align: right;
    padding-right: 1em;
}

.login_form p input {
    display: inline-block;
    width: 40%;
    font-size: 1.2em;
    border: 1px #ddd solid;
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 300;
}

.liftoff_menu.red_menu {
    background: #ff7c7c;
    background: -moz-linear-gradient(top, #ff7c7c 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ff7c7c 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ff7c7c 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c7c', endColorstr='#ffffff', GradientType=0);
}

.liftoff_menu {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    padding: 2em 0;
    text-align: left;
    position: relative;
    font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif;
}

.liftoff_menu li {
    list-style: none outside;
}

.liftoff_menu li:last-child {
    margin-top: 1em;
}

.liftoff_menu li a {
    color: black;
    padding: 0.25em 1em;
}

.liftoff_menu li.admin_menu a {
    color: red;
}

.liftoff_menu li.currently_selected {
    background: #ddd;
}

.liftoff_menu.red_menu li.currently_selected {
    background: #ffdddd;
}

.liftoff_menu li a:hover {
    color: #C6293D;
}

.liftoff_menu h5 { font-size: 0.7em; font-weight: bold; text-transform: uppercase; text-indent: 0.5rem; margin-bottom: -0.5rem; }

/*
.liftoff_content {
    overflow-x: hidden;
    min-height: 200px;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    padding: 2em 0;
    margin-left: 2%;
    text-align: left;
    position: relative;
}
*/

.liftoff_content > div {
    /*width: 98%;*/
    /*position: absolute;*/
    /*top: 2em;*/
}

.liftoff_content > div#list {
    left: 0;
    z-index: 100 !important;
}

.liftoff_content > div#detail, .liftoff_content > div#onboarding, .liftoff_content > div#add_ticket, .liftoff_content > div#template, .liftoff_content > div#new_call {
    left: 100%;
    z-index: 105 !important;
}

.liftoff_content .edit_msp_page, .liftoff_content .account_panels {
    left: 200%;
    z-index: 110 !important;
}

.liftoff_content > div#user_permissions, .liftoff_content > div#user_pods, .liftoff_content > div#user_skills, .liftoff_content > div#user_detail {
    left: 300%;
    z-index: 115 !important;
}

.liftoff_content.fullwidth {
    width: 95%;
    font-size: 0.9em;
    font-family: 'Cabin Condensed', sans-serif;
    text-align: center;
}

.dataTables_wrapper .dataTables_filter {
    padding-top: 0.755em;
}

#call_manager_report_wrapper, #activity_report_wrapper {
    margin: 2em 0;
}

#call_manager_report, #activity_report, #call_report_detail {
    font-family: 'Cabin Condensed', sans-serif;
}

#call_manager_report td .smaller, #activity_report td .smaller {
    font-size: 0.8em;
    display: block;
    line-height: 1em;
}

#call_report_summary tbody tr:last-child td {
    font-weight: bold;
    background: #ddd;
}

#next_ticket_results thead tr th:first-child {
    padding-left: 0 !important;
}

#next_ticket_results th, #next_ticket_results td, #scheduled_ticket_results th, #scheduled_ticket_results td {
    text-align: left;
}

#next_ticket_results td.tighter {
    line-height: 1.1em;
}

.smaller {
    font-size: 0.8em;
}

#xnext_ticket_results_wrapper {
    overflow-y: auto;
    height: 280px;
}

#followUp_ticket_results thead tr th:first-child {
    padding-left: 0 !important;
}

#followUp_ticket_results th, #next_ticket_results td, #scheduled_ticket_results th, #scheduled_ticket_results td {
    text-align: left;
}

#followUp_ticket_results td.tighter {
    line-height: 1.1em;
}

#followUp_ticket_results td .smaller {
    font-size: 0.8em;
}

#xfollowUp_ticket_results_wrapper {
    overflow-y: auto;
    height: 280px;
}

#scheduled_ticket_results td i {
    font-size: 1.2em;
}

#scheduled_ticket_results td.tighter {
    line-height: 1.1em;
}

#scheduled_ticket_results td .smaller {
    font-size: 0.8em;
}

#xscheduled_ticket_results_wrapper {
    overflow-y: auto;
    height: 280px;
}

#scheduledToday_ticket_results td.tighter {
    line-height: 1.1em;
}

#scheduledToday_ticket_results td .smaller {
    font-size: 0.8em;
}

#scheduledToday_ticket_results td i {
    font-size: 1.2em;
}

#scheduledToday_ticket_results .overdue_high {
    background-color: red;
}

#scheduledToday_ticket_results .overdue_low {
    background-color: yellow;
}

#nextticket_header {
    padding-right: 1em;
}

#nextticket_header a {
    font-size: 0.5em;
    border: 1px #144084 solid;
    border-right: none;
    padding: 3px 7px;
}

#nextticket_header a:hover {
    background: #1b5acc;
    color: white;
}

#nextticket_header a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#nextticket_header a:last-child {
    border-right: 1px #144084 solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nextticket_selected {
    background: #144084 !important;
    color: white;
}

#ui-datepicker-div {
    z-index: 100007 !important;
}

.liftoff_menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1.2em;
    width: 2px;
    height: 100%;
    background: #dddddd;
    background: -moz-linear-gradient(top, #dddddd 0%, #dddddd 65%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #dddddd 0%, #dddddd 65%, #ffffff 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #dddddd 65%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
}

.liftoff_content h2, .liftoff_content h3 {
    padding-bottom: 0;
}

.liftoff_content #list table, #contact_hours table {
    width: 100%;
}

.liftoff_content #list table th, #contact_hours table th {
    padding: 10px 0;
}

.liftoff_content #list table td, #contact_hours table td {
    vertical-align: middle;
    cursor: pointer;
}

.liftoff_content #list table.msp_list tr.msp_inactive td {
    cursor: default !important;
}

.liftoff_content #list table td:first-child img {
    height: 24px;
    width: 24px;
}

.liftoff_content #list table td .loading {
    float: right;
    padding-right: 1em;
    display: none;
}

.liftoff_content p, .swal-content p {
    position: relative;
    padding: 1em 0 1em 3px;
}

.liftoff_content p input[type="text"],.liftoff_content p input[type="email"], .liftoff_content p input[type="password"], .liftoff_content p select, .liftoff_content p textarea {
    font-family: 'Poppins', Arial, sans-serif;
    background: transparent;
    position: relative;
    z-index: 5;
    border: 1px #888 solid;
    font-weight: 600;
}

.liftoff_content p input[type="text"][disabled], .liftoff_content p input[type="password"][disabled], .liftoff_content p select[disabled], .liftoff_content p select[disabled] option, .liftoff_content p textarea[disabled] {
    color: black;
    background: #eee;
}

.liftoff_content p input[type="text"],
.liftoff_content p input[type="email"],
.liftoff_content p input[type="password"] {
    padding: 0.25em;
    width: 97%;
}

.liftoff_content p select {
    padding: 0.25em 0;
    width: 75%;
}

.liftoff_content p.big_input input, .liftoff_content p.big_input select {
    font-size: 1.5em;
}

.liftoff_content p label, .swal-content p label {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translate(0, -50%);
    transition: all 0.5s;
}

.liftoff_content p label i {
    color: #C6293D;
    position: relative;
    top: -0.8em;
    font-size: 0.5em;
}

.liftoff_content p.full_input input[type="text"], .liftoff_content p.full_input input[type="email"], .liftoff_content p.full_input input[type="password"], .liftoff_content p.full_input select, .liftoff_content p textarea,
.swal-content p.full_input input[type="text"],.swal-content p.full_input input[type="email"],  .swal-content p.full_input input[type="password"], .swal-content p.full_input select, .swal-content p textarea {
    width: 94%;
}

.liftoff_content p textarea {
    height: 100px;
}

.liftoff_content p.full_input textarea {
    height: auto;
}

.liftoff_content .top_label label, .swal-content p label, #past_contact label, .create_popup .top_label label {
    font-size: 0.7em;
    transform: none;
    top: -0.5em;
}

.label_required {
    position: relative; /*top: -0.5em; left: 0.5rem;*/ color: red; font-weight: bold;
}

.layout_2col p > span, .top_label p > span { font-size: 0.8em; display: inline-block; padding: 0.5rem 0; line-height: 1.3em; }

#past_contact label {
    font-weight: bold;
}

#past_contact {
    padding: 0.5em;
    margin-bottom: 1em;
    background: #ddddff;
}

#past_contact ul {
    list-style: disc outside;
    padding-left: 2em;
    margin-bottom: 0.5em;
}

#past_contact p {
    padding: 0 !important;
    font-size: 0.8em;
    line-height: 1.2em;
}

#addNoteDialog .top_label label, .mcnoc_dialog .top_label label, .create_popup .top_label label {
    font-size: 0.9em;
    transform: none;
    top: -0.5em;
    display: block;
    font-weight: bold;
}

#addNoteDialog .top_label select, .mcnoc_dialog .top_label select, .create_popup .top_label select,
.mcnoc_dialog .top_label input[type="text"], .mcnoc_dialog .top_label textarea,
.create_popup .top_label input[type="text"], .create_popup .top_label textarea
{
    font-family: 'Poppins', sans-serif;
    width: 95%;
}

#ct_quickcode {
    font-family: 'Poppins', sans-serif;
}

.mcnoc_dialog .top_label textarea {
    height: 250px;
}

.create_popup .top_label textarea {
    height: 100px;
}

.smalltext {
    font-size: 0.7em;
    font-family: 'Exo', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.3em;
    padding-top: 1em;
    display: block;
}

.medtext {
    font-size: 0.85em;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.3em;
    padding-top: 1em;
    display: block;
}

.liftoff_content #new_call #contact_id option {
    background-color: white
}

.liftoff_content #new_call #contact_id option.vip, .select2-dropdown .vip {
    background-color: #D4AF37 !important;
}

.acct_term {
    background-color: #ffc1c1 !important;
    color: black !important;
}

.acct_onb {
    background-color: #c7efff !important;
    color: black !important;
}

.liftoff_content #matrices table, .liftoff_content .nonsync_worktypes_table {
    width: 100%;
    margin-top: 2em;
}

.msp_contact_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
}

.msp_contact_table th {
    border-bottom: 1px black solid;
    padding: 0.5em;
}

.msp_contact_table td {
    padding: 0.5em;
}

.msp_contact_table input {
    width: 100%;
    font-size: 1.2em;
}

.liftoff_content #matrices table td {
    width: 40%;
}

.liftoff_content #matrices table tr td:first-child, .liftoff_content #matrices table .default_col {
    width: 10%;
    text-align: center;
}

.liftoff_content #matrices select {
    padding: 0.25em 0;
    width: 75%;
    font-size: 1.1em;
    font-family: 'Poppins', Arial, sans-serif;
    background: transparent;
    position: relative;
    z-index: 5;
    border: 1px #888 solid;
}

.liftoff_content #matrices table tfoot tr td {
    text-align: center;
    padding: 1em 0;
}

.liftoff_content .half_input {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding-right: 2%;
    position: relative;
}

.liftoff_content .third_input {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-right: 2%;
    position: relative;
}

.liftoff_content .quarter_input {
    display: inline-block;
    width: 22.4%;
    vertical-align: top;
    padding-right: 2%;
}

.liftoff_content .three_quarter_input {
    display: inline-block;
    width: 72.4%;
    vertical-align: top;
    padding-right: 2%;
}

.search_criteria {
    position: relative !important;
    top: 0 !important;
}

.liftoff_section_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
}

.admin_act_as {
    padding: 1em;
    border: 2px #666 solid;
    text-align: center;
    margin: 3em auto;
    width: 70%;
    background: white;
    box-shadow: rgba(40, 40, 40, 0.4) 5px 5px 5px;
}

.admin_act_as p {
    padding: 0;
}

.admin_act_as p:last-child {
    padding: 1em 0;
}

.admin_act_as .admin_act_as_msp {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.liftoff_content .users {
    width: 95%;
}

.liftoff_content .users tfoot tr td {
    text-align: center;
    padding: 1em 0;
}

.liftoff_content .users input[type="text"], .liftoff_content .users input[type="password"] {
    font-family: 'Poppins', Arial, sans-serif;
    background: transparent;
    position: relative;
    z-index: 5;
    border: 1px #888 solid;
    background-image: none !important;
    padding: 0.25em;
    width: 95%;
}

.liftoff_content .users .mc_only i {
    margin-right: 0;
}

.liftoff_content .box {
    padding: 0.5em;
    border: 1px #aaa solid;
    text-align: center;
    margin-bottom: 1em;
}

.liftoff_content .box p {
    width: 80%;
    margin: 0 auto;
}

.liftoff_content .box label {
    font-size: 0.7em;
    transform: none;
    top: -0.5em;
}

.liftoff_content .box input, .liftoff_content .box select {
    width: 100% !important;
}

.liftoff_content .box .has_refresh_icon input, .liftoff_content .box .has_refresh_icon select {
    width: 90% !important;
    margin-right: 2%;
}

.liftoff_content .box:after {
    content: '';
    clear: both;
    display: table;
}

.liftoff_content .line {
    border-top: 1px #aaa solid;
    width: 80%;
    text-align: center;
    margin: 0.5em auto -0.5em !important;
    padding: 0 0 1em 0;
}

.liftoff_content .line span {
    padding: 0 1em;
    margin-top: -1.2em;
    display: inline-block;
    background: white;
    font-size: 0.7em;
}

.liftoff_content .small_select {
    width: 4em !important;
}

.liftoff_content .medium_select, .liftoff_content .medium_input {
    width: 15em !important;
}

.liftoff_content .large_select {
    width: 35em !important;
}

.liftoff_content .authorized_users {
    list-style: none outside;
    width: fit-content;
    margin: 0 auto 2em;
}

.liftoff_content .devices tbody tr {
    cursor: pointer;
}

.liftoff_content .devices tfoot tr td {
    border-top: 0;
    padding: 4px 10px;
    font-weight: bold;
}

.liftoff_content .devices tfoot tr:first-child td {
    border-top: 3px black solid;
    padding-top: 8px;
}

.liftoff_content .devices tfoot tr:last-child td {
    padding-bottom: 8px;
}

#date_container > span {
    display: block;
    position: relative;
    padding-bottom: 0.5em;
}

#date_container > span > span {
    display: inline-block;
    padding: 0.75em 0 0 0.3em;
}

.pending_termination_icon, .terminated_icon {
    display: none;
}

.pending_termination .pending_termination_icon, .terminated .terminated_icon {
    display: inline-block;
}

.terminated .account_column, .devices .terminated td {
    text-decoration: line-through;
    color: #aaa;
}

.accounts .terminated {
    display: none;
}

.devices .terminated td:last-child {
    text-decoration: none;
    color: black;
}

#matching_accounts tfoot td {
    text-align: center;
    padding: 2em 0;
}

.tipso_style {
    cursor: pointer !important;
}

.search_results {
    width: 100%;
}

#lookup_ticket .search_results {
    width: 100%;
}

.search_results > div:nth-child(odd) {
    background: #eee;
}

.search_result {
    width: 100%;
    position: relative;
    padding: 1%;
    line-height: 1.2em;
}

.search_result p {
    padding: 0;
}

.search_result .sr_icon {
    display: inline-block;
    width: 8%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
}

.search_result .sr_icon i {
    padding-right: 0;
    margin-right: 0;
}

.search_result .sr_data, .search_result .sr_right {
    display: inline-block;
    width: 44%;
    vertical-align: top;
}

.search_result .sr_data .sr_msp_name {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.search_result .sr_data .sr_account_name {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 0.25em;
}

.search_result .sr_data .sr_alt_account_names {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 0.25em;
}

.search_result .sr_list {
    display: none;
    list-style: none outside;
}

.search_result .sr_device_list, .search_result .sr_contact_list {
    list-style: none outside;
}

.search_result .sr_list_header {
    cursor: pointer;
}

.search_result .sr_list_header i {
    transition: all 0.5s;
    transform: rotate(0deg);
}

.search_result .sr_list_open i {
    transform: rotate(90deg);
}

.search_result .sr_phone {
    display: inline-block;
    margin-right: 10px;
}

#mc_ticket_number, #msp_ticket_number {
    text-transform: uppercase;
}

.ticket_searching {
    background: url(../../images/loading.gif) 99% center no-repeat !important;
}

.ticket_search_result {
    padding: 1%;
}

.ticket_search_result #FullContent section.TicketNote {
    padding: 1em;
    border-bottom: 1px #AAAAAA solid
}

.ticket_search_result #FullContent section.TimeEntry {
    padding: 1em;
    border-bottom: 1px #AAAAAA solid
}

.ticket_search_result #FullContent section.TimeEntry section {
    padding: 0em;
}

.ticket_search_result #FullContent article {
    padding-left: 1em;
}

.ticket_status {
    float: right;
    text-transform: uppercase;
}

.ticket_number_and_title {
    font-size: 1.25em;
    width: 50%;
    font-weight: bold;
    padding: 0 0 1em 1.5em !important;
}

#lookup_ticket .ticket_number_and_title {
    width: 100%;
    clear: both;
}

.ticket_number_and_title img {
    position: absolute;
    left: 0;
    width: 25px;
}

.ticket_data {
    width: 100%;
    margin-bottom: 1em;
}

.ticket_data tr:first-child td {
    border-top: 1px #aaa solid;
}

.ticket_data tr td {
    width: 35%;
    padding: 0.5em 0;
    border-bottom: 1px #aaa solid;
}

.ticket_data tr td:first-child, .ticket_data tr td:nth-child(3) {
    width: 15%;
    font-weight: bold;
}

.ticket_status {
    background: black;
    color: white;
    font-weight: bold;
    padding: 0.25em 2em !important;
    margin-left: 1em;
    text-transform: uppercase;
    border-radius: 25px;
}

.ticket_status_1, .ticket_status_5, .ticket_status_17 {
    background: #009c00;
}

.ticket_status_7, .ticket_status_9, .ticket_status_12, .ticket_status_13, .ticket_status_18 {
    background: #ff9928;
}

.ticket_status_8, .ticket_status_14, .ticket_status_19 {
    background: #00cab7;
}

.ticket_status_10, .ticket_status_16 {
    background: #4444ff;
}

.ticket_status_11, .ticket_status_15, .ticket_status_20 {
    background: #ff0000;
}

.ticket_not_bridged {
    margin: 0 0 2em 2em;
    width: fit-content;
    padding: 0.25em 1em !important;
    background: #9c0000;
    color: white;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: bold;
}

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

.add_ticket_icon {
    color: #4444ff;
    margin-left: 0.5em;
}

#msp_filter {
    width: 50%;
    margin-right: 1em;
    border: 2px #144084 solid;
    color: #144084;
    font-size: 1.1em;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 0.5em;
}

.billing_sections {
    list-style: none outside;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.billing_sections li {
    display: inline-block;
    width: 39%;
    margin: 0 5% 1em;
    vertical-align: top;
    text-align: center;
}

.billing_sections li p {
    padding: 0;
}

.billing_sections li p input {
    text-align: center;
    cursor: pointer;
}

.billing_sections li p select {
    width: 100%;
}

.billing_msp_list {
    width: 40%;
    margin: 0 auto;
    list-style: none outside;
    height: 170px;
    overflow-y: scroll;
}

.todo_list {
    width: 100%;
}

.todo_list tr td {
    vertical-align: top !important;
    border-bottom: 1px #aaa solid;
    padding: 0.5em 1em;
}

.todo_list tr th {
    text-align: left;
    border-bottom: 1px #aaa solid;
    padding: 0 1em !important;
}

.todo_list tr td p {
    padding: 0 0 0.5em;
}

.todo_list tr td p.response {
    font-weight: bold;
    font-style: italic;
    padding-bottom: 0;
}

.todo_list tr:nth-child(even) td {
    background: #e0e0e0;
}

#extra_per_incident_settings {
    padding-left: 4em;
    display: none;
}

.bridge_modifiers span {
    padding-left: 4em;
}

.half_day_explanation {
    background: #ddd;
    font-size: 0.8em;
    padding: 0.5em 1em;
    text-align: center;
    line-height: 1em;
    margin-bottom: 1em;
}

.half_width {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.fullwidth .half_width {
    width: 46%;
    margin: 0 0.5%;
}

#mc_filter_dialog p {
    padding: 1em 0;
}

#mc_filter_dialog label {
    display: inline-block;
    width: 30%;
}

#mc_schedule_dialog p {
    padding: 1em 0;
}

#mc_schedule_dialog label {
    display: inline-block;
    width: 30%;
}

#mc_quicksearch_dialog p {
    padding: 1em 0;
}

#mc_quicksearch_dialog label {
    display: inline-block;
    width: 30%;
}

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

.report_recipients {
    list-style: none outside;
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
}

.ticket_schedule_icon {
    float: right;
    padding: 1em 0 0 !important;
    margin-right: -1em;
    z-index: 100;
}

.ticket_escalate_icon {
    float: right;
    padding: 1em 0 0 !important;
    z-index: 100;
}

.note_create_icon {
    float: right;
    padding: 1em 0 0 !important;
    z-index: 100;
}

#scheduled_ticket_results .overdue_high {
    background-color: red;
}

#scheduled_ticket_results .overdue_low {
    background-color: yellow;
}

#mc_escalate_dialog, .mcnoc_sow_dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    border: 5px black solid;
    background: white;
    z-index: 100001;
}

.callmanager #mc_escalate_dialog {
    z-index: 50001;
}

#mc_escalate_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
}

.callmanager #mc_escalate_overlay {
    z-index: 50000;
}

#phone_system_quickcodes {
    width: 100%;
    margin: 0 auto;
}

#phone_system_quickcodes tr th {
    width: 20%;
}

#phone_system_quickcodes tr th:first-child {
    width: 5%;
}

#phone_system_quickcodes tr th:nth-child(2) {
    width: 15%;
}

#phone_system_quickcodes .phone_code {
    width: 83%;
}

#phone_system_quickcodes td select {
    width: 97%;
}

#phone_system_quickcodes tfoot td {
    padding: 1em 0 2em;
    text-align: center;
}

#mc_escalate_dialog > p, #mc_escalate_dialog > div {
    width: 70%;
    margin: 0 auto;
}

#mc_escalate_dialog label {
    display: inline-block;
    width: 30%;
    text-align: left;
    vertical-align: top;
}

#mc_escalate_dialog > p > span {
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

#mc_escalate_dialog #escalation_procedures {
    width: 65%;
    height: 200px;
    overflow-y: auto;
    display: inline-block;
    vertical-align: top;
    list-style: none outside;
    margin-bottom: 2em;
}

#mc_escalate_dialog #escalation_procedures li.selected_procedure {
    background: #ffffdd;
}

#mc_escalate_dialog #escalation_procedures li {
    font-size: 0.8em;
    cursor: pointer;
    border-bottom: 1px #aaa solid;
    line-height: 1.4em;
    padding: 0.5em 0;
}

#mc_escalate_dialog #escalation_procedures li:last-child {
    border-bottom: none;
}

#mc_escalate_dialog #escalation_procedures li h3 {
    padding: 0;
}

#mc_escalate_dialog #escalation_procedures li p {
    padding: 0;
}

#sent_email_content {
    text-align: left;
    font-size: 0.8em;
    border: 1px #ccc solid;
    padding: 1em;
    line-height: 1.4em;
    margin: 2em 0;
}

#sent_email_content p {
    padding: 0 0 1em;
}

#sent_email_content p:last-child {
    padding: 0;
}

#blackListAddEdit {
    display: none;
}

#blackListList tr.disabled {
    color: #aaa;
}

#add_rule_note {
    width: 95%;
    height: 75px
}

.telephone_notifications > li {
    padding-bottom: 1em;
}

.community {
    list-style: disc outside;
    padding-left: 2em;
}

.community li {
    padding-bottom: 1em;
}

.contact_history {
    list-style: disc outside;
    padding-left: 2em;
    font-size: 0.8em;
}


.escalation_procedure_types {
    list-style: none outside;
    text-align: center;
    margin-bottom: 1em;
}

.escalation_procedure_types > li {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    border: 1px black solid;
    background: #ddd;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
}

.escalation_procedure_types > li > h3 {
    padding: 0;
    margin: 0;
}

.escalation_procedure_types > li.selected_type {
    background: white;
}

.escalation_procedure_types > li.selected_type h3 {
    color: #C1233C;
    font-weight: bold;
}

#escalation_procedures .dtrg-group td {
    padding: 1em 0 0;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#escalation_procedures td i {
    margin: 0 0.25em;
    display: inline-block;
}

#escalation_procedures td i.fa-circle-yellow {
    text-shadow: #aaa 1px 1px 0, #aaa -1px 1px 0, #aaa -1px -1px 0, #aaa 1px -1px 0;
}

.escalation_procedure_steps {
    list-style: none outside;
}

.escalation_procedure_steps > li {
    text-align: center;
    margin-bottom: 1em;
    position: relative;
}

.escalation_step_order {
    position: absolute !important;
    top: 0;
    left: 1em;
    z-index: 5;
    cursor: pointer;
}

.escalation_procedure_steps li.step {
    background: #efefef;
    padding: 1em;
    border: 1px #aaa solid;
    border-radius: 10px;
}

.escalation_procedure_steps li.join {
    background: #efed79;
    padding: 0.25em 0.5em;
    border: 1px #e5c200 solid;
}

.escalation_procedure_steps .contact_info.hide_email .type_email {
    display: none;
}

.escalation_procedure_steps .contact_info.hide_telephone .type_telephone {
    display: none;
}

.escalation_contacts {
    list-style: none outside;
}

.escalation_contacts li p {
    width: 90%;
    display: inline-block;
    padding: 0.25em 0;
}

.procedure_time_periods {
    list-style: none outside;
    padding-left: 2em;
}

.procedure_time_periods li {
    padding-bottom: 1em;
}

.procedure_time_periods li:last-child {
    padding-bottom: 0;
}

.procedure_time_periods li p {
    padding: 0;
}

.procedure_time_periods li p span {
    display: inline-block;
    vertical-align: top;
    padding-right: 1em;
}

.escalation_submenu {
    list-style: none outside;
    margin-bottom: 1em;
}

.escalation_submenu li {
    border-bottom: 2px #aaa solid;
    display: inline-block;
    width: 49%;
    text-align: center;
}

.escalation_submenu li a {
    color: #aaa;
    font-size: 0.8em;
    text-transform: uppercase;
}

.escalation_submenu li.currently_selected {
    border-color: black;
}

.escalation_submenu li.currently_selected a {
    color: black;
}

.current_escalations > p {
    padding-top: 2em;
}

#current_escalations_table, #escalation_email_templates {
    width: 100% !important;
}

#escalation_email_templates td img {
    position: relative;
    top: 6px;
    padding-right: 0.5em;
}

#escalation_email_templates tr td:last-child {
    padding: 1em;
    text-align: right;
}

.procedure_priorities, .procedure_accounts {
    border: 1px #aaa solid;
    height: 130px;
    overflow-y: auto;
    padding: 0.5em;
    display: none;
}

.email_template_selector {
    display: none;
}

.numchars {
    color: #666;
    font-size: 0.8em;
    font-style: italic;
    padding-left: 3em;
}

.call_manager {
    background: #9c0000;
    margin-bottom: 1em;
    padding: 0.5em 0;
    text-align: center;
}

.call_manager:hover {
    background: red;
}

.call_manager a {
    color: white;
    text-transform: uppercase;
}


.callmanager header header .logo img {
    height: 50px;
}

.callmanager .partner_channel, .callmanager .menu_link, .callmanager footer, .callmanager .existing_ticket, .callmanager .new_ticket_number, .callmanager .tech_list_container {
    display: none;
}

.callmanager .sitewrapper > header {
    height: 75px;
}

.callmanager .liftoff_content {
    width: 90%;
    padding: 0 0 2em;
}

.callmanager .liftoff_content .half {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    overflow-y: auto;
}

.callmanager .liftoff_content > #new_call {
    position: relative;
}

.callmanager .liftoff_content > div:first-child {
    margin-right: 1%;
}

/*.callmanager #add_ticket .contact_hoursbanner, .callmanager #add_ticket .dispatchNotes {*/
/*    display: none !important;*/
/*}*/

.callmanager #notes {
    height: 300px !important;
}

.callmanager .timer .clock {
    font-size: 3em;
    margin-left: 0.5em;
}

.callmanager .guidance_header {
    width: 100%;
    position: fixed;
    z-index: 5;
    background: white;
}

.callmanager .available_options {
    line-height: 3em;
    padding: 0;
}

.callmanager .available_options a {
    margin: 0 0.5em 1em;
    display: inline-block;
    padding: 0 1em;
    line-height: 2em;
}

.callmanager .script_container p, .callmanager .initial_greeting p {
    text-align: center;
}

.callmanager .launch_ticket_window {
    display: none;
}

.callmanager .script_container ul, .callmanager .script_container ol {
    padding-left: 2em;
}

.callmanager .script_container li {
    padding-bottom: 1em;
}

.call_manager_tabs, .tabs {
    list-style: none outside;
    border-bottom: 1px black solid;
    margin-bottom: 2em;
}

.call_manager_tabs li, .tabs li {
    display: inline-block;
    width: fit-content;
    vertical-align: bottom;
    border: 1px black solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0;
    padding: 0 1em;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: #e2e2e2;
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
}

.call_manager_tabs li:first-child, .tabs li:first-child {
    margin-left: 1em;
}

.call_manager_tabs li.tab_selected, .tabs li.tab_selected {
    background: #e4f5fc;
    background: -moz-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
    background: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
    background: linear-gradient(to bottom, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4f5fc', endColorstr='#2ab0ed', GradientType=0);
}

.call_manager_tab_content .fa-chevron-circle-left, .tab_content .fa-chevron-circle-left {
    display: none;
}

.script_half {
    overflow-y: visible !important;
}

#call_history_table {
    margin-top: 2em;
    width: 95%;
}

.ad_tickets, #security_dashboard {
    font-family: 'Cabin Condensed', sans-serif;
}

.ad_tickets td {
    line-height: 1.1em;
    font-size: 0.95em;
}

#security_dashboard { width: 100% !important; }

#security_dashboard th { padding-left: 0 !important; padding-right: 0 !important; }
#security_dashboard td {
    font-size: 0.8em;
    line-height: 1em;
}

#security_dashboard tr td:first-child {
    white-space: nowrap;
}

#security_dashboard .alert1 td { background: #c4daeb; }
#security_dashboard .alert2 td { background: #c4ebc4; }
#security_dashboard .alert3 td { background: #ebc4c4; }

.ad_tickets td .ad_smaller {
    display: block;
    font-size: 0.8em;
}

.ad_tickets .big_icon i {
    font-size: 1.5em;
    padding-right: 0 !important;
}

.ad_sla {
    display: inline-block;
    line-height: 1.75em;
}

.ad_sla a {
    color: white;
}

.ad_tickets + .dataTables_info, .ad_tickets ~ .dataTables_paginate {
    font-size: 0.8em;
    font-family: 'Cabin Condensed', sans-serif;
}

.ad_tickets ~ .dataTables_paginate .paginate_button {
    padding: 0 1em !important;
}

.ad_action_icons a {
    display: inline-block;
    height: 25px;
}

.ad_action_icons a i, .ad_icon i {
    margin-right: 0.5rem;
    /*font-size: 1.2em;*/
    line-height: 1em !important;
}

.ad_action_icons a:last-child i {
    margin-right: 0;
}

.bordered {
    padding: 1em;
    border: 1px black solid;
    border-radius: 10px;
    margin-bottom: 1em;
    display: none;
}

.mfa_box {
    width: 60%;
    margin: 2em auto;
    padding: 1em;
    border: 2px black solid;
    text-align: center;
}

.mfa_done i {
    color: green;
}

.mfa_not_done i {
    color: red;
}

.vip_ticket {
    background-color: #fff0a8 !important;
}

.mismatched_schedule_ticket {
    background-color: #ff92fb !important;
}

.schedule_status_mismatch {
    background-color: white !important;
}

.sync_indicator {
    opacity: 0.25;
}

.call_manager_filter, .activity_report_filter, #additional_filters > div, .tech_filter, .ticket_filter {
    width: fit-content;
    margin: 0 0.5em 1em;
    display: inline-block;
}

#additional_filters {
    margin-top: 1em;
}

#br_update_button {
    display: none;
}

#activity_bar_container {
    margin-bottom: 2em;
}

#activity_bar_container h3 {
    font-size: 0.9em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1em;
}

#activity_bar_container h3 span {
    padding-left: 3em;
}

.activity_bar {
    width: 100%;
    height: 25px;
    border: 1px black solid;
    position: relative;
    background: #eee;
    overflow-x: hidden;
}

.activity_bar .gap {
    position: absolute;
    top: 0;
    height: 25px;
    background: #666;
}

.activity_bar_labels {
    width: 100%;
    position: relative;
    top: -5px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
}

.activity_bar_labels .start {
    position: absolute;
    left: 0;
}

.activity_bar_labels .end {
    position: absolute;
    right: 0;
}

#tech_report {
    margin: 2em 0;
    height: 600px;
}

.wickedpicker {
    z-index: 100001 !important;
}

.contact_hours_container {
    position: relative;
}

.contact_hours_overlay {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
}

.week {
    margin-bottom: 1em;
}

.week thead th {
    text-align: center;
}

.week tbody td {
    width: 12%;
    text-align: center;
}

.week tbody td input[type="text"] {
    width: 90%;
    text-align: center;
}

.week tbody th {
    width: 16%;
    text-align: center;
}

.table_box {
    border-collapse: collapse;
}

.table_box th, .table_box td {
    border: 1px #444 solid;
}

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

.matrix {
    width: 100%;
}

.dispatch_container {
    position: relative;
}

.dispatch_overlay {
    display: none;
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.dispatchNotes {
    display: none;
    margin-bottom: 1em;
    padding: 1em;
    list-style: none outside;
}

.dispatchNotes p {
    padding: 0 0 0.5em;
}

.dispatchNotes p:last-child {
    padding-bottom: 0;
}

.dispatchNotes li {
    width: 47%;
    box-sizing: border-box;
    margin: 0 1% 0.5em 0;
    display: inline-block;
    text-align: left;
    padding: 0.5em 0.5em 0.5em calc(0.5em + 45px);
    border: 1px #666 solid;
    border-radius: 5px;
    vertical-align: top;
}

.dispatchNotes li h3 {
    text-align: left;
    margin-left: -36px;
    padding: 0;
}


.contact_hours_banner {
    background: #ddddff;
    padding: 1em;
    text-align: center;
    display: none;
}

.contact_hours_banner > div {
    flex: 1 0 calc(50% - 1em);
}

.contact_hours_banner > .account_hours {
    margin-left: 2em;
    display: none;
}

.callmanager .contact_hours_banner {
    flex-wrap: wrap;
}

.callmanager .contact_hours_banner > div {
    flex-basis: 100%;
}

.callmanager .contact_hours_banner > .account_hours {
    margin-left: 0;
}

.callmanager .dispatchNotes li {
    width: 100%;
}

.contact_hours_banner h3 {
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.contact_hours_banner table {
    margin: 0 auto 1em;
    border-collapse: collapse;
    width: 100%;
}

.contact_hours_banner table tr th {
    width: 9%;
}

.contact_hours_banner table td {
    border: 1px #aaa solid;
    padding: 0.5em;
    width: 13%;
    white-space: nowrap;
    font-size: 0.8em;
}

.contact_hours_banner .outside_hours {
    color: red;
}

.bulletin_banner {
    background: #ffdddd;
    padding: 1em;
    text-align: center;
    display: none;
}

.bulletin_banner p {
    padding-top: 0;
}

.bulletin_banner ol, .bulletin_banner ul {
    width: fit-content;
    margin: 0 auto 1em;
}

.bulletin_banner li {
    text-align: left;
    padding-bottom: 0.25em;
    line-height: 1em;
}

#assign_to_mc_table td {
    padding: 0.5em 0;
}

.psa_icon {
    float: left;
    padding-right: 10px;
}

.red_box {
    background: #c5293d;
}

.gold_box {
    background: #e29705;
}

.red_box, .gold_box {
    padding: 0.25em 0.5em;
    margin-left: 1em;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

#ticket_review_overlay {
    position: fixed;
    z-index: 499;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
}

.ticket_reviewed_by {
    white-space: nowrap;
}

.review_title_flags {
    position: relative;
    top: -0.15em;
}

.overall_confirm {
    font-size: 1.2em;
    color: #BF223D;
    text-align: center;
    line-height: 1.2em;
    padding-top: 1em;
}

.confirm_checkbox {
    /*margin-top: -0.75em;*/
    line-height: 1.2em;
}

.confirm_checkbox:after {
    display: table;
    content: '';
    clear: both;
}

.confirm_checkbox input {
    float: left;
    margin-bottom: 1em;
}

#open_escalate_window {
    display: inline-block;
    width: 10%;
    text-align: center;
    vertical-align: top;
}

.beside_escalate_checkbox {
    display: inline-block;
    width: 87%;
    text-align: left;
    vertical-align: top;
    padding-bottom: 1em;
}

#review_split_ticket {
    display: block;
    text-align: center;
}

#review_perincident_disabled {
    margin-top: 1em;
    display: none;
    padding: 0.5em;
    background: red;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}

#auto_onboard_enabled {
    margin-top: 0.25em;
    display: none;
    padding: 0.5em;
    background: #0000cc;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}

#email_template {
    width: 100%;
    height: 250px;
    margin-bottom: 1em;
}

#template_section {
    display: none;
}

.ddb_email_content #template_section {
    display: block;
}

.email_template_list {
    padding: 1em 0;
    list-style: none outside;
}

.email_template_list li {
    padding-bottom: 0.5em;
    line-height: 1.2em;
}

.ticket_description_dialog, #mc_payment_card_dialog, .mcnoc_quickinfo_dialog, #pod_dialog, #mc_ddb_email, #manage_pod_dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100005;
    width: 60%;
    height: 80%;
    box-shadow: #000 0 0 5px;
    padding: 1em;
    background: white;
    border: 3px black solid;
    display: none;
    overflow-y: auto;
}

#pod_dialog {
    height: auto;
}

.ticket_description_dialog > p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ticket_description {
    height: 90%;
    overflow-y: auto;
}

.ticket_details { text-align: left; line-height: 1.2em; font-size: 0.8em; }

#mc_payment_card_dialog h2 {
    text-align: center;
}

#payment_cards {
    margin-bottom: 3em;
}

#payment_cards td i {
    position: relative;
    top: 3px;
}

.read_more_button {
    display: inline-block;
    margin-left: 1em;
    padding: 5px 1em;
    background: #2962c5;
    color: white !important;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
}

#ticket_report td, #current_escalations_table td {
    line-height: 1.1em;
    font-family: 'Cabin Condensed', 'Arial Condensed', sans-serif;
}

#extended_search_results th, #extended_search_results td {
    line-height: 1.3em;
    font-family: 'Cabin Condensed', 'Arial Condensed', sans-serif;
}

#extended_search_results td {
    cursor: pointer;
}

.for_msp, .for_mc {
    display: inline-block;
    width: 35px;
    background: #0000cc;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px 5px 0;
}

.for_mc {
    background: #cc0000 !important;
    margin-bottom: 0 !important;
}

#mc_ticket_detail_dialog {
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 80%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    margin: 0 auto;
    padding: 3rem;
    background: white;
    border: 2px black solid;
    box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px;

}

#mc_ticket_detail_dialog .ticket_details, #mc_ticket_detail_dialog .notes_time_entries {
    width: 100%;
    font-family: "Cabin Condensed", "Arial Narrow", sans-serif;
    border-collapse: collapse;
}

#mc_ticket_detail_dialog .ticket_details th, #mc_ticket_detail_dialog .ticket_details td {
    border: 1px black solid;
}

#mc_ticket_detail_dialog .ticket_details th {
    width: 30%;
    background: #eee;
}

#mc_ticket_detail_dialog .ticket_details tr th:first-child, #mc_ticket_detail_dialog .ticket_details tr th:nth-child(3) {
    width: 20%;
}

#mc_ticket_detail_dialog .ticket_details td {
    padding-bottom: 1rem;
}

#mc_ticket_detail_dialog .ticket_details td.textleft {
    padding: 0 1rem 1rem;
}


/*.tech_list_container {*/
/*    display: inline-block;*/
/*    min-height: 135px;*/
/*    box-sizing: border-box;*/
/*    vertical-align: middle;*/
/*    width: calc(100% - 120px - 5em); !* 100% - width of logo - a little extra spacing *!*/
/*    position: relative;*/
/*    border-radius: 10px;*/
/*    background: rgb(233, 233, 233);*/
/*    background: linear-gradient(180deg, rgba(233, 233, 233, 1) 0%, rgba(203, 203, 203, 1) 100%);*/
/*    text-align: center;*/
/*    line-height: 1.2em;*/
/*}*/

/*.tech_list_container .sync_icon {*/
/*    position: absolute;*/
/*    bottom: 0.5em;*/
/*    right: 0;*/
/*    color: #ccc;*/
/*    display: none;*/
/*}*/

/*.team_listing {*/
/*    list-style: none outside;*/
/*    text-align: left;*/
/*    line-height: 1.2em;*/
/*    vertical-align: top;*/
/*    font-size: 0.8em;*/
/*    display: inline-block;*/
/*    margin-left: 30px;*/
/*    width: 60%;*/
/*}*/

/*.no_coordinator {*/
/*    line-height: 1.2em;*/
/*    font-size: 0.8em;*/
/*    border: 2px red solid;*/
/*    background: #ffaaaa;*/
/*    color: black;*/
/*    font-weight: bold;*/
/*    margin: 0.5rem 0;*/
/*    padding: 0.5rem;*/
/*}*/

/*.team_listing li {*/
/*    display: inline-block;*/
/*    width: 32%;*/
/*    text-align: left;*/
/*    line-height: 1em;*/
/*    padding: 0.25em 0.5em;*/
/*    white-space: nowrap;*/
/*    box-sizing: border-box;*/
/*}*/

/*!**/
/*.team_listing li:first-child {*/
/*    width: 100%;*/
/*    display: block;*/
/*    font-size: 0.7em;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    letter-spacing: 0.5em;*/
/*    border-bottom: 1px #aaa solid;*/
/*    padding-top: 10px;*/
/*    margin-bottom: 5px;*/
/*    text-align: center;*/
/*    vertical-align: bottom;*/
/*}*/
/**!*/

/*.team_listing li strong {*/
/*    font-weight: bold;*/
/*    color: #9c0000;*/
/*}*/

/*.team_listing li span.idletime {*/
/*    font-size: 0.85em;*/
/*    font-weight: 300;*/
/*    background: transparent;*/
/*    display: inline-block;*/
/*    border-radius: 50px;*/
/*    border: 1px #888 solid;*/
/*    text-align: center;*/
/*    width: 2em;*/
/*    margin-right: 0.5em;*/
/*}*/

/*.team_listing li strong span.idletime {*/
/*    background: #9c0000;*/
/*    color: white;*/
/*    border: 1px #9c0000 solid;*/
/*}*/

/*.team_listing ul li i {*/
/*    font-size: 1.25em;*/
/*}*/

#onboard_multiple_devices, #offboard_multiple_devices, #adjust_dates_devices {
    width: 100% !important;
}

#onboard_multiple_devices select, #onboard_multiple_devices input, #offboard_multiple_devices select, #offboard_multiple_devices input, #adjust_dates input {
    width: 98% !important;
    font-family: 'Poppins', 'Arial', sans-serif;
}

.onboard_multiple_profile select {
    width: 100% !important;
}

.onboard_multiple_profile .helpdesk_half_day_hour, .onboard_multiple_profile .helpdesk_half_day_min, .onboard_multiple_profile .helpdesk_half_day_ampm {
    width: 4em !important;
}

#onboard_multiple .highlight {
    background: yellow;
}

.onboard_multiple_profile {
    text-align: center;
}

.onboard_multiple_profile p {
    text-align: left;
}

.onboard_multiple_12, .onboard_multiple_14, #adjust_dates_12 {
    display: inline-block;
    vertical-align: top;
}

.onboard_multiple_12 span, .onboard_multiple_14 span {
    position: relative;
}

.onboard_multiple_12, #adjust_dates_12 {
    width: 48%;
}

.onboard_multiple_14 {
    width: 24%;
}

#offboard_multiple_devices select, #offboard_multiple_devices input {
    width: 98% !important;
    font-family: 'Poppins', 'Arial', sans-serif;
}

.offboard_multiple_profile select {
    width: 100% !important;
}

.offboard_multiple_profile .helpdesk_half_day_hour, .offboard_multiple_profile .helpdesk_half_day_min, .offboard_multiple_profile .helpdesk_half_day_ampm {
    width: 4em !important;
}

#offboard_multiple .highlight {
    background: yellow;
}

.ofboard_multiple_profile {
    text-align: center;
}

.offboard_multiple_profile p {
    text-align: left;
}

.offboard_multiple_12, .offboard_multiple_14 {
    display: inline-block;
    vertical-align: top;
}

.offboard_multiple_12 span, .offboard_multiple_14 span {
    position: relative;
}

.offboard_multiple_12 {
    width: 48%;
}

.offboard_multiple_14 {
    width: 24%;
}


#payment_information {
    width: 50%;
    margin: 2em auto;
}

.charges_table {
    width: 100%;
}

.charges_table th {
    border-bottom: 1px #ddd solid;
    padding: 0 0.5em !important;
}

.charges_table td {
    border-bottom: 1px #ddd solid;
    padding: 0.5em;
}

.charges_table td input, .charges_table td select {
    width: 95%;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1.1em;
}

.referral_program ul {
    list-style: disc outside;
    padding-left: 2em;
}

.referral_program ul li {
    padding-bottom: 0.5em;
}

#blackListList td {
    font-family: "Cabin Condensed", "Arial Narrow", sans-serif;
    line-height: 1.2em;
    white-space: nowrap;
    cursor: default !important;
}

#blackListList td span {
    font-size: 0.8em;
}

#blackListList th {
    vertical-align: bottom;
}

#blackListList th span {
    font-size: 0.8em;
    font-weight: normal;
    font-family: "Cabin Condensed", "Arial Narrow", sans-serif;
}

#blackListList th select {
    width: 100%;
    font-family: "Cabin Condensed", "Arial Narrow", sans-serif;
    font-size: 0.9em;
    margin-bottom: 0.25em;
}

#secondary_ticket_status_container {
    display: none;
    padding-left: 3em;
    margin-bottom: 3em;
}

#secondary_ticket_status_container ul {
    list-style: none outside;
    column-count: 3;
}

#onboarding_tickets th, #onboarding_tickets td {
    cursor: default !important;
}

#onboarding_tickets td {
    vertical-align: top !important;
    line-height: 1.3em;
}

#onboarding_tickets td ul {
    list-style: none outside;
}

#onboarding_tickets td ul li {
    line-height: 1.2em;
    padding: 0.25em 0;
    text-indent: -1em;
}

#onboarding_tickets td ul.checklist_todo li {
    cursor: pointer;
}

#onboarding_tickets td ul.checklist_todo li.important_item i {
    color: red;
}

.add_payment_card p {
    position: relative;
    text-align: center;
    padding-bottom: 2em;
}

.add_payment_card p label {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0) !important;
    font-size: 0.7em !important;
    top: -2em !important;
}

.add_payment_card input[type="text"], .add_payment_card select {
    width: 50% !important;
    font-family: 'Poppins', 'Arial', sans-serif;
    font-size: 1.1em;
    text-align: center;
}

.add_payment_card select {
    width: 5em !important;
}

#close_payment_card_dialog_button {
    display: none;
}

#mc_payment_card_dialog #close_payment_card_dialog_button {
    display: inline-block;
}

#email_completion, #no_email, #phone_completion, #no_phone, #sms_completion, #no_sms, #slack_completion, #no_slack {
    text-align: center;
    font-size: 1em;
}

#toggle_subscription_button {
    position: absolute;
    left: 1.5em;
    top: auto;
    bottom: 1em;
    height: 1.5em;
    line-height: 1.5em;
}

.mcnoc_user .logomark {
    height: 5em;
    margin-left: 2em;
    width: auto !important;
    display: none;
}

#mcnoc_notifications {
    position: fixed;
    top: 1em;
    right: 1em;
    width: 350px;
    height: auto;
    z-index: 999999999;
}

#mcnoc_notifications div {
    font-weight: bold;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1em;
    text-align: center;
    margin-bottom: 1em;
    position: relative;
}

#mcnoc_notifications div.type_phone {
    background: rgba(190, 0, 0, 0.8);
    color: white;
}

#mcnoc_notifications div.type_timeup {
    background: rgba(255, 255, 0, 0.8);
    color: black;
}

#mcnoc_notifications div.type_note_added {
    background: rgba(0, 255, 217, 0.8);
    color: black;
}

#mcnoc_notifications div a.close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    color: white;
}

#mcnoc_notifications div p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.within_three_days {
    background: #FFFF00;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 1em;
    padding: 1em;
    text-align: center;
    line-height: 1.2em;
    display: none;
}

.documentation_platforms_list label {
    font-weight: bold;
}

.documentation_platforms_list:after {
    content: '';
    display: table;
    clear: both;
}

.documentation_platforms_list ul {
    list-style: none outside;
    column-count: 2;
}

.itglue_url_container {
    margin-top: 1em;
}

#quickinfo {
    position: absolute;
    bottom: 1em;
    left: 1em;
    width: 200px;
    text-align: center;
    line-height: 3rem;
}

#quickinfo .mcnoc_button {
    white-space: nowrap;
}

/*#quickinfo a {*/
/*    position: relative;*/
/*    top: 3em;*/
/*}*/

.msp_quickinfo {
    display: flex;
    align-items: flex-start;
    overflow-y: auto;
}

.msp_quickinfo > div {
    flex-basis: 49%;
    margin-left: 2%;
    box-sizing: border-box;
}

.msp_quickinfo > div:first-child {
    margin-left: 0;
}

.msp_quickinfo ul {
    list-style: none outside;
    max-height: 20em;
    overflow-y: auto;
}

.msp_quickinfo ul li {
    text-align: left;
    padding: 0.25em 0.5em;
    border-bottom: 1px #ddd solid;
    cursor: pointer;
}

.msp_quickinfo ul li:last-child {
    border-bottom: 0;
}

.msp_quickinfo table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Cabin Condensed', 'Arial Condensed', sans-serif;
    margin-bottom: 2em;
}

.msp_quickinfo table th {
    width: 30%;
    text-align: left;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    padding: 0 0.5em;
}

.msp_quickinfo table td {
    width: 70%;
    text-align: left;
    border-bottom: 1px #ddd solid;
    padding: 0 0.5em;
}

.msp_quickinfo table td.contact {
    width: 30%;
}

.msp_quickinfo table tr:last-child th, .msp_quickinfo table tr:last-child td {
    border-bottom: 0;
}

.unbreakable {
    white-space: nowrap;
}

.unbreakable:after {
    content: '\00B7';
    display: inline-block;
    padding: 0 0.5em;
}

.msp_quickinfo table td .unbreakable:last-child:after {
    content: '';
}

#slack_message_content {
    font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif;
    width: 100%;
    height: 100px;
}

#runtime_table {
    width: 100%;
    border-spacing: 10px;
    border-collapse: separate;
    cursor: default !important;
}

#runtime_table > thead > tr > th {
    text-align: center;
    border-bottom: 1px black solid;
}

#runtime_table table {
    width: 90%;
    margin: 0 auto;
}

#runtime_table table td {
    border-bottom: 1px #ddd solid;
    text-align: center;
    cursor: default !important;
}

#review_ticket_instructions {
    list-style: none outside;
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

#review_ticket_instructions li {
    flex-basis: 19%;
    padding: 0.5em;
    box-sizing: border-box;
    border: 1px black solid;
    border-radius: 10px;
    margin-right: 1%;
    background: #ffffdd;
}

#review_ticket_instructions li h4 {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px black solid;
    padding: 0;
    margin: 0 0 5px;
    line-height: 18px;
}

#review_ticket_instructions li p {
    font-size: 12px;
    text-align: center;
    padding: 0;
}

.time_spent_to_date {
    text-align: center;
    border: 1px black solid;
    border-radius: 15px;
    padding: 1em;
    margin-top: 2em;
    box-sizing: border-box;
}

.time_spent_to_date span {
    display: inline !important;
    font-weight: bold;
    color: red;
}

.msp_exclusions {
    list-style: none outside;
    column-count: 3;
}

#dispatch_dashboard_table td {
    cursor: default !important;
}

#dispatch_dashboard_table .block {
    display: block;
    font-size: 0.8rem;
}

#dispatch_dashboard_table .nopadding {
    margin-right: 0 !important;
}

.time_disclaimer {
    text-align: center;
    display: none;
    font-style: italic;
}

.call_report_download_button {
    text-align: center;
    margin: 3em 0;
    display: none;
}

.hide_until_report_done {
    margin-top: 2em;
    display: none;
}

.shaded {
    background: #ddf;
}

.device_report_table th, .device_report_table td, .compact_font td {
    font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif;
}

table.compact_header th {
    font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif;
    font-weight: normal;
    padding: 0 !important;
    text-indent: -10px;
}

.column_striping thead tr th:nth-child(even), .column_striping tbody tr td:nth-child(even) {
    background-color: #eee !important;
}

.bold_cells td {
    font-weight: bold;
}

.ticket_instructions_verification {
    text-align: center;
    background: #ffffdd;
    padding: 0.5rem 0;
    border: 1px #aaaaff solid;
}

#call_report_detail th, #call_report_detail td {
    padding: 10px 18px !important;
}

.audio_link i {
    margin: 0 !important;
}

#audio_controls {
    position: fixed;
    bottom: -105%;
    right: 0;
    z-index: 9999999999;
    background: white;
    border: 3px #aaa solid;
    padding-bottom: 2rem;
    text-align: center;
    min-width: 25%;
    transition: 0.4s all;
}

#audio_controls.visible {
    bottom: 0;
}

#audio_controls h3, #audio_controls p {
    padding: 0;
    margin: 0;
}

#onboarded_status {
    font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: black;
}

#onboarded_status img {
    padding-right: 4px !important;
}

#verifying, #verification_status {
    display: none;
}

#device_type_map {
    width: 100%;
    border-collapse: collapse;
}

#device_type_map tr td {
    width: 50%;
    border: 1px #ccc solid;
    border-left: 0;
    border-right: 0;
    padding: 0.5rem 1rem;
}

#device_type_map select {
    width: 100%;
    font-size: 1.1rem;
}

#mc_ddb_email_thread {
    border: 3px black solid;
    background: white;
    position: fixed;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    display: none;
    transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 10px;
}

#close_ddb_email_thread {
    position: absolute;
    top: 1rem;
    left: 101%;
}

.ddb_email_thread_list {
    list-style: none outside;
    flex-basis: 30%;
    box-sizing: border-box;
    height: 100%;
    border-right: 2px black solid;
    overflow-y: auto;
}

.ddb_email_thread_list li {
    border-bottom: 1px #777 solid;
    padding: 1rem;
    cursor: pointer;
    text-align: left;
    font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif;
    font-size: 0.8rem;
}

.ddb_email_thread_list li.current {
    background: #eee;
}

.ddb_email_thread_list li p {
    padding: 0;
    margin: 0;
}

.ddb_email_content {
    flex-basis: 70%;
    box-sizing: border-box;
    padding: 1rem;
    text-align: left;
    overflow-y: auto;
}

.underline {
    border-bottom: 1px black solid;
    margin-bottom: 1rem;
}

.recipient_list {
    list-style: none outside;
    margin-bottom: 2rem;
}

.recipient_list input {
    display: inline-block;
    width: 45% !important;
}

.sla_report_percentages {
    display: none;
    border: 1px black solid;
    padding: 0.5rem;
    margin: 2rem 0;
    text-align: center;
}

.noc_sla_met, .noc_sla_within_10, .noc_sla_missed, .hd_sla_met, .hd_sla_within_10, .hd_sla_missed {
    width: 0;
    height: 2rem;
    line-height: 2rem;
    background: #009c00;
    color: white;
    font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

.noc_sla_within_10, .hd_sla_within_10 {
    background: #CB6A00;
}

.noc_sla_missed, .hd_sla_missed {
    background: #ff0000;
}

#escalation_report_summary > div {
    flex-basis: 25%;
    padding: 1rem;
    text-align: center;
    box-sizing: border-box;
}

#escalation_report_summary_2 > div {
    flex-basis: 33%;
    padding: 1rem;
    text-align: center;
    box-sizing: border-box;
}

#escalation_report_summary p, #escalation_report_summary_2 p {
    font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif;
    line-height: 1em;
}

.park_or_schedule {
    width: 95%;
    margin: 2em 0;
    background: #ffbbbb;
    border: 2px red solid;
    padding: 1rem;
}

#calendar_header {
    width: 80%;
    margin: 0 auto;
}

#calendar_header span {
    font-size: 1.5rem;
}

#calendar_header a {
    padding: 0.15rem 2rem;
}

.holiday_calendar {
    border-collapse: collapse;
    width: 98%;
    margin-left: 1%;
}

.holiday_calendar th {
    width: 14.28%;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px black solid;
}

.holiday_calendar td {
    border: 1px #666 solid;
    position: relative;
    height: 75px;
    vertical-align: top !important;
}

.holiday_calendar td.empty_day {
    border: none;
}

.holiday_calendar .date_number {
    font-size: 0.8em;
    font-weight: bold;
    display: block;
    width: 25%;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
    text-align: center;
}

.holiday_calendar td.is_holiday {
    background: #ffffbb;
}

.holiday_calendar td p {
    padding: 0 0.25rem;
    font-size: 0.8rem;
    line-height: 1.2em;
}

.holidays {
    list-style: none outside;
}

.holidays li {
    padding: 0.5rem 1rem;
}

.holidays li:nth-child(odd) {
    background: #eee;
}

#schedule_main table tr:nth-child(odd) {
    background: #eee;
}

#schedule_main table th {
    width: 33%;
}

#schedule_main table {
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.holidays li:after {
    content: '';
    clear: both;
    display: table;
}

.holidays .mcnoc_button {
    float: right;
    font-size: 0.9rem;
}

.holidays h4 {
    font-size: 1.25rem;
    padding: 0;
    margin: 0;
}

.holidays p {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
}

.msp_holiday {
    background: yellow;
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 0;
    display: none;
}

.instructions {
    list-style: disc outside;
    padding-left: 3rem;
}

.instructions ul {
    list-style: circle outside;
    padding-left: 3rem;
}

.instructions li {
    padding-bottom: 1rem;
}

.verification_required, .contact_verified, .contact_not_verified {
    margin-top: 0.5rem;
    display: block;
}

.mcnoc_throb a {
    animation: throb 1.5s infinite;
}

.call_manager_template_list {
    list-style: none outside;
}

.call_manager_template_list li {
    background: white;
    transition: 0.4s all;
}

.call_manager_template_list li:hover {
    background: #eee;
}

.call_manager_template_list li.selected {
    background: #ddd;
}

#template_content {
    width: 100%;
    height: 250px;
}

.sow_pages {
    list-style: none outside;
    margin-top: 2rem;
}

.sow_pages li {
    background: #eee;
    color: #444;
    padding: 0.5rem;
    border: 1px #aaa solid;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    font-family: "Cabin Condensed", "Arial Narrow", sans-serif;
}

.sow_pages li.placeholder {
    background: #ffffc1;
    height: 28px;
}

.sow_pages li#no-steps {
    background: white;
    text-align: center;
}

.sow_pages li .iblock {
    display: inline-block;
    width: 2rem;
}

.sow_pages li .cblock {
    display: inline-block;
    width: calc(100% - 2rem);
    cursor: pointer;
}

.mcnoc_sow_search {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.mcnoc_sow_search input {
    width: 80%;
    text-align: center;
    font-size: 1.2em;
}

.mcnoc_sow_accordion_container {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    height: 90%;
    overflow-y: auto;
    margin: 2rem auto;
}

.sow_accordion > div {
    padding: 1rem 2rem;
}

.mcnoc_sow_accordion_container .sow_highlight {
    background: #f8f878;
    font-weight: bold;
    text-transform: uppercase;
}

.ui-state-active .sow_highlight {
    color: black !important;
}

.time_report_tab label, .time_report_tab select {
    width: 100% !important;
}

.current_time {
    display: block;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    line-height: 1.2em;
    position: relative;
    z-index: 10;
}

.current_time span {
    font-weight: bold;
    font-size: 0.9rem;
}

.noclose .ui-dialog-titlebar-close {
    display: none;
}

.progress_bar {
    width: 50%;
    margin: 1rem auto;
    padding: 2rem;
    position: relative
}

.progress_bar .progress_container {
    position: relative;
    border: 1px black solid;
    border-radius: 50px;
    padding: 0;
    display: block;
    height: 15px;
}

.progress_bar .progress {
    background: blue;
    position: absolute;
    width: 80%;
    height: 100%;
    margin: 0;
    border-radius: 50px;
}

.progress_bar .time_spent, .progress_bar .time_allowed {
    position: absolute;
    width: fit-content;
    font-size: 0.8rem;
    left: 80%;
    top: -2rem;
    transform: translate(-50%, 0);
}

.progress_bar .time_allowed {
    left: 100%;
    top: auto;
    bottom: -2rem;
}


@keyframes throb {
    0% {
        color: black;
    }
    30% {
        color: red;
    }
    50% {
        color: red;
    }
    80% {
        color: black;
    }
}


/** MSPs Users **/
div.createUser {
    padding: 20px;
    margin: 40px auto;
    border: dashed 2px black;
    background-color: #f5f5f5;
}

.hide{
    display: none;
}


#createUser input.error{
    border-color: red;
}

.select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 0.85em; }
.select2-results__option { padding: 0 6px !important; font-size: 0.85em; }

#missing_prepurchased_contract_warning { font-weight: bold; padding: 0.5em 1em; background: #ffdddd; margin: 1em 0; }

.td_add_contact_dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    transform: translate(-50%,-50%);
    background: white;
    border: 3px black solid;
    z-index: 100001;
    text-align: center;
    padding: 1em;
    display: none;
}
.td_add_contact_dialog input {
    width: 70%;
    text-align: center;
}

.users_list { list-style: none outside; column-count: 2; }
.users_list li { padding: 0.5rem 1rem; border-bottom: 1px #ddd solid; }
.users_list li .user_id { display: inline-block; width: 2.5rem; text-align: left; font-size: 0.8em; }
.users_list.hide_inactive_users .user_disabled { display: none; }
.users_list .user_disabled a { text-decoration: line-through; font-weight: normal; color: #aaa; font-style: italic; }

.left_side_menu a { display: block; position: relative; width: 80%; padding: 0.25em; }
.left_side_menu a.current_page { background: #144084; color: white; }
.left_side_menu a.current_page:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px #144084 solid;
}

.page_with_submenu { display: flex; align-items: flex-start; margin-top: 1rem; }
.left_side_menu { flex-basis: 15%; box-sizing: border-box; font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif; }
.side_menu_main_section { flex-basis: 85%; box-sizing: border-box; padding: 0; }
.user_subpage { display: none; }

#user_status { float: right; font-size: 0.8em; padding: 0.25em 0.5em; margin-top: 0.5rem; color: white; font-weight: bold; }
.status_green { background: #009c00; }
.status_red { background: #ff0000; }

#review_ticket_bulletin { background: #ffeeee; border-left: red 4px solid; text-align: left; padding: 0.25rem 1rem; }
#review_ticket_bulletin:before { font-size: 0.7em; font-weight: bold; content: 'BULLETIN'; display: block; margin-top: 0.5em; line-height: 1em; }
#review_ticket_bulletin p { padding: 0; }

.review_ticket_instructions { background: #eeeeff; border-left: blue 4px solid; text-align: left; padding: 0.25rem 1rem; }
.review_ticket_instructions:before { font-size: 0.7em; font-weight: bold; display: block; margin-top: 0.5em; line-height: 1em; }
#review_ticket_instructions_global:before { content: 'INSTRUCTIONS FOR ALL ACCOUNTS'; }
#review_ticket_instructions_account:before { content: 'INSTRUCTIONS FOR THIS ACCOUNT'; }
.review_ticket_instructions p { padding: 0; }

.review_ticket_bulletin { background: #eeffee; border-left: green 4px solid; text-align: left; padding: 0.25rem 1rem; }
.review_ticket_bulletin:before { font-size: 0.7em; font-weight: bold; display: block; margin-top: 0.5em; line-height: 1em; }
#review_ticket_bulletin_global:before { content: 'BULLETIN FOR ALL ACCOUNTS'; }
#review_ticket_bulletin_account:before { content: 'BULLETIN FOR THIS ACCOUNT'; }
.review_ticket_bulletin p { padding: 0; }

.review_ticket_bulletin + .review_ticket_instructions { margin-top: 1em; }

.review_side_by_side { width: 100%; display: flex; gap: 1rem; align-items: flex-start; }
.review_side_by_side > div { flex-grow: 1; }

.obwizard_button_row { margin-top: 1rem; text-align: left; }
.obwizard_button_row:after { content: ''; clear: both; display: table; }
.onboarding_col { display: flex; width: 100%; gap: 1rem; list-style: none outside; margin-bottom: 2rem; }
.onboarding_col li { text-align: center; flex-grow: 1; width: 0; box-sizing: border-box; align-items: flex-start; }
.onboarding_col li label { display: block; font-weight: bold; }
.onboarding_col.onboarding_platform_selection li { padding: 2rem; box-sizing: border-box; border: 1px #eee solid; border-radius: 10px; }
.onboarding_col.onboarding_platform_selection li label { height: 150px; position: relative; }
.onboarding_col.onboarding_platform_selection li img { max-width: 100%; max-height: 150px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: auto !important; height: auto !important; }
.onboarding_col input[type="text"], .onboarding_col select { box-sizing: border-box; width: 100%; }
.onboarding_progress_meter { width: 100%; height: 20px; border: 1px #444 solid; border-radius: 10px; position: relative; margin: 1rem 0; overflow: hidden; display: none; }
.onboarding_progress_meter span { width: 0; height: 100%; background: #c32a3b; position: absolute; top: 0; left: 0; transition: 0.5s all; }
.onboarding_slide .mcnoc_highlight { border: 1px #444 solid; padding: 2px 3px; }
.onboarding_accordion_title { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: bold; border: 1px #444 solid; border-radius: 15px; margin: 1rem 0; }
.onboarding_accordion { margin-bottom: 2rem; }

.onboarding_col.onboarding_psa_question { margin-top: 5rem; align-items: flex-start; }
.onboarding_col.onboarding_psa_question li label { margin-top: 0; top: 0; position: relative; }

.onboarding_columns { display: flex; gap: 2rem; align-items: flex-start; }
.onboarding_column_big { flex-basis: 70%; box-sizing: border-box; }
.onboarding_column_small { flex-basis: 30%; border: 1px #444 solid; border-radius: 15px; padding: 1rem; box-sizing: border-box; }

.onboarding_columns ul { padding-left: 2em; list-style: disc outside; }
.onboarding_columns ul li { line-height: 1.2em; margin-bottom: 1rem; }
.onboarding_columns ul ul, .onboarding_columns ol ul { margin-top: 0.5rem; list-style: circle outside; }

.onboarding_columns ol { padding-left: 2em; list-style: decimal outside; }
.onboarding_columns ol li { line-height: 1.2em; margin-bottom: 1rem; }

.onboarding_columns strong { font-family: 'Montserrat', sans-serif; font-weight: bold; }

.onboarding_slide .fas, .onboarding_slide .far, .onboarding_slide .fal { margin: 0 1rem !important; }

.onboarding_table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.onboarding_table th { width: 25%; line-height: 1em; padding: 0.5rem; vertical-align: bottom; font-weight: bold; text-align: center; background: #eee; border: 1px #444 solid; }
.onboarding_table td { text-align: center; border: 1px #444 solid; padding-bottom: 1rem; vertical-align: top !important; }

.onboarding_table.onboarding_vertical_center { margin-bottom: 3rem; }
.onboarding_table.onboarding_vertical_center th { width: 15% !important; }
.onboarding_table.onboarding_vertical_center tr th:last-child { width: 10% !important; }
.onboarding_table.onboarding_vertical_center td { padding: 0.5rem 0; vertical-align: middle !important; width: 15%; }
.onboarding_table.onboarding_vertical_center tr td:last-child { width: 10%; }

.onboarding_table td.onboarding_full { background: #eeffee; }
.onboarding_table td.onboarding_no { background: #ffeeee; }
.onboarding_table td.onboarding_custom { background: #ffffee; }
.onboarding_table td.onboarding_nopadding { padding-bottom: 0; }

.onboarding_table .onboarding_table { width: 100% !important; margin: 0 auto; }
.onboarding_table .onboarding_table th { width: 33.3%; }

.onboarding_permission_grid { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.onboarding_permission_grid th { border: 1px #444 solid; width: 15%; background: #eee; font-weight: bold; text-align: center; padding: 0.5rem 1rem !important; }
.onboarding_permission_grid tr th:first-child { width: 40% !important; text-align: left; }
.onboarding_permission_grid tr td { border: 1px #444 solid; width: 15% !important; text-align: center; padding: 0.5rem 1rem !important; }
.onboarding_permission_grid tr td:first-child { width: 40% !important; text-align: left; text-indent: 3em; }
.onboarding_permissions_subheading { background: #ccc; }

#onboarding_test_table td, #onboarding_udf_table td { padding: 0; }
#onboarding_test_table i, #onboarding_udf_table i { color: #aaa; margin: 1rem !important; }
.onboarding_table .test_active i { color: #000 !important; }
.onboarding_table .test_success i { color: #00cc00 !important; }
.onboarding_table .test_failure i { color: #ff0000 !important; }
#onboarding_stop_test_button { display: none; }

.vip_approver_list, .approval_category_list { width: 100%; border-collapse: collapse; }
.vip_approver_list th, .approval_category_list th { text-align: center; padding: 0 1rem; }
.vip_approver_list td, .approval_category_list td { border: 1px #aaa solid; border-left: 0; border-right: 0; padding: 0.5rem 1rem; text-align: center; }
.vip_approver_list tr th:first-child, .vip_approver_list tr td:first-child,
.approval_category_list tr th:first-child, .approval_category_list tr td:first-child { text-align: left; }

.pod_data_container { border: 1px #444 solid; border-radius: 10px; padding: 1rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.pod_data_container h4 { margin-top: 0; padding-top: 0; text-align: left; }
.pod_data_container h4 a { float: right; font-size: 0.65em; margin-left: 0.25rem; }
.pod_info { flex-basis: 30%; border: 1px #ddd solid; border-radius: 5px; padding: 0.5em; }
.pod_msp_list, .pod_tech_list { list-style: none outside; }
.pod_msp_list li, .pod_tech_list li {
    border: 1px #bbb solid;
    border-radius: 5px;
    padding: 0.1rem 0.5rem;
    margin-bottom: 0.5rem;
    transition: 0.5s background-color;
    font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif;
    text-align: left;
}
.pod_msp_list li { cursor: pointer; }
.pod_msp_list .no_msps, .pod_tech_list, .no_techs { text-align: center; border: none; }
.pod_tech_list h5 a { float: right; font-size: 0.9em; margin-top: 0.25em; }

.tech_selector { list-style: none outside; width: fit-content; margin: 0 auto; max-height: 400px; overflow-y: auto; }
.tech_selector > li { text-align: left; }

.pod_info ul { list-style: none outside; }
.pod_info ul li, .no_techs_in_pod { border-top: 1px #eee solid; padding: 0.25em 0; }
.no_techs_in_pod { text-align: center; }
.pod_info ul li a { float: right; position: relative; top: 5px; }
.pod_info h5 { font-weight: normal; font-size: 0.8em; margin-top: -1rem; }

.unassigned_msp_list { list-style: none outside; }
.unassigned_msp_list li { cursor: pointer; border: 1px #444 solid; border-radius: 5px; margin-bottom: 0.5em; padding: 0.1em 0.5em;  }

.unassigned_container {
    visibility: hidden;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    box-sizing: border-box;
    max-height: 800px;
    overflow-y: auto;
    margin-left: 4%;
}

.pod_container {
    visibility: hidden;
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.manage_pod_users {
    list-style: none outside;
    column-count: 3;
    column-gap: 2rem;
    width: 80%;
    margin: 0 auto;
}

.manage_pod_users li { text-align: left; }

.small_sigil { position: relative; top: 5px; }

.pod_threshold_status { position: absolute; top: 30px; left: 0; font-size: 12px; }
.pod_threshold_active { background: #ddffdd; color: #1c7430; font-weight: bold; padding: 0.25em 0.5em; }
.pod_threshold_inactive { background: #ffdddd; color: #ff0000; font-weight: bold; padding: 0.25em 0.5em; }

.layout_2col { display: flex; flex-wrap: wrap; gap: 1rem; }
.layout_2col > * { flex-basis: 45%; box-sizing: border-box; }
.layout_2col .psa_specific { flex-basis: 97%; }

.layout_3col { display: flex; flex-wrap: wrap; gap: 1rem; }
.layout_3col > * { flex-basis: 30%; box-sizing: border-box; }

.launchpad_password .layout_2col > * { flex-basis: 49% !important; }

.no_bullets { list-style: none outside; padding-left: 0; }

.mcadmin_msp_list { list-style: none outside; padding-left: 0; height: 500px; border: 1px black solid; overflow-y: scroll; }
.mcadmin_msp_list li { padding: 0.5rem 1rem; border-bottom: 1px #aaa solid; }
.mcadmin_msp_list li:after { content: ''; clear: both; display: table; }
.mcadmin_msp_list .mcnoc_button { font-size: 0.8rem; padding: 0 0.25rem; float: right; }
.mcadmin_msp_list li.current_msp > span { color: #9c0000; font-weight: bold; }
.mcadmin_msp_list li.status_inactive > span { color: #ccc; text-decoration: line-through; }
.mcadmin_msp_list li span span { margin-top: -1rem; }

.launchpad_users { list-style: none outside; display: flex; gap: 1rem; flex-wrap: wrap; }
.launchpad_users li { flex-basis: 45%; padding: 1rem; border-bottom: 1px #ddd solid; line-height: 1em; }
.launchpad_users li:last-child { border-bottom: none; margin-top: 2rem; }
.launchpad_users a span { font-size: 0.8em; font-style: italic; }
.launchpad_users li.user_terminated a { color: #aaa; text-decoration: line-through; }

.scrollable { overflow-y: scroll; }

.sidebar_container .content_container.is_visible { display: block; height: calc( 100% - 6rem ); overflow-y: auto; }

.ticket_history { list-style: none outside; text-align: left; max-height: 400px; overflow-y: auto; }
.ticket_history li { padding: 0.5rem 0; border-bottom: 1px #ddd solid; width: 97%; position: relative; }
.ticket_history li label { font-size: 0.9rem; top: 0; position: relative; display: inline-block; width: 10em; }
.ticket_history li p { padding: 0.25rem 0 !important; font-size: 0.9rem; }
.ticket_history li p.resource { font-style: italic; color: #aaa; float: right; }
.swal-modal p.ticket_description { text-align: left; font-size: 0.9rem; max-height: 100px; overflow-y: auto; }
.ticket_history li p.meta, .ticket_history li p.meta label { font-size: 0.8em; padding-top: 0 !important; padding-bottom: 0 !important; }
.ticket_history li.note p, .ticket_history li.time_entry p { padding-left: 2.5rem !important; position: relative; line-height: 1.2em; }
.ticket_history li.note p:before, .ticket_history li.time_entry p:before { color: white; font-weight: bold; text-align: center; position: absolute; top: 1em; left: 0; padding: 0 0.25em; transform: rotate(-90deg); }
.ticket_history li p.public { background: #eeffee; min-height: 35px; }
.ticket_history li p.public:before { background: #00cc00; content: 'PUB'; }
.ticket_history li p.private { background: #ffeeee; min-height: 35px; }
.ticket_history li p.private:before { background: #cc0000; content: 'PRV'; }
.ticket_history li.note.created_by_contact p.public { background: #97f3ff; }
.ticket_history li.time_entry p.public { background: #ffffaa; }
.ticket_history li.note::after, .ticket_history li.time_entry::after { font: var(--fa-font-light); position: absolute; top: 0; left: 0; font-size: 2em; }
.ticket_history li.note::after { content: "\e1ff"; }
.ticket_history li.time_entry::after { content: "\e134"; }

.lo_notice_area { position: fixed; top: 0; left: 0; width: 100%; z-index: 10000; }
.lo_notice { padding: 0.5rem 3rem 0.5rem 1rem; font-weight: bold; font-size: 0.9em; }
.lo_notice:after { content: ''; clear: both; display: table; }
.lo_notice.pri_high { background: #ffdddd; border-bottom: 2px red solid; color: red; }
.lo_notice.pri_medium { background: #ffff99; border-bottom: 2px yellow solid; color:#444; }
.lo_notice.pri_low { background: #99ffff; border-bottom: 2px #02fafa solid; color:#444; }
.lo_notice.pri_overage { background: #ee91ff; border-bottom: 2px #db25ff solid; color: #3b1042; }
.lo_notice.pri_assign_ticket { background: #ee91ff; border-bottom: 2px #db25ff solid; color: #3b1042; }
.lo_notice a { float: right; margin-left: 2rem; display: inline-block; padding: 0.25em 0.5em; border-radius: 5px; font-size: 0.8em; background: #444; color: white; }
.lo_notice.pri_overage a { background: #3b1042; transition: 0.5s all; }
.lo_notice.pri_overage a:hover { background: #5b1d65; }
#notification_history th, #notification_history td { cursor: auto !important; font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif; }

.ticket_title_description { font-size: 0.8em; max-height: 100px; overflow-y: auto; background: #f6f6f6; margin-bottom: 2rem; }

.very-on-top { z-index: 5002 !important; }

#ticket_review_dialog {
    position: fixed;
    z-index: 500;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 3px black solid;
    padding: 2rem;
}
#ticket_review_dialog #review_ticket_description { max-height: 100px; overflow-y: auto; border: 1px #e6e6e6 solid; padding: 0.5rem; }
#review_reason_for_rereview { padding: 0.25rem 1rem; margin-bottom: 1rem; text-align: left; background: #ffffdd; }
#review_reason_for_rereview:before { content: 'REQUEST FOR RE-REVIEW:'; font-size: 0.6em; font-weight: bold; display: block; }
#review_reason_for_rereview span { display: block; font-size: 0.6em; text-transform: uppercase; }
#close_review_window_x { position: absolute; top: 0.5rem; right: 0.5rem;}

.ticket_review_screen { height: 70%; overflow-y: auto; position: relative; }
.ticket_review_screen_scroll { height: 90%; overflow-y: auto; }
.ticket_review_screen .flex { display: flex; align-items: flex-start; margin: 3rem 0; gap: 2rem; }
.ticket_review_screen .flex_half { justify-content: center; }
.ticket_review_screen .flex .flex { margin: 0; }
.ticket_review_screen .flex > * { flex-basis: 33%; }
.ticket_review_screen .flex.flex_half > * { flex-basis: 50%; }

.review_window_selector { text-align: left; }
.review_window_selector ul { list-style: disc outside; padding-left: 3em; font-size: 0.9em; line-height: 1.2em; text-align: left; }
.review_window_selector ul li { margin-bottom: 0.5rem; }

.user_status_container { position: absolute; bottom: 3rem; left: 50%; transform: translate(-50%,0); width: 80%; margin: 0 auto; background: black; }
.user_status_container ul { list-style: none outside; width: 100%; display: flex; gap: 1rem; }
.user_status_container ul li { flex-basis: 25%; border: 2px white solid !important; padding: 0.25rem; color: white; box-sizing: border-box; cursor: pointer; background: black; transition: 0.5s all; text-align: center; }
.user_status_container ul li:hover { background: #444; }
.user_status_container ul li.status_active { background: white; color: black; }
.user_status_container ul li.status_active:hover { background: #ddd; }
#status_signedin { border-color: #e74c3c !important; background: #e74c3c; }
#status_signedin:hover { background: #c0392b; }
#status_signedin.status_active { border-color: #27ae60 !important; background: #27ae60; color: white; }
#status_signedin.status_active:hover { background: #219a52; }

.team_listing { list-style: none outside; font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif; }
.team_listing li { text-align: left; vertical-align: bottom; }
.team_listing li .user_time { float: right; font-size: 0.7em; }
.team_listing li .user_skill { float: right; position: relative; top: 5px; }

.settings_scrollable { border: 1px #aaa solid; padding: 0.5rem; height: 100px; overflow-y: scroll; display: inline-block; width: 72%; }
.settings_scrollable span { display: block; }

.dashboard_order { list-style: none outside; margin-bottom: 3rem; }
.dashboard_order li { background: #f6f6f6; font-weight: bold; border: 1px #ddd solid; border-radius: 5px; padding: 0.5rem; margin-bottom: 1rem; }
.dashboard_order li a { float: right; margin-left: 1rem; position: relative; top: 0.8rem; }
.dashboard_order li:after { content: ''; clear: both; display: table; }

.dashboard_order li:first-child .up { display: none; }
.dashboard_order li:last-child .down { display: none; }

.ticket_counter { font-size: 0.8rem; font-weight: bold; margin-left: 0.5rem; display: inline-block; }

.dataTables_scrollHeadInner { width: calc( 100% - 17px ) !important; }
.dataTables_scrollHeadInner table { width: 100% !important; }
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody { overflow-y: scroll !important; }

i.tipso_style { border-bottom: none !important; }

#multi_subpage_quickcodes .flex { display: flex; align-items: flex-start; width: 95%; gap: 2rem; }
#multi_subpage_quickcodes .flex > div { box-sizing: border-box; }
#multi_subpage_quickcodes .flex > div:first-child { flex-basis: 25%; }
#multi_subpage_quickcodes .flex > div:last-child { flex-basis: 75%; }
#quickcode_list { list-style: none outside; border: 1px #aaa solid; margin-right: 1rem; }
#quickcode_list li { position: relative; padding: 0.25rem 1rem; border-bottom: 1px #ddd solid; font-size: 0.9em; cursor: pointer; }
#quickcode_list li.current { background: #2f6dc4; color: white; font-weight: bold; }
#quickcode_list li.current:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px #2f6dc4 solid;
}

#quickcode_list li:last-child { border-bottom: none; }
#qc_ticket_profile_name, #qc_note_profile_name, #qc_timeentry_profile_name { position: relative; }
.qc_cannot_rename_default { position: absolute; bottom: -0.5rem; left: 0.5rem; color: #666; font-size: 0.7em; font-family: 'Cabin Condensed', sans-serif; }

.td_priority, .td_status { color: white; padding: 0 0.5rem; border-radius: 5px; }
.td_sla { padding: 0 0.5rem; border-radius: 5px; display: block; width: fit-content; margin: 0 auto; border: 1px black solid; }
.td_sla.tipso_style { border-style: solid !important; }
.td_vip { background: red; color: white; padding: 0 0.5rem; margin-left: 0.5rem; display: inline-block; border-radius: 5px; }
.status_color { display: inline-block; padding: 0.25rem 0.5rem; }

.create_overlay { display: none; position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 5999; background: rgba(255,255,255,0.6); }
.close_create_popup { position: absolute; top: 1rem; right: 1rem; }
.create_popup { display: none; position: fixed; top: 50%; left: 50%; width: 80%; height: 80%; z-index: 6000; transform: translate(-50%,-50%); background: white; border: 3px black solid; padding: 1rem; box-shadow: rgba(0,0,0,0.4) 10px 10px 19px; overflow-y: auto; }
.create_popup > div { padding-left: 3rem; }
.create_popup .layout_2col > * { flex-basis: 48%; }
.create_popup .layout_2col .layout_2col p { padding-bottom: 0; }
.create_popup .required { font-weight: bold; color: red; }

.ct_quickcode { width: 10em; }

.refresh_statuses_link { vertical-align: top; position: relative; z-index: 20; }

#flyout_timer { border: 1px #aaa solid; text-align: center; padding: 0.25rem 0; margin-bottom: 1rem; }

.sidebar_container .flex { display: flex; margin-bottom: 2rem; }
.sidebar_container .flex > * { box-sizing: border-box; }
.ticket_search { position: relative; flex-basis: 75%; padding: 0; }
.ticket_search input { padding: 0.5rem 2rem 0.5rem 0.25rem; font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif; width: calc( 100% - 3rem ); }
.ticket_search a { position: absolute; top: 50%; right: 1rem; transform: translate(0,-50%); z-index: 5; }
.ticket_search i.fa-stack-2x { padding: 0; font-size: 1.5em !important; line-height: 1.3em; text-align: right;  }
.ticket_search i.fa-stack-1x { padding: 0; position: absolute; right: -0.3em; left: auto; bottom: -0.5rem; font-size: 0.8em; text-align: right; text-shadow: white 0 0 2px, white 0 0 2px, white 0 0 2px; }
.flyout_create { flex-basis: 25%; text-align: center; border: 1px #aaa solid; padding: 0.5rem 0; transition: 0.5s all; }
.flyout_create:hover { background: #444; }
.flyout_create a { color: white; }
.flyout_create i.fa-stack-1x { padding: 0; position: absolute; right: 0; left: auto; bottom: -0.5rem; font-size: 0.8em; text-align: right; text-shadow: white 0 0 2px; }

.sidebar_container { position: fixed; top: 0; right: calc( calc( 300px + 2rem + 2px ) * -1 ); z-index: 5500; width: 300px; height: 100%; background: black; color: white; border-left: 3px white solid; padding: 1rem; transition: 0.5s all; }
.sidebar_container.is_visible { right: 0; }
.sidebar_container h3 { color: white; padding-top: 0; }
.sidebar_container h4 { color: white; font-size: 0.9rem; text-transform: uppercase; line-height: 1.2em; }
.sidebar_container h4 a { color: yellow; }
.sidebar_container .mcnoc_button i { margin-right: 0.3em; }
.sidebar_container textarea { width: 98%; height: 100px; font-size: 0.9em; font-family: 'Cabin Condensed', sans-serif; }
.sidebar_container .mcnoc_button:hover { background: #ddd; color: black; box-shadow: yellow 0 5px 10px; }

.flyout_ticket_description, .flyout_ticket_full_description { font-size: 0.8em; line-height: 1.4em; max-height: 150px; overflow-y: auto; }

#flyout_lookup_ticket { text-transform: uppercase; }

.flyout_tabs { position: absolute; top: 0; right: calc( 100% - 1px ); list-style: none outside; transform: rotate(-90deg); transform-origin: bottom right; white-space: nowrap; }
.flyout_tabs li { display: inline-block; background: black; color: #777; border: 1px white solid; border-bottom: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 0.5rem 1rem; font-weight: bold; cursor: pointer; transition: 0.5s background-color; white-space: nowrap;  }
.flyout_tabs li:hover { background: #444; }
.flyout_tabs li.is_visible { color: white; }

.flyout_pin { text-align: right; }
body.flyout_pinned .flyout_pin a { color: yellow; }
body:not(.flyout_pinned) .flyout_pin a { color: white; }

.flyout_pinned .flyout_tabs { right: auto; left: 0; transform: none; width: 70%; border-bottom: 1px #aaa solid; margin-bottom: 0.5rem; }
.flyout_pinned .flyout_tabs li { border: none; padding: 0.25rem 1rem; }
.flyout_pinned .sitewrapper { width: calc( 100% - 320px ); }

.pointer_icon { cursor: pointer; }

.settings_status_colors { list-style: none outside; text-align: center; column-count: 3; }
.settings_status_colors li { padding: 0.25rem 0.5rem; margin: 0.5rem; white-space: nowrap; cursor: pointer; text-align: left; }

#multi_subpage_nontech .flex { display: flex; align-items: flex-start; width: 95%; gap: 2rem; }
#multi_subpage_nontech .flex > div { box-sizing: border-box; }
#multi_subpage_nontech .flex > div:first-child { flex-basis: 25%; }
#multi_subpage_nontech .flex > div:last-child { flex-basis: 75%; }
#nontech_role_list { list-style: none outside; border: 1px #aaa solid; margin-right: 1rem; }
#nontech_role_list li { position: relative; padding: 0.25rem 1rem; border-bottom: 1px #ddd solid; font-size: 0.9em; cursor: pointer; }
#nontech_role_list li.current { background: #2f6dc4; color: white; font-weight: bold; }
#nontech_role_list li.current:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px #2f6dc4 solid;
}

#nontech_role_list li:last-child { border-bottom: none; }
.nopointer { cursor: default !important; }

.ticket_type_identifier { width: 32px; height: 32px; border-radius: 99px; position: relative; display: inline-block; border-bottom: none !important; }
.ticket_type_identifier span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 1.25rem; }

#multi_subpage_permissions .flex { display: flex; align-items: flex-start; width: 95%; gap: 2rem; }
#multi_subpage_permissions .flex > div { box-sizing: border-box; }
#multi_subpage_permissions .flex > div:first-child { flex-basis: 25%; }
#multi_subpage_permissions .flex > div:last-child { flex-basis: 75%; }
#permission_profile_list { list-style: none outside; border: 1px #aaa solid; margin-right: 1rem; }
#permission_profile_list li { position: relative; padding: 0.25rem 1rem; border-bottom: 1px #ddd solid; font-size: 0.9em; cursor: pointer; }
#permission_profile_list li.current { background: #2f6dc4; color: white; font-weight: bold; }
#permission_profile_list li.current:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px #2f6dc4 solid;
}
#permission_profile_list li:last-child { border-bottom: none; }
.permission_profile_fields table td, #report_content td { font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif; }
#report_content .report_detail span { display: block; line-height: 1em; margin-bottom: 0.5rem; padding-bottom: 0.5rem; border-bottom: 1px #ddd solid; }
#report_content .report_detail span:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#report_content .report_detail label { color: #aaa; }
.report_detail_container.collapsed { max-height: 100px; position: relative; overflow: hidden; }
.report_detail_container.collapsed:after {
    content: 'click to expand';
    font-weight: bold;
    color: #c5293d;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    text-align: right;
    z-index: 2;
}
.report_content .odd .report_detail_container.collapsed:after { background: rgba(250, 250, 250, 0.8); }
.fa-grip-dots-vertical { cursor: ns-resize; }

#flyout_timer { margin-bottom: 2rem; border: 2px #444 solid; background: #111; }
#ticket_timer { margin-bottom: 2rem; border: 2px #444 solid; background: #111; }

#flyout_timer span, #ticket_timer_value {
    font-family: 'Spline Sans Mono', sans-serif;
    display: block;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.5rem;
}
#ticket_timer_value { padding: 0; margin: 0 0 0.5rem; }

.round_buttons { text-align: center; margin: 0; padding: 0; }
.round_buttons a { display: inline-block; width: 32px; height: 32px; background: #bbb; color: #444 !important; border-radius: 99px; border: 2px #444 solid; position: relative; transition: 0.5s all; }
.round_buttons a.mcnoc_hidden { display: none; }
.round_buttons a + a { margin-left: 0.5rem; }
.round_buttons a:hover { background: white; }
.round_buttons a i { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.round_buttons a i.fa-rotate-90 { transform: translate(-50%,-50%) rotate(90deg); }
.round_buttons a.ticket_timer_running { background: #84e584; }
.round_buttons a.ticket_timer_stopped { background: #fe8484; }
#ticket_timer_current_id { width: 95%; font-size: 0.8em; background: transparent; color: white; margin-bottom: 0.5rem; }
#ticket_timer_current_id option { background: black; border: none; }

#ticket_timer_title_desc { text-align: center; }
#ticket_timer_title_desc h4 a { color: yellow; }
#ticket_timer_title_desc p { font-size: 0.8em; line-height: 1.2em; }
#ticket_timer a { font-weight: normal; color: white; }

.unverify_button { position: absolute; top: 3rem; right: 1rem; }

#flyout_offered_ticket_title_desc { line-height: 1.2em; }
#flyout_offered_ticket_title_desc p:empty { display: none; }

.tickets_waiting_approval_no_approvers { margin: 2rem 0; }
.tickets_waiting_approval { width: 100%; border-collapse: collapse; }
.tickets_waiting_approval th { border-bottom: 1px #666 solid; text-align: left; padding: 0.5rem 1rem; }
.tickets_waiting_approval td { border-bottom: 1px #666 solid; text-align: left; padding: 0.5rem 1rem; }
.tickets_waiting_approval tr:nth-child(odd) td { background: #eee; }

#edit_ticket_description { font-family: 'Poppins', 'Arial', sans-serif; font-weight: normal; }

#permission_profile_buttons { background: white; z-index: 10; position: sticky; top: 0; text-align: right; padding: 1rem 0; margin-top: -1rem; }
.checkmark_cursor * { cursor: url(/wp-content/plugins/mcnoc/images/checkmark.png) 12 12, auto !important; }
.fit_content { width: fit-content; }

.datatable { font-family: 'Cabin Condensed', 'Arial Narrow', sans-serif; }
.datatable td { line-height: normal; position: relative; vertical-align: middle; }
.datatable tbody .tktdash_ttype { vertical-align: middle; }
.datatable tbody .tktdash_ttype span { display: block; width: 35px; height: 35px; line-height: 35px; margin: 0 auto; font-size: 1.25em; background: black; border-radius: 99px; color: white; text-align: center; }
.datatable tbody .tktdash_ttype span:empty { display: none; }
.datatable tbody .tktdash_action_icons i { margin-right: 0.25rem; }

.td_is_scheduled, .td_is_parked { display: inline-block; width: fit-content; background: yellow; color: black; font-weight: bold; font-size: 0.8em; padding: 0.25rem 0.5rem; margin-bottom: 0.5rem; border-radius: 5px; }
.td_is_parked { background: cyan; cursor: pointer; }
.td_is_scheduled + .td_is_parked { margin-left: 0.5rem; }
.td_is_scheduled i, .td_is_parked i { margin-right: 0.5rem; }

.td_tech_selector { width: 50%; float: right; text-align: right; }

.sync_progress_container { position: relative; overflow: hidden; border: 1px black solid; border-radius: 99px; width: 100%; height: 15px; }
.sync_progress { position: absolute; top: 0; left: 0; height: 17px; width: 0; background: blue; transition: 0.5s all; }

