﻿.breadcrumb li:last-child:before {
    position: absolute;
    top: 6%0;
    left: 0;
    margin-top: 0;
}

.blink_me {
    animation: blinker 5s step-start infinite;
    color: #ffea00;
    height: 25px;
    overflow: hidden;
}

.statustext {
    color: whitesmoke;
    height: 25px
}

.textarea-nowrap {
    white-space: pre;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: scroll;
    color: red;
    background-color: lightgray;
}

.textarea-progcount {
    white-space: nowrap;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: scroll;
    color: yellow;
    background-color: blue;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.marquee {
    height: 25px;
    overflow: hidden;
    position: relative;
    background: #000000;
    color: #ffea00;
    border: 1px solid #4a4a4a;
}

    .marquee p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 25px;
        text-align: center;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: scroll-left 50s linear infinite;
        -webkit-animation: scroll-left 50s linear infinite;
        animation: scroll-left 50s linear infinite;
    }

    .marquee input {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 25px;
        text-align: center;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: scroll-left 15s linear infinite;
        -webkit-animation: scroll-left 15s linear infinite;
        animation: scroll-left 30s linear infinite;
    }

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

h1 {
    margin-top: 0;
}


.retrieveDeal {
    position: relative;
    padding: 5px 15px 0 15px;
    margin-bottom: 5px;
}

    .retrieveDeal .retrieveDealButton {
        position: absolute;
        right: 20px;
        top: 9px;
        color: #FFF;
        background: #495B6C;
        border-radius: 2px;
        line-height: 26px;
        padding: 0 7px;
        font-size: 12px;
    }

.retrieveDeal .retrieveDealButton:hover {
    text-decoration: underline;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

.omvSpinner {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.omvSpinner .omvSpinnerImage {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 100;
}


    .dmsCompanySection {
        padding: 1em;
        background-color: #f8f8f8;
        border: 1px solid gainsboro;
        margin: 0 25px;
    }

    .dmsCompanySection ::-webkit-input-placeholder { /* Edge */
        font-size: 10px;
        color: #B0B0B0;
    }

    .dmsCompanySection :-ms-input-placeholder { /* Internet Explorer */
        font-size: 10px;
        color: #B0B0B0;
    }

    .dmsCompanySection ::placeholder {
        font-size: 10px;
        color: #B0B0B0;
    }

    .dmsCompanySection input {
        font-family: Arial;
    }

    .dmsCompanySection b {
        font-weight: bold;
    }

    .dmsCompanySection p {
        margin-top: 0.9em;
        margin-bottom: 0.9em;
    }

    .dmsCompanySection select[multiple] {
        width: 100%;
        height: 8em;
    }

    .dmsCompanySection h2 {
        margin-top: 0.4em;
        font-weight: bold;
        font-size: 1.2em;
    }

    .dmsCompanySection TR {
        vertical-align: top;
    }

    .dmsCompanySection TABLE, .dmsCompanySection TD, .dmsCompanySection TH {
        padding: 0.2em;
        border-width: 0;
        margin: 0;
    }

    .dmsCompanySection TD A {
        font-size: 0.8em;
        text-decoration: none;
    }

    .dmsCompanySection table.companyEditor > tbody > TR {
        border-bottom: 1px solid silver;
    }

    .dmsCompanySection td input {
        width: 135px;
    }

    .dmsCompanySection td .shortInput {
        width: 80px;
    }

    .dmsCompanySection td select {
        width: 135px;
    }

    .modalHost {
        top: 40%;
    }

    .dropdown-menu {         
        max-height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .dmsCompanySection label {
        font-size: 0.8em;
        margin: 0;
        display: block;
    }

    .dmsCompanySection .addButton {
        background: #6bafbd;
        border: 1px solid #4c99a9;
        color: #ffffff;
        display: inline-block;
        padding: 2px 4px;
        margin: 13px 0 0 0;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .dmsCompanySection .deleteButton {
        background: #fc8675;
        border: 1px solid #fb5a43;
        color: #ffffff;
        display: inline-block;
        padding: 2px 4px;
        margin: 13px 0 0 0;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .gritter-item p {
        text-wrap: normal !important;
    }

.gritter-without-image p {
    text-wrap: normal !important;
}