﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
h1 {
    font-family: 'Times New Roman';
    font-weight: 700;
}
/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}

.navbar-brand {
    font-size: 2rem;
    font-weight: lighter;
}
/* #endregion */
.main {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    max-width: 1048px;
    flex-shrink: 1;
    margin: 0 auto;
}

.input-border {
    border-radius: 0;
    border-color: #67A1B7;
    border-width: 2px;
}

.button-radius {
    border-radius: 0;
}

.green {
    background: #96BA3E;
    color: white !important;
    border-color: #96BA3E;
}

green > * {
    color: white;
}

.green:hover {
    background: rgba(105, 191, 138, .5);
    border-color: rgba(105, 191, 138, .5);
    color: dimgray !important;
}

    .green:hover > * {
        color: dimgray;
    }

.green {
    background: #96BA3E;
    color: white !important;
    border-color: #96BA3E;
}

green > * {
    color: white;
}

.green:hover {
    background: #A8C569;
    border-color: #A8C569;
    color: dimgray !important;
}

    .green:hover > * {
        color: dimgray;
    }
.blue {
    background: #67A1B7;
    color: white !important;
    border-color: #67A1B7;
}

    .blue > * {
        color: white;
    }

    .blue:hover {
        background: #DFEAEC;
        border-color: #DFEAEC;
        color: dimgray;
    }

        .blue:hover > * {
            color: dimgray;
        }
.shadowed {
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .1);
}

.link-light {
    color: #ffffff /*#dae0e5*/ !important;
}
/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
.k-grid-add {
    border-radius: 0px !important;    
    height: 38px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .1);
}
.k-grid-save-changes {
    border-radius: 0px !important;
    height: 38px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .1);
}
.k-grid-delete {
    border-radius: 0px;
    background: #67A1B7;
    color: white !important;
    border-color: #67A1B7;
    height: 38px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .1);
}

    .k-grid-delete:hover {
        background: #b3d0db;
        border-color: #b3d0db;
        color: dimgray !important;
    }

    .k-grid-delete > * {
        color: white;
    }

    .k-grid-delete:hover > * {
        color: dimgray;
    }
    .k-widget.k-upload.k-upload-sync {
        border-width: 2px;
        border-color: #67A1B7;
    }
    .k-widget.k-upload.k-upload-empty.k-upload-sync {
        border-width: 2px;
        border-color: #67A1B7;
    }
.k-widget.k-upload.k-upload-sync {
    border-width: 2px;
    border-color: #67A1B7;
}

.k-widget.k-upload.k-upload-empty.k-upload-sync {
    border-width: 2px;
    border-color: #67A1B7;
}
.k-i-lock {
    color: #9f9f9f !important;
}

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;
    }
}

