﻿@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@media (min-width: 1400px) and (max-width: 1919px) {
    .container {
        width: 1320px;
    }
}

@font-face {
    font-family: 'MMC';
    src: url("/MMC-Medium.otf");
}

h1, .h1, .page_section h1 {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: normal;
    font-size: 48px;
    
}

h2, .h2, .page_section h2 {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: normal;
    color: #000;
}

.page_section h2 {
    font-size: 28px;
}

h3, .h3, .page_section h3 {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: normal;
    font-size: 48px;
}

h4, .h4, .page_section h4 {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-weight: normal;
    color: #000;
}

h5, h6 {
    font-family: 'Exo 2', Verdana, sans-serif;
    font-weight: 500;
}

body {
    font-family: 'Exo 2', Verdana, sans-serif;
    font-size: 16px;
    color: #000;
    accent-color: #ed0000;
}

a {
    color: #000;
}

a:hover{
    color: #ed0000;
    text-decoration: none;
}

a:focus {
    color: #B41114;
}

dialog{
	width: 38vw;
	border: 1px solid #949494;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

dialog::backdrop{
	background-color: black;
	opacity: 0.5;
}

.dropdown-menu>li>a {
    color: #000;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #ed0000;
}

ul {
    padding-inline-start: 0px;
}

.breadcrumb>li {
    font-size: 14px;
}
.breadcrumb > li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb > li a:hover {
    color: #ed0000;
}

.breadcrumb>.active {
    font-size: 14px;
    color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #ed0000;
    border-color: #ed0000;
    border-radius: 4px;
    /* padding: 12px 16px; */
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus
{
    color: #fff;
    background-color: #B41114;
    border-color: #B41114;
    outline: 0;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus 
{
    background-color: #BFC2C4;
    border-color: #BFC2C4;
}

.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-radius: 4px;
    /* padding: 12px 16px; */
}

.btn-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-default:focus, .btn-default.focus {
    border-color: #000;
}

.btn-success {
    border-radius: 4px;
    background-color: #067300;
    border-color: #067300;
}

.btn-success:hover {
    background-color: #005000;
    border-color: #005000;
}

.fa, .glyphicon {
    font-size: smaller;
}

.alert-warning, .alert-danger {
    background-color: #FFF4EB;
    border-color: #FFF4EB;
}

.alert-info {
    background-color: #F1F7FA;
    border-color: #F1F7FA;
}

.alert-success {
    background-color: #F4FAED;
    border-color: #69BE28;
    border-radius: 4px;
}

input.form-control {
    height: 3.52rem;
    border: 1px solid #949494;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
  }

.form-control:focus { 
    border-color: #ed0000;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(237 0 0 / 20%);
}

.form-control {
    border: 1px solid #949494;
    color: #000;
}

.input-group input#search_control.form-control {
    height: 3.54rem;
}

input[type='checkbox'] {
    accent-color: #ed0000;
}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: 1px solid #000;
    background: #f1f2f2;
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    transition: background .2s ease-in-out;
    font-size: 14px;
    font-family: 'Exo 2', Verdana, sans-serif;
  }
  
  input[type=file]::file-selector-button:hover {
    background: #000;
    color: #fff;
  }

  input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0;
  }

.facet-list-group .facet-list-group-item:hover {
    background-color: #f5f5f5;
}

:focus-visible {
    outline: none;
}

.label {
    font-weight: 400;
}

.label-primary {
    background-color: #ed0000;
}

.label-info {
    background-color: #006189   ;
}

.label-danger {
    background-color: #A73D00;
}

.layer_up {
    height: 52px;
}

.text-muted {
    color: #686D71;
    font-size: 11px;
    text-transform: uppercase;
}

abbr[title] {
    cursor: auto;
    border-bottom: 0px;
    text-decoration: none;
}

.form-readonly .form-control:focus {
    outline: 0px;
}

/* Navbar edits */

.navbar-brand {
    padding: 1rem;
}

@media (min-width: 1200px) {
    .navbar-nav {
        padding-top: 16px;
    }
}

