﻿body {
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
}

footer {
    position: absolute !important;
}

.element-hide {
    display: none;
}

.mouse-handle {
    cursor: pointer;
}

.sidebar {
    z-index: 10 !important;
}

.required {
    color: #ff0000;
}

input.required {
    color: #000000;
}

input.text-inline {
    border: 1px solid #dee2e6;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.375rem;
}

select.attribute-changed,
textarea.attribute-changed,
input.attribute-changed {
    border: solid 1px #ff0000;
}
/*=====Login Page=======*/
.btn-block-49 {
    width: 45%;
    margin-left: 4%;
}

.btn-block-98 {
    width: 98%;
    margin-left: 1%;
}

.btn-block-100 {
    width: 100%;
}

.w-98 {
    width: 98%;
}

.w-85 {
    width: 85%;
}

.wpx-60 {
    width: 60px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.register-notification {
    color: #000;
    padding-top: 10px;
}

.block-border {
    border: solid 1px #dfe2e6;
    padding: 5px 10px;
    border-radius: 5px;
}

/**=================================Home Index============================*/
.chart-block {
    min-height:400px;
}