.fixedElement {
    z-index: 1100;
    width: 100%;
    padding: 0px 15px;
    left: 15px;
    transition: background 0.3s, border 0.5s;
}

html {
  font-size: 14px;
}

.ComboHeader {
    background-color: lightgray; 
    font-size: 17px;
}

.RequiredField {
    background-color: mistyrose;
}

.OuterFrame {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

.blockPlusMinusLARGE {
    font-size: 28px;
    width: 100%;
    background-color: #003b4a;
    color: #efefef;
    border-color: #003b4a; 
    margin-top: 10px;
    /*margin-bottom: 10px;*/
}

.blockPlusMinusSMALL {
    font-size: 20px;
    width: 100%;
    background-color: #b58b14;
    color: #efefef;
    border-color: #b58b14;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
}

.blockPlusMinusLARGE:hover {
    color: silver;
}

.blockPlusMinusSMALL:hover {
    color: silver;
}

.linestyle {
    margin-top: 10px;
    margin-bottom: 10px;
}

.viewterms {
    font-weight: 600; 
    font-size: 20px;
    text-decoration: none;
}

.RequestNumberHeader {
    font-size: 32px;
    font-weight: 600;
    vertical-align: middle;
    margin-top: 0px!important;
}

@media (min-width: 458px) {
    .card-deck {        
        flex-flow: row wrap !important;
        margin-right: -15px;
        margin-left: -15px;        
    }

    .card {
        min-width: 25rem !important;        
    }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }    
}

@media (max-width: 880px) {
    .RMAHeader {
        font-size: 32px !important;
        padding-top: 22px !important;
    }
}

@media (max-width: 700px) {
    .RMAHeader {
        font-size: 24px !important;
        padding-top: 19px !important;
    }

    .RMALogo {
        height: 42px !important;        
    }

    .LogoBar {
        height: 80px !important;
    }
}

@media (max-width: 540px) {    
    .RMAHeader {
        text-indent: -9999px;
        line-height: 0;
    }

    .RMAHeader::after {
        content: "RMA";
        text-indent: 0;
        display: block;
        line-height: initial;
        margin-top: -4px;
        font-size: 36px;
    }
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}

body, html, .wrap {
    height: 100%;
}*/

/*body > .wrap {
    height: auto;
    min-height: 100%;
}

.wrap:after {
    content: "";
    display: block;
    height: 100px;
}*/

.navbar-brand {
    font-size: 30px;
    margin-right: 30px;
    z-index: 99999!important;
}

.nav-item {
    font-size: 18px;
}

.RMAHeader {
    font-size: 46px;
    color: white;
    padding-top: 11px;      
}

.RMALogo {
    height: 64px;    
}

.RMALogoHeader {
    float: left; 
    margin: 18px 46px 18px 18px;
}

.LogoBar {
    background-color: #003b4a; 
    height: 100px;
}

.main-container {
    min-height: 560px;
    overflow: hidden;
    display: block;
    position: relative;    
}

.cardcustomstyle {
    margin: 10px;
    padding: 0px;
}

.card-header {
    font-size: 16px;    
}

.card-header a {
    text-decoration: none;
}

.card-requests {
    background-color: #b6e0eb;
}

.card-approved {
    background-color: #b6ebb8;
}

.card-itemsshippedcustomer {
    background-color: #f7cde2;
}

.card-inprocess {
    background-color: #add4ff;
}

.card-packingshipping {
    background-color: #e0b8ff;
}

.card-itemsshippedxaar {
    background-color: #ffe9c9;
}

.card-closed {
    background-color: #d9d9d9;
}

.card-charts {
    background-color: #d1d1ff;
}

.card-admin {
    background-color: #505050;
}

.cardDescriptionLink {
    text-decoration: none;    
}

a.cardDescriptionLink {
    color: #8e8e8e;
}

    a.cardDescriptionLink:hover {
        color: #003b4a !important;
        text-decoration: none;
    }

a.headerLink {
    font-weight: 500;
    color: #3c3c3c;
}

    a.headerLink:hover {
        color: #5499aa !important;
        text-decoration: none;
    }

    a.headerLinkAdmin {
        font-weight: 500;
        color: white;
    }

    a.headerLinkAdmin:hover {
        color: white;
        text-decoration: none;
        cursor: default;
    }

.cardImageLink {
    margin: 20px;
}

img.cardImageLink {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

img.cardImageLink:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.card {
    min-width: 26rem;    
    margin-bottom: 15px !important;    
}

.card-custom-image {
    float: left; 
    margin-right: 20px;
}

.card-footer label {
    margin-top: 4px;
}

.badge {
    color: white;
    padding-right: 10px !important;
    background-color: orangered;
}

input#SearchRMA {
    height: 48px !important;    
}

button.btn.btn-secondary.btn-lg {
    border-radius: 0px;
}

.page-footer-search {
    background-color: #3587a2;
    position: fixed;
    bottom: 40px;
    width: 100%;
}

.page-footer {
    position: fixed;
    color: white;
    bottom: 0;
    width: 100%;
    z-index: 1101;
    height: 40px;
    padding-top: 8px;
    background: rgba(68,68,68,1);    
}

.ValidatedColor {
    background-color: #bdbdbd;
}

.NotSubmittedColor {
    background-color: #ffc2c2;
}

.SubmittedColor {
    background-color: #ebffeb;
}

.dx-info {
    visibility: visible;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link, .dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused), .dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) {
    background-color: #bfbfbf !important;
    color: #484848 !important;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td, .dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr:last-child > td {
    border-bottom: 1px solid #bfbfbf !important;
}

.CellDateInvisible {
    text-indent: -9999px;
}