@media (min-width: 992px) {
    .navbar-brand img {
        height: 64px;
    }
}

@media (max-width: 991px) {
    .navbar-brand img {
        height: 52px;
    }
}

.nav>li>a:hover, .nav>li>a:focus {
    border-color: #fff;
    background-color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    padding-bottom: 14.5px;
}

.navbar-static-top.navbar-inverse {
    background-color: #fff;
    border-bottom: 1px solid #E3E5E6;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: 'Exo 2', Verdana, sans-serif; 
    font-weight: 400;
    color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 4px solid #ED0000;
    background-color: #fff;
    color: #000;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    border: 2px solid rgba(0,0,0,0);
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    border: 2px solid rgba(0,0,0,0);
    color: #ed0000;
    background-color: #F1F2F2;
}

.fa.fa-home {
    font-size: 16px;
}

/* Navbar (Responsive) edits */

.navbar-inverse .navbar-toggle {
    border-color: rgba(0,0,0,0);
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #fff;
    border-bottom: 4px solid #ED0000;
}

.navbar-inverse .navbar-nav > li > a:focus {
    outline: none;
}

.navbar-toggle .icon-bar {
    border: 1px solid #000;
}

@media (max-width: 991px) {
    .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
    }
}

@media (min-width: 992px) {
    .navbar-toggle {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #DFE0E1;
    }
}


/* Header edits */

.hero-logo {
    width: 50%;
}

@media (max-width: 576px) {
    .hero-logo {
        width: 85%;
    }
}

.page_section.section-landing .row {
    padding-top: 50px;
}

