﻿body {
    /*background-color: #f9fafc;*/
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(249,250,252,1) 35%);
    color: #323520;
    background-image: url('../images/clouds_bg_1000.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

a {
    text-decoration: none;
}


.odcm-clickable:hover {
    cursor: pointer;
}

.odcm-input {
    height: 30px;
    width: 300px
}


/*Missing in w3.css V4*/
w3-closebtn {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: inherit
}

.w3-closebtn:hover, .w3-closebtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

/*Password Validation*/

/* The message box is shown when the user clicks on the password field */
.passwordValidation {
    display: none;
    margin-top:-10px;
    position: relative;
    padding: 5px 20px 5px 20px;
    margin-top: 10px;
}

.passwordValidation p {
    padding: 0px 35px;
    /*font-size: 18px;*/
}

/* Add a green text color and a checkmark when the requirements are right */
.passwordValidation_Valid {
    color: green;
}

.passwordValidation_Valid:before {
    position: relative;
    left: -15px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.passwordValidation_Invalid {
    color: red;
}

.passwordValidation_Invalid:before {
    position: relative;
    left: -15px;
    content: "✖";
}

/* Scrollable Table */


.table-scroll {
    height: 406px;
    overflow: auto;
}


/* Users/Devices Progress Bar Dev UI */
.progress-container {
    position: relative;
    width: 350px;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 20px;
    appearance: none;
    border-radius: 4px;
    overflow: hidden;
    color: #007bff;
}

#progressText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    /*color: white;*/
}

progress::-webkit-progress-bar {
    background-color: #e0e0e0; /* Light gray background for the track */
    border-radius: 4px;
}

progress::-webkit-progress-value {
    background-color: #2196F3; /* Blue color for the progress */
    border-radius: 4px; /* Rounded corners on the filled portion */
}

/* Style for Firefox */
progress::-moz-progress-bar {
    background-color: #2196F3; /* Blue color for the progress */
    border-radius: 4px;
}

/* Firewall Treeview*/

