.equilli-input-element {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
}

.ng-hide.equilli-keep-spacing {
    visibility: hidden !important;
    display: block !important;
}

.equilli-full-height-width {
    height: 100%;
    width: 100%;
}

.md-panel {
    width: 100%;
    height: 100%;
}

.equilli-grey-border {
    border: solid lightgrey;
}

.equilli-padding-top {
    padding-top: 50px;
}

.equilli-reduced-height {
    height: 40px;
}

.equilli-all-caps {
    text-transform: uppercase;
}

#webgl-canvas {
    border: solid lightgrey;
    height: 100%;
    width: 100%;
}

.equilli-offer-img {
    border: solid black;
    border-width: 1px;
}

.equilli-label-bold {
    font-weight: bold;
}

.equilli-warning {
    font-weight: bold;
    color: red;
}

.equilli-span-multiline {
    display: block;
    unicode-bidi: embed;
    white-space: pre;
    font-size: 90%;
}

.only-for-print {
    display: none;
}

.equilli-color-greenblue {
    color: #7cbba5;
}

.equilli-border-color-greenblue {
    border: solid #7cbba5;
}

.equilli-border-color-greenblue-no-left {
    border-top: solid #7cbba5;
    border-bottom: solid #7cbba5;
    border-right: solid #7cbba5;
}

.equilli-border-color-greenblue-no-right {
    border-top: solid #7cbba5;
    border-bottom: solid #7cbba5;
    border-left: solid #7cbba5;
}

.equilli-border-top-color-greenblue {
    border-top: solid #7cbba5;
}

.equilli-border-bottom-color-greenblue {
    border-bottom: solid #7cbba5;
}

.equilli-border-thickness {
    border-width: 1px;
}

.equilli-all-print-font > * {
    /*font-family: Arial;*/
    font-family: "Open Sans";
}

.equilli-all-small-font > * {
    font-size: 90%;
}

.scanresult-details {
    display: flex;
    flex-direction: row;
    flex: 100;
}

.scanresult-details-column {
    display: flex;
    flex-direction: column;
    flex: 45;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    .only-for-print {
        display: block;
    }

    .scanresult-details {
        flex-direction: column;
    }

    .scanresult-details-column {
        flex: 100;
    }
}

/*
    Below css rule resolves the issue in Internet Explorer that the bottom of the selected value drops out of view
*/

.md-select-value *:first-child {
    transform: translate3d(0px, 0px, 0px) !important;
}

/*
    CSS of the background picture on the first screen
*/

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
        left: 50%;
        margin-left: -512px;   /* 50% */
    }
}

/*
    CSS colors for the coreparameter colors on the print view
*/

.equilli-green {
    color: #4cae4c;
}

.equilli-blue {
    color: blue;
}

.equilli-red {
    color: red;
}

.equilli-font-size {
    font-size: 25px;
}

.equilli-validator-font-size {
    font-size: 14px !important;
}

.md-list-item-text h3 {
    font-size: 25px !important;
}

.md-list-item-text p {
    font-size: 22px !important;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