.section-landing {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(hero-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-landing .row > div .section-landing-heading {
    text-align: center;
    padding-top: 4rem;
    font-size: 5.8rem;
}

@media (max-width: 576px) {
    .section-landing .row > div .section-landing-heading {
        font-size: 4.5rem;
    }
}
.section-landing .row > div .section-landing-sub-heading {
    text-transform: none;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 400;
    padding-bottom: 2rem;
}

@media (max-width: 576px) {
    .section-landing .row > div .section-landing-sub-heading {
        font-size: 2.8rem;
    }
}

/* Footer edits */

footer {
    color: #bfc2c4;
}

.footerlinks {
    text-align: right;
    display: flex;
    justify-content: space-between;
    float: right;
    width: 70%;
}

.footerlinks a {
    color: #bfc2c4;
    text-decoration: underline;
}

.footerlinks a:hover {
    color: #ED0000;
}

/* Footer (Responsive) edits */

@media (max-width: 991px) {
    .footerlinks {
        text-align: left;
        flex-direction: column;
        float: left;
        padding-top: 1em;
    }
}

/* Search Results Page */

.section-landing-search {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url("searchhero.jpg") no-repeat 0 24%;
    background-size: cover;
}

.section-landing-search .section-landing-heading {
    margin: 6rem 0 3rem;
    font-size: 5rem;
}

.search-results .page-header h2 {
    font-size: 2rem;
}

.search-results li {
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}

.search-results li > h3 {
    font-family: 'Exo 2', Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 32px;
}

.search-results li > h3 > a {
    color: #ed0000;
    text-decoration: underline;
}

p.fragment {
    padding-top: 1rem;
    line-height: 1.5;
}

#search_sort_options {
    font-size: 15px;
    padding: 2px 1px;
}

.search-results h2 {
    font-size: 24px;
}

.search-results .querytext {
    color: #ed0000;
}

@media (max-width: 576px) {
    .search-results .page-header {
        padding-top: 1.5rem;
    }
}


/* Generic Section Styling */

.page_section p {
    border: 0;
    padding-top: 1rem;
}


/* Get Help Section */

.section-diagonal-right .section-diagonal-right-content:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.section-diagonal-right .section-diagonal-right-content {
    /*background: url("banner-gethelp.jpg") no-repeat 0 46%;   -- marketing recommeded we remove banner */
    background-size: cover;
    margin-top: 70px; /*markeing want requested we remove the slant*/
}
.section-diagonal-left .row, .section-diagonal-right .row {
    padding-top: 25px;
    padding-bottom :40px;
}

/* Home - Sections */

.header-with-icon {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.header-with-icon .fa-bell, .fa-file, .glyphicon-paperclip, .glyphicon-plus {
    padding-right: 1rem;
    padding-top: 0.2rem;
    color: #ed0000;
    font-size: 14px;
}

.home-h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.blue_border {
    border-bottom: 5px solid #ed0000;
}

.sidebar-home {
    background-color: #F1F2F2;
    border-top: 5px solid #ed0000;
}

a.view-all {
    padding-left: 0.8rem;
    padding-top: 0.2rem;
    font-size: 14px;
    color: #ed0000;
    text-decoration: underline;
}

/* Home - Dashboard */

.content-home .title {
    font-family: 'Exo 2', Verdana, sans-serif;
    font-size: 16px;
}

.content-home .list-group-item a.title {
    color: #ed0000;
    text-decoration: underline;
}

.content-home .list-group-item {
    border-top: 1px solid #eee;
    padding: 18px 0;
}

.content-home .case.title {
    display: inline;
}

.content-home .list-group-item a.title:hover {
    color: #ed0000;
}

.content-home .description {
    font-size: 16px;
}

.page_section .row.sidebar-home {
    padding-top: 4px;
    margin-bottom: 8rem;
}

.sidebar-home .panel-title {
    font-family: 'MMC', 'Exo 2', Verdana, sans-serif;
    font-size: 18px;
}

.content-home .panel p {
    padding-top: 0.2rem;
}

.section-knowledge {
    margin-bottom: 6rem;
}

.section-knowledge .text-muted {
    padding-top: 0.2rem;
}

.section-knowledge p.case-status {
    font-size: 16px;
}

.section-knowledge .kb-2cols a:focus {
    outline: none;
    text-decoration: none;
}

.section-knowledge .kb-2cols {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.section-knowledge .kb-2cols .panel-heading {
    border-bottom: 1px solid #DFE0E1;
    margin-bottom: 0.5rem;
    padding-right: 0px;
}

.section-knowledge .kb-2cols .header-view-all {
    display: flex;
    justify-content: space-between;
}

.section-knowledge .kb-2cols .header-with-icon {
    margin-bottom: 0px;
}

.section-knowledge .kb-2cols .list-group-item {
    font-size: 16px;
} 

.section-knowledge .kb-2cols .boxed-articles .list-group-item {
    padding-bottom: 0px;
}

.section-knowledge .kb-2cols a.list-group-item, .list-group-item a.title  {
    color: #000;
}

.section-knowledge .kb-2cols a.list-group-item:hover, .list-group-item a.title:hover  {
    color: #ed0000;
    text-decoration: none;
}

.section-knowledge .kb-2cols .list-group-item:hover, .list-group-item:focus {
    text-decoration: none;
} 

.lineitem-with-icon {
    display: flex;
    align-items: flex-start;
}

.kb-2cols .lineitem-with-icon .glyphicon-plus {
    padding: 0px 1rem 0rem 0;
    font-size: 12px;
    color: #ed0000;
    top: 0px;
}

@media (max-width: 991px) {
    .xs-md-top-border {
        border-top: 5px solid #ed0000;
    }
}

/* Home - Forums Section */

.section-sub-landing {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(banner-forum.jpg) no-repeat 0 46%;
    background-size: cover;
}

.section-diagonal-right {
    margin-bottom: -24px;
}


/* Forums & Get Help Footer Sections - Home Buttons*/

.btn-info-home {
    color: #fff;
    border: 0;
    border-radius: 4px;
    background: #ed0000;
}

a.btn-info-home:hover {
    color: #fff;
    border: 0;
    background: #B41114;
}

.btn-lg-home {
    padding: 12px 16px;
    font-size: 16px;
}

/* Forums Page */

.section-landing-forums {
    background: url(hero-forum.jpg) no-repeat 0 38%;
    background-size: cover;
}


/* Profile Pages - General & Admin */

a.text-primary {
    color: #ed0000;
    text-decoration: underline;
}

a.text-primary:hover {
    color: #ed0000;
}

.profile-content legend.section-title h3 {
    padding-top: 3rem;
    border-top: 1px solid #E3E5E6;
    font-size: 28px;
}

.crmEntityFormView .form-control.readonly:focus, .crmEntityFormView .form-control[readonly][disabled]:focus, .form-readonly {
    outline: none;
}

.profile-header {
    border-bottom: 1px solid #E3E5E6;
    padding-bottom: 9.5px;
}

.profile-instructions {
    padding-bottom: 2.8rem;
}

.profile-content .form-control {
    font-size: 16px;
}

.profile-content .crmEntityFormView .section-title {
    margin-bottom: 4rem;
}

.profile-content .crmEntityFormView fieldset {
    margin-bottom: 4rem;
}

.msos-input-container > input {
    font-family: 'Exo 2', Verdana, sans-serif;
}

.profile-content .msos-label .msos-label-text {
    font-family: 'Exo 2', Verdana, sans-serif;
}

.profile-content .msos-selected-display-item {
    height: 26px;
    line-height: 24px;
}

html[dir="ltr"] .profile-content .msos-selected-display-item {
    margin-top: 3.5px !important;
}

.profile-content .msos-selected-display-item-text {
    font-family: 'Exo 2', Verdana, sans-serif;
    color: #000;
}

.profile-content .msos-selecteditems-toggle {
    color: #ed0000;
    line-height: 22px;
}

.profile-content .msos-container:not(.msos-disabled).msos-active {
    border: 1px solid #DFE0E1 !important;
}

.profile-content .msos-container:not(.msos-disabled) {
    border: 1px solid #DFE0E1 !important;
}

.profile-content .msos-container:not(.msos-disabled).msos-focused {
    border-color: #ed0000 !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(237 0 0 / 20%);
}
.profile-content .form-control:focus {
    border-color: #ed0000;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(237 0 0 / 20%);
}

/* Support Page */

.case-deflection .panel-heading {
    font-size: 15px;
}

.case-deflection .panel-heading .fa-search {
    padding-right: 1rem;
}

.entitylist {
    padding-top: 1.5rem;
}

.entitylist-search input.query.form-control {
    height: 3.3rem;
    border: 1px solid #000;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

input.form-control.subject.case-deflection {
    border: 1px solid #000;
}

.view-grid tbody {
    font-size: 15px;
}

th.sort-enabled a {
    font-size: 14px;
}

th.sort-enabled a:hover {
    text-decoration: none;
}

.view-pagination {
    text-align: center;
}

.pagination {
    font-size: 14px;
}

.pagination > li > a {
    height: 34px;
    width: 34px;
    color: #000;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #ed0000 !important;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #ed0000;
}

/* Create Case */

#case-deflection-topics h4.list-group-item-heading {
    font-size: 16px;
}

.crmEntityFormView .tab-title {
    padding-bottom: 1.5rem;
    font-size: 28px;
}

.crmEntityFormView .tab {
    margin-top: 20px;
    margin-bottom: 0px;
}

.crmEntityFormView .cell {
    padding: 0 28px 20px 0;
}

.validation-summary a {
    color: #ed0000 !important;
}

.validation-summary a:hover {
    color: #000 !important;
}

.crmEntityFormView .validation-summary h2 {
    margin: 0 0 0.8em 0;
    font-size: 1.1em;
}

input#customerid_name, input#primarycontactid_name,  input#mmal_topic_name, input#mmal_subtopic_name {
    height: 3.3rem;
}

/* Knowledge Base - Tree View */

#accordion a:focus {
    outline: none;
    text-decoration: none;
}

#accordion .panel {
    padding: 0px;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    margin-top: 0px;
}

