﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }

    .k-rpanel-expanded ul {
        flex-direction: column;
    }
}



/* basic positioning */
.legend {
    list-style: none;
    font-size: 12px;
}

    .legend li {
        display:inline-block;
        margin-right: 10px;
    }

    .legend span {
        border: 1px solid #ccc;
        float: left;
        width: 12px;
        height: 12px;
        margin: 2px;
    }
    /* your colors */
    .legend .superawesome {
        background-color: blue;
    }

    .legend .awesome {
        background-color: #8e8e8e;
    }

    .legend .kindaawesome {
        background-color: #0000ff;
    }

    .legend .notawesome {
        background-color: #000000;
    }


/* #region sms */
/*.card {
    width: 100%;
    padding: 10px;
    border-radius: 20px;*/
    /*background: #fff;*/
    /*border: none;*/
    /*height: 350px;*/
    /*position: relative;
}*/



.mobile-text {
    color: #989696b8;
    font-size: 15px;
}

.form-control {
    margin-right: 12px;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #ff8880;
        outline: 0;
        box-shadow: none;
    }

.cursor {
    cursor: pointer;
}
/* end region*/