/*body {*/
/*    background-color: red;*/
/*}*/

.head {
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
    border-bottom: 1px solid #d3d3d3;
}

.top30 {
    margin-top: 30px;
}

.btn-default-menu {
    background-color: #ffffff;
    color: #565656;
    box-shadow: 1px 1px 10px #b2babb;
    font-size: 20px;
    border-radius: 20px;
    min-width: 200px;
    max-width: 200px;
    min-height: 160px;
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: center;
    white-space:normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row-btn-default-menu {
    display: flex;
    flex-wrap: wrap;
}

.required:after {
    content: " *";
    color: red;
}

.bootstrap-datetimepicker-widget tr:hover {
    background-color: #808080;
}

.bootstrap-datetimepicker-widget tr:hover {
    background-color: #808080;
}