#accordion .panel-heading.header-with-icon {
    margin-bottom: 0px;
    padding-left: 2rem;
}

#accordion .panel-heading {
    /* padding: 10px 15px; */
    color: #000;
    font-size: 16px;
}

#accordion .panel-heading:hover {
    text-decoration: none;
    color: #000;
    background-color: #F1F2F2;
}

#accordion .category {
    font-weight: 600;
    font-size: 18px;
}

#accordion .sub-category {
    font-weight: 500;
    background-color: #fbfbfb;
    padding-left: 3.6rem;
}

#accordion .sub-sub-category {
    font-weight: 500;
    background-color: #fbfbfb;
    padding-left: 5.6rem;
}
#accordion .sub-sub-sub-category {
    font-weight: 500;
    background-color: #fbfbfb;
    padding-left: 7.6rem;
}

#accordion .main-category-article {
    padding: 1.3rem 2rem;
    display: flex;
    align-items: flex-start;
}

#accordion .sub-category-articles {
    padding: 1.2rem 4rem;
    display: flex;
    align-items: flex-start;
}

#accordion .sub-sub-category-articles {
    padding: 1.2rem 7rem;
    display: flex;
    align-items: flex-start;
}

#accordion .sub-sub-sub-category-articles {
    padding: 1.2rem 8rem;
    display: flex;
    align-items: flex-start;
}


