﻿html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    width: 100%;
}

/* #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: 0px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
#endregion

#responsive-panel {
    transition: all linear .2s;
}
@media (max-width:767px) {


    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 0px;
    }

    .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;
    }
}

.custom-side-bar {
    width: 270px;
    height: 100%;
    border-right-style: solid;
    border-right-color: #C8C8C8;
    border-right-width: thin;
    display: inline-block;
    position:relative;
    float: left;
    padding:0px;
    margin:0px;
}

.custom-right-window {
    width: calc(100% - 270px);
    display: inline-block;
    position: relative;
    height: 100%;
}

.custom-NoMenu-Window {
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
}

.custom-grid {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 0px;
}

.data-grid {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px;
}

.data-grid > div > .k-toolbar-overflow-button {
    display: none;
}

.noPad-grid {
    position: relative;
    height: 100%;
    
}

.custom-graph {
    position: relative;
    height: 300px;
    margin: 15px;
    border: 1px solid #DCDCDC;
}

.custom-tabs {
    position: relative;
    padding: 5px;
    align-content: center;
    margin-right: 0px;
    background: #ffffff;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
}

.custom-container {
    width: 100%;
    padding: 0px;
    position: relative;
}

.cust-primary-btn {
    width: 160px;
    height: 40px;
    background-color: #007BFF;
    color: white;
    border-radius: 0px;
}

.cust-primary-btn:active {
    background-color: #007BFF;
    outline: #007BFF auto 3px;
}

.cust-primary-btn:hover {
    background-color: #006FE6;
    color: #4da3ff;
}

.cust-secondary-btn {
    width: 160px;
    height: 40px;
    background-color: #696969;
    color: white;
    border-radius: 0px;
}

.cust-secondary-btn:active {
    background-color: #999797;
    outline: #ffffff auto 3px;
}

.cust-secondary-btn:hover {
    background-color: #999797;
    color: #ffffff;
}

.cust-lightgrey-btn {
    width: 160px;
    height: 40px;
    background-color: #e4e7eb;
    color: #212529;
    border-radius: 0px;
}

.cust-lightgrey-btn:active {
    background-color: #d6d8da;
}

.cust-lightgrey-btn:hover {
    background-color: #8f8f8f;
    color: #ffffff;
}

.cust-pink-btn {
    width: 160px;
    height: 40px;
    background-color: #E91E63;
    color: white;
}

.cust-pink-btn:active {
    background-color: #E91E63;
    outline: #ffffff auto 3px;
}

.cust-pink-btn:hover {
    background-color: #E91E63;
    color: #ffffff;
}

.cust-grey-btn {
    width: 160px;
    height: 40px;
    background-color: #F5F5F5;
}

.cust-state-btn {
    width: 100px;
    height: 40px;
    border:1px solid white;
}

.cust-zero-btn {
    width: 90px;
    height: 50px;
    background-color: #F5F5F5;
    border: 1px solid #A9A9A9;
    color: #71797E;
}

    .cust-zero-btn:active {
        background-color: #C0C0C0;
    }

    .cust-zero-btn:hover {
        background-color: #C0C0C0;
        color: #71797E;
    }

.k-grid .k-header .k-button {
    width: 140px;
    height: 40px;
    background-color: #007BFF;
    color: white;
}

.k-upload .k-button {
    width: 140px;
    height: 40px;
    background-color: #007BFF;
    color: white;
}

.cust-primary-btn-small {
    width: 100px;
    height: 40px;
    background-color: #007BFF;
    color: white;
    text-align: center;
}

.cust-secondary-btn-small {
    width: 100px;
    height: 40px;
    background-color: #696969;
    color: white;
    text-align: center;
}

.cust-pink-btn-small {
    width: 100px;
    height: 40px;
    background-color: #E91E63;
    color: white;
    text-align: center;
}

.bgRed {
    color: red;
}

.k-grid .k-alt {
    background-color: #F5F5F5;
}

.custom-kendo-icon {
    font-size: 48px;
    border: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: grey;
    align-content: center;
    width: 40px;
    height: 40px;
}

.form-group{
    margin-top:4px;
    margin-bottom:4px;
}

.k-grid-toolbar {
    background-color: #F5F5F5;
}

.labelEnviro {
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #F5F5F5;
    margin: 5px;

}

.labelPadding{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 25px;
}

.labelSelected {
    background-color: #DBDBDB;
}

.stateSelected {
    background-color: #DBDBDB;
}

.taskActive{
    background-color: #DBDBDB;
    text-decoration: none;
}

.taskNonActive {
    background-color: #F5F5F5;
}

.keyPadButton {
    width: 150px;
    height: 150px;
    color: #007BFF;
    font-size: 40px;
    margin: 0px;
    padding: 0px;
    border: 1px solid white;
}

.keyPadContainer {
    width: 150px;
    height: 150px;
}

.touchScreenTextBox {
    height: 50px;
    width: 100%;
    font-size: 20px;
}

.touchScreenDropDown {
    height: 50px;
    width: 100%;
    font-size: 20px;
}

.touchScreenSaveButton {
    height: 70px;
    width: 150px;
    background-color: #007BFF;
    color: white;
    text-align: center;
    align-items: center;
}

.touchScreenCancelButton {
    height: 70px;
    width: 150px;
    background-color: #696969;
    color: white;
    text-align: center;
    align-items: center;
}

.touchScreenCheckBox {
    height: 100px;
    width: 100px;
    margin-top: 30px;
    margin-right: 20px;
}

.touchScreenCheckLabel {
    margin-top: 50px;
}

.cust-Checkbox {
    height: 35px;
    width: 35px;
}

.readonlyInput {
    background: #FFFFFF;
    color: black;
}

.toolbarBtn {
    margin-left: auto;
    margin-right: 0;
}

input {
    border-color: #CED4DA;
}

.loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10000;
    top: 40%;
}

.loader-container-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
}

.loader-container-wrapper {
    position: relative;
    z-index: 2;
}

.form-title-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.bottom-row {
    height: 10px;
}

gmp-place-autocomplete {
    background-color: #ffffff;
    color-scheme: light;
    border: 1px solid #C8C8C8;
    border-radius: 0px;
    height: 40px;
}

gmp-place-autocomplete:focus {
    background-color: #ffffff;
    border: 3px solid #86B7FE;
    border-radius: 0px;
    height: 40px;
    outline-width: 0px;
}
