﻿/**START: DNN-SPECIFIC**/
/* Top Menu */
#menu-reports {
    color: #ff5252;
}
/**END: DNN-SPECIFIC**/


.mdlx-audit {
    text-align: center;
    font-size: 85%;
    color: #757575;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* word-break: break-all; This is the dangerous one in WebKit, as it breaks things wherever */
    /* Instead use this non-standard one: */
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-y: auto;
}


.mdlx-link-red {
    color: #cc0000 !important;
}

    .mdlx-link-red:hover {
        color: #cc0000 !important;
    }

    .mdlx-link-red:visited {
        color: #cc0000 !important;
    }


.mdlx-required {
    font-weight: bold;
    color: #ff0000 !important;
}

#order-reports {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 20px;
    margin-bottom: 10px;
    z-index: 900;
}

/*#divMDLXSpinner {
    position: fixed;
    display: none;
    right: 0;
    margin-top: 15px;
    margin-right: 15px;
    z-index: 900;
}*/

.mdlx-message-box {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.mdlx-message-box-icon {
    font-size: 300%;
}

.mdlx-message-box-message {
    width: calc(100% - 60px);
    float: left;
    margin-top: 5px;
}

.mdlx-pager {
    font-weight: bold;
}

.mdlx-form-tab-bottom {
    clear: both;
    padding-bottom: 10px;
}

.mdlx-text-block {
    display: block;
}

.mdlx-background-contrast {
    background-color: #f4f4f4 !important;
}


.mdlx-text-two-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}


.mdlx-title-center {
    display: block;
    text-align: center;
}


/* Disable ugly boxes around images in IE10 */
a img {
    border: 0px;
}

::-moz-selection {
    background-color: #6ab344;
    color: #fff;
}

::selection {
    background-color: #6ab344;
    color: #fff;
}

.mdl-typography--display-1-color-contrast {
    font-size: 30px;
}

.mdl-layout__header {
    background-color: #ffffff !important;
}

.mdl-navigation {
    padding-top: 0px;
}

.mdl-layout__header-row {
    height: 75px !important;
}

    .mdl-layout__header-row .mdl-navigation__link {
        padding: 0 12px !important;
    }

.mdl-menu__item {
    color: #3991d4;
}

.mdl-textfield--expandable {
    width: auto;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/**** Mobile layout ****/
@media screen and (max-width: 900px) {
    .fpmb-logo-image {
        height: 30px;
        width: 151px;
    }

    #order-reports {
        font-size: 75%;
    }
}