#accordion a.article-title {
    color: #ed0000;
    text-decoration: underline;
    margin-left: 0px;
}

#accordion .article-desc, .text-muted {
    padding-top: 0.2rem;
    margin-bottom: 0px;
}

#accordion .panel-body {
    padding: 0 15px;
}

#accordion .no-padding{
    padding: 0px;
}

.left-strip {
    border-left: 5px solid #ed0000;
}

#accordion .glyphicon-plus, .glyphicon-file {
    font-size: 12px;
    padding-right: 1rem;
    color: #ed0000;
}

#accordion .glyphicon-file.kb-article-icon {
    padding-top: 5px;
    padding-right: 0.7rem;
}

/* Knowledge Base - Category page */

ul#kb-category li > a {
    color: #ed0000;
    text-decoration: underline;
    margin-left: 0;
}

ul#kb-category li.list-group-item {
    padding: 12px 15px;
}

#related-categories {
    font-size: 24px;
    padding-bottom: 1rem;
}

/* Knowledge Base - Article page */

button#foundmyanswerbutton {
    display: none;
}

#found-my-answer {
    display: none;
}

button#foundmyanswerbuttonbottom {
    padding-right: 6px;
}
#foundmyanswerbuttonbottom .fa-check {
    padding-right: 4px;
    padding-left: 4px;
}

#found-my-answer-bottom-comments {
    font-size: 14px;
}

#RelatedAttachments h4 {
    font-size: 14px;
}

.glyphicon-file:before {
    font-size: 13px;
    color: #ed0000;
    padding-right: 2px;
}

.knowledge-article-content {
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.knowledge-article-content a {
    color: #ed0000;
    text-decoration: underline;
}

form#create-comment {
    margin-top: 2rem;
}

form#create-comment legend {
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    font-size: 16px;
    font-weight: 600;
    padding-top: 2rem;
    margin-bottom: 1rem;
}

#create-comment label {
    display: none;
}

#create-comment #copyControl {
    overflow: hidden;
}

#create-comment .form-group .col-sm-offset-3 {
    margin-left: 0px;
}

#comments {
    padding-top: 2rem;
}

#comments legend {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0.8rem;
}

#comments .comment-author {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5rem;
}

.timeago {
    color: #686D71;
    font-size: 11px;
    text-transform: uppercase;
}


/* Case - Create/View Case */

.entity-grid .view-grid > table > tbody > tr > td > a {
    color: #ed0000;
    text-decoration: underline;
}

.entity-grid .view-grid > table > tbody > tr.info > td > a {
    color: #ed0000;
}

.case-info .crmEntityFormView fieldset {
    border-bottom: 1px solid #E3E5E6;
}

.case-info .crmEntityFormView fieldset:last-child {
    border-bottom: none;
}

.case-info legend.section-title {
    border-top: 0px;
    padding-top: 2rem;
}

.case-info .table>thead>tr>th {
    border-bottom: 1px solid #BFC2C4;
}

#mmal_ivnvinrego, #mmal_name, #mmal_ivn {
    margin-bottom: 1rem;
}

