﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}

.navbar-brand {
    font-size: 2rem;
    font-weight: lighter;
}
/* #endregion */


/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */


h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-weight: lighter;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

#configure {
    display: none;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

#responsive-panel {
    padding: 0;
    width: 100%;
}

#responsive-panel .k-menu {
    padding: .5rem;
}
/* #endregion */

/* #region custom form input styles */
.input-symbol-dollar {
    position: relative;
    display: block;
}

.input-symbol-dollar:after {
    color: #37424a !important;
    content: "$";
    font-size: 16px !important;
    font-weight: 400;
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 10px;
    line-height: 42px;
}

.currency-input {
    width:227.88px !important;
    height: 50px !important;
    border: 2px solid #c9c9c9;
    box-shadow: none;
    color: #6b6f72;
    font-size: 0.9375rem;
    text-transform: none;
    color: #37424a !important;
    font-family: "Roboto Regular",sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    padding-left: 19px !important;
    display: inline-block !important;
    border-radius: unset !important
}

.percent-holder {
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 5px;
}

.percent-holder > input {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

.percent-holder:after {
    content: '%';
}

/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        padding: 0 1rem;
    }

    .k-rpanel-expanded {
        padding: .5rem 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-widget.k-menu-horizontal > .k-item {
        border: none;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}

