﻿body, html {
    height: 100%;
    font-size: 12px;

}

.overlapping-time-button {
    width: 120px;
    height: 25px;
    background-color: #f9ce1d !important;
    font-size: 12px;
    position: relative;
}

.overlapping-time-tooltip {
    font-size: 14px;
    margin-top: 6px;
    padding: 10px;
    z-index: 2000;
    width: 200px;
}

.time-button {
    height: 35px;
    width: 35px;
    padding: 2px !important;
    border-color: #0072c6;
}

.progress-grid-background {
    background-color: #dcdcdc;
}

.edit-button {
    background-color: #0072c6;
    color: white;
    width: 60px;
    height: 40px;
}

.icon-alert-error {
    color: red;
    cursor: pointer;
}

.icon-alert-success {
    color: green;
    cursor: pointer;
}
.icon-alert-warning {
    color: orange;
    cursor: pointer;
}
.button-success {
    background-color: green;
    color: white;
}
.icon-info 
{
    color: #3c6aa2;
    cursor: pointer;
}

.button-error {
    background-color: red !important;
    color: white !important;
}

.k-icon-32 {
    font-size: 32px; /* Sets icon size to 32px */
    cursor: pointer;
}

.center-me {
    /* center the div */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
}
/* The Modal (background) */
.p-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

input[type="text"] {
    padding: 8px;
    display: block;
    border: 1px solid #ccc !important;
}
input[type="password"] {
    padding: 8px;
    display: block;
    width: 100%;
    border: 1px solid #ccc !important;
}
.view-message {
    text-decoration: underline;
}
select {
    height: 30px;
}
.underline {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    display: block;
}
input:focus {
    background-color: yellow;
}