#errormessageblock {
    margin: 1rem 0;
}

#errormessagetext {
    font-size: 15px;
}

.entity-timeline .note .attachment-outer-border {
    padding: 0px;
    border: 0px;
}

.entity-timeline .note .row .content .description {
    font-size: 16px;
}

.entity-timeline .note .row .header .metadata .postedon {
    padding-top: 6px;
    padding-bottom: 2px;
}

#notescontrol .from h5 {
    font-size: 14px;
    border-bottom: 1px solid #E3E5E6;
    padding-bottom: 0.8rem;
}

#notescontrol .from h5 .glyphicon {
    padding-left: 4px;
    padding-right: 4px;
}

.case-info .notes-cell .info {
    border-top: 1px solid #E3E5E6;
    padding-top: 2rem;
}

.case-info .createdby {
    margin-top: 2rem;
}

button.cancel-case-link {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-radius: 4px;
}

button.cancel-case-link:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.form-custom-actions .btn {
    margin-top: 2rem;
}

.modal-closecase .modal-footer .btn-success {
    background-color: #ed0000;
    border-color: #ed0000;
}

@media (max-width: 767px) {
    .view-toolbar.grid-actions {
        border-bottom: 0px;
    }
}

div.message.success {
    color: #000;
    background-color: #F4FAED;
    border-color: #69BE28;
    border-radius: 4px;

}

.close {
    font-size: 24px;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
    background-color: transparent;
}

#btnCloseMessage.close {
    position: relative;
    top: -2px;
    right: -21px;
    font-size: 19px;
}

legend.section-title h3 {
    padding-top: 1rem;
    font-size: 28px;
}


/* Recent Articles Page */

.recent-articles a.article-title {
    color: #ed0000;
    text-decoration: underline;
    margin-left: 0px;
}

.recent-articles .text-muted {
    padding-top: 0.2rem;
}

.recent-articles .description {
    padding-top: 0.2rem;
}

/* Dealer Cases & All Articles Page */

.dealer-cases, .all-articles, .all-cases {
    padding-bottom: 2rem;
}

.dealer-cases .entitylist-filter-option-group-label.h4,
.all-articles .entitylist-filter-option-group-label.h4,
.all-cases .entitylist-filter-option-group-label.h4 {
    font-size: 14px;
}

.dealer-cases .entitylist-filter-option-group,
.all-articles .entitylist-filter-option-group,
.all-cases .entitylist-filter-option-group {
    padding-right: 2rem;
}

.dealer-cases .entitylist-filter-option-text,
.all-articles .entitylist-filter-option-text,
.all-cases .entitylist-filter-option-text {
    width: 240px;
}

.dealer-cases .view-toolbar.grid-actions,
.all-articles .view-toolbar.grid-actions,
.all-cases .view-toolbar.grid-actions {
    padding-bottom: 2rem;
}

.fa.fa-info-circle, .fa.fa-pencil-square-o {
    font-size: 14px;
    padding-right: 0.4rem;
}

.fa.fa-trash-o {
    font-size: 14px;
    padding-right: 0.6rem;
}
/* drop zone settings begin */
#drop-zone {
    width: 100%;
    min-height: 200px;
    border: 5px dashed #7e878d;
    text-align: center;
    background-color: #c2cfd7;
    border-radius: 0.5em;
    padding: 1em;
    overflow-y: hidden;
}

    #drop-zone.dragover {
        background: red;
        transition: background ease 0.3s;
    }

.attachment-preview {
    width: 200px;
    height: 200px;
    float: left;
    border: 5px solid #adb6d2;
    margin: 0 1em 1em 0;
    border-radius: 0.5em;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    padding: 1em;
}

.inner {
    display: flex;
    align-items: center;
    overflow-wrap: anywhere;
    font-size: clamp(0.5em, 1em, 1em);
}

.attachment-preview .glyphicon {
    font-size: 3em;
    display: block;
    margin-bottom: 0.25em;
}

.msos-selection {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    max-height: 350px !important;
    margin: 0;
    padding: 0;
}
/* drop zone settings end */