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

.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%;
}

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

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

/*
    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;
}