body {
    background: #b0b1b5;
}

.container {
    background: white;
}

body > .container {
    border: 1px solid red;
    border-radius: 3px;
    margin-top: 10px;
    padding: 30px;
}

form h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid green;
    margin-bottom: 20px;
}

.db_message {
    margin: 0;
    padding: 10px;
}

.success {
    background-color: #abd4ab;
    color: #4100ff;
}

.fail {
    background-color: yellow;
    color: red;
}

.bg-custom {
    background-color: #000 !important;

}

.bg-custom a {
    color: #fff !important;
}

.list {
    display: inline-block;
    color: #b0b1b5;
    margin-right: 39px;
    font-size: 28px;
    font-weight: bold;
}

.main-list {
    margin-top: 45px;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    line-height: 1.4;
}

.circle {
    -moz-border-radius: 50px/50px;
    -webkit-border-radius: 50px 50px;
    border-radius: 50px/50px;
    border: solid 21px #f00;
    width: 50px;
    height: 50px;

}

hr {
    margin: 10px 0;
    border-top: 3px solid #ccc;
}

.text-form {
    margin-top: 15px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
}

.active {
    color: #000 !important;
}

.my_btn {
    border-radius: 25px !important;
    padding-left: 25px;
    padding-right: 25px;
}

.none_border {
    border-width: 0px;
}

.circle_number_green {
    display: inline-block;
    background-color: #28a745;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    font-size: 24px;
}

.circle_number_gray {
    display: inline-block;
    background-color: #b1b2b5;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    font-size: 24px;
}

nav.navbar.navbar-expand-lg.bg-custom div.container {
    height: 45px;
}

input.form-control:disabled, input.form-control[readonly] {
    background-color: white;
}

.notice {
    color: green;
}
