﻿
#calcButton {
    margin-left: 44px;
}

#result {
    color: #b5121b;
    font-weight: bold;
    font-size: 18px;
    margin-left: 71px;
}

.cornflowerblue {
    color: cornflowerblue;
}

#body-content a, #body-content a:hover, #header-content a, #header-content a:hover, #footer-content a, #footer-content a:hover {
    color: #6495ed;
}

.header-link {
   
    padding: 10px;
}

.header-navlink {
    float: right;
    margin-right: 26px;
}

h1 {
    margin-left: -10px;
}

#additional-text {
    color: rgb(172, 0, 0);
    font-size: 12px;
    font-weight: bold;
}

#footer-content {
    font-size: 12px;
    color: #949ca1;
}

.cornflowerblue:hover {
    color: #6495ed;
}

/* #region Android dropdown fix */

.android-select, .android-date-select {
    background-color: #fff;
    background-image: none;
    background-position-x: 0px;
    background-position-y: 50%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    outline-color: rgb(51, 51, 51);
    outline-style: none;
    outline-width: 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding: .5em;
    position: relative;
    text-size-adjust: 100%;
    vertical-align: middle;
    white-space: nowrap;
    width: 90%;
}

.android-date-select {
    font-size: 12px !important;
    -webkit-appearance: none;
}

.android-date-select::after {
    font-family: fontawesome-webfont;
    content: "\f073";
    position: absolute;
    top: 9px;
    right: 10px;
}

/* #endregion Android dropdown fix */


/*@-moz-document url-prefix() {
    .k-picker-wrap.k-state-default {
        min-width: 300px;
    }

    .k-widget.k-datepicker.k-header {
        width: 327px;
    }
}

@media not all and (min-resolution : .001dpcm) {
    @media {
        #label-one {
            white-space: nowrap;
        }

        .k-widget.k-datepicker.k-header {
            min-width: 300px;
        }

        .k-picker-wrap.k-state-default {
            min-width: 300px;
        }
    }
}*/