﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {

}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/** {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}*/


/*shadow material*/

.box-shadow {
    box-shadow: 0 2px 3px rgba(0,0,0,.09);
}

.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}


.e-grid .e-toolbar {
    border-bottom: 1px solid #e3165b !important;
}

.e-grid .e-headercell {
    background-color: #f0f0f0 !important;
}

.e-btn .e-btn-icon {
    font-size: 16px !important;
}

/*.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: #ff8f00 !important;
}*/

.e-card .e-card-header .e-card-header-caption .e-card-header-title {
    font-size:16px !important;
}

.navbar-default .navbar-toggle{
    border-color:transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: transparent;
}

.dropdown-menu {
border:0px !important;
}

.navbar-default {
    background: #FFFFFF;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    margin-top:5px;
}

.text-primary {
    color: rgb(33,150,243) !important;
}

.text-warning {
    color: #ff6d00 !important;
}

.text-danger {
    color: #d50000 !important;
}

.text-success {
    color: #4d841d !important;
}

.header-border {
    border-bottom: 1px solid #d7d7d7;
}

.e-dashboardlayout.e-control .e-panel .e-panel-header{
font-size:16px !important;
border-bottom:2px solid #e3165b !important;
padding-top:10px !important;
height:45px !important;
}

.card-value {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 25px;
    color: #727272;
    margin-bottom: 0px;
    margin-top: 10px;
    letter-spacing: 0;
}

#calories-text, #steps-text, #water-text, #sleep-text {
    padding-left: 5%;
}

.card-block {
    cursor: pointer;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.10);
    border-radius: 4px !important;
}

.card-text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    color: #303030;
}

#steps-subtitle, #calories-subtitle, #water-subtitle, #sleep-subtitle {
    padding-left: 5%;
}

.pdt10{
    padding-top:10px !important;
}

.card {
    border: 1px solid #ccc;
    margin: 3px 0;
}

    .card.card-stats-primary {
        border-left: 3px solid #039BE5;
    }

.cardtitle {
    padding: 15px !important;
    font-weight: bold;
    font-size: 17px;
    color: #555;
    background: #f7f7f7;
    border-bottom: 2px solid #FF9800;
}

.cardbody {
    padding: 7px 15px 30px 15px;
    background: #fff;
}

.card .card-footer {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}

.carddivider {
    border-left: 1px solid #ccc;
    padding-left: 7px;
    padding-right: 7px;
}

.e-grid td.e-active {
    background-color: #fcf3ed !important;
}

.e-grid .e-headercell {
    background-color: #edf9fc !important;
}

.dashboardcard{
    height:200px;
    border:1px solid #fafafa;
}

#msg {
    min-width: 500px; /* Set a default minimum width */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    right: 15px; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    padding-right: 30px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.primaryborder {
    background-color: #4d841d;
    color: #ffffff;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.dangerborder {
    background-color: #c62828;
    color: #ffffff;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.hide {
    display:none;
}

.red {
    background-color: #dc3545 !important;
}

.mandateend {
    background-color: #f9c8cd !important;
    color: #fff !important;
}

.mandatereplace {
    background-color: #b8f3c5 !important;
}

.text-right{
    text-align:right;
}

.activecandidate {
    background-color: #fcf3ed;
    border-bottom:1px solid #e3165b;
}

.bordersilver{
    border:1px solid #f0f0f0 !important;
}

.cellgray {
    background-color: #f0f0f0;
    border: 1px solid #333;
    padding: 5px;
}

.cellwhite {
    border: 1px solid #333;
    padding: 5px;
}
.cellwhitetable {
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


.w10 {
    width: 10%
}

.w15 {
    width: 15%
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33%;
}

.w34 {
    width: 34%;
}

.w35 {
    width: 35%;
}

.txt {
    width: 100%;
    text-align: right !important;
}

.rowColor {
    background-color:#fcf3ed !important;
}

.tabletext {
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);

    padding-bottom:8px;
}


.nav-tabs .nav-link {
border:none !important;
}

    .nav-tabs .nav-link:hover {
        border-bottom: 2px solid #007bff !important;
    }

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #007bff !important;
    background-color:#f0f0f0 !important;
}

.nav-tabs {
    border-bottom: 2px solid #DDD !important;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.text-left{
    text-align:left !important;
}

.disableddiv {
    background-color: #f2f2f2 !important;
    opacity:0.7 !important;
}
