﻿/*.center_page {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.services-section img {
    width: 10px;
    height: 10px;
    margin: auto;
    display: block;
}

.img_part img{
    width: 10px;
    height: 10px;
}*/

/*.page-background {
    background-color: white;
    background-image: linear-gradient(#b11e23, white);
    color:white;
}

.dialog-title-background {
    background-color: white; 
    background-image: linear-gradient(#828282, #b11e23); 
    color: white;
}

label {
    color: #fff;
}

.table-white {
    background-color: white;
}

    .table-white tr {
        color: black;
    }

.btn-primary {
    color: #fff;
    background-image: linear-gradient(#383636, rgba(0, 0, 0, 1));
    border-color: darkgray;
}

    .btn-primary:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.6);
        border-color: darkgray;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
    }

    .btn-primary.disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.btn-info {
    color: #fff;
    background-color: darkgray;
    border-color: darkgray;
}

    .btn-info:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.6);
        border-color: darkgray;
    }

    .btn-info:focus {
        box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
    }

    .btn-info.disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }*/

#menu-item {
    border-radius: 15px;
    border: 2px solid black;
    padding: 20px;
    width: 300px;
    height: 90px;
    /*background-image: linear-gradient(rgb(255, 0, 0, 0.2), rgba(0, 0, 0, 0.2));*/
}

    #menu-item:hover {
        background-image: linear-gradient(rgba(255, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    }

#menu-item-active {
    border-radius: 15px;
    border: 2px solid black;
    padding: 20px;
    width: 300px;
    height: 90px;
    background-image: linear-gradient(rgba(255, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}


#menu-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.col-md-2-custom1 {
    flex: 0 0 auto;
    width: auto;
}



