body {
    background-color: #dddddd;
    overflow-x: hidden;
}

.menu-component {
    position: relative;
}

.menu-component,
map-component {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 2px #a9a9a9;
    -moz-box-shadow: 0 0 5px 2px #a9a9a9;
    box-shadow: 0 0 5px 2px #a9a9a9;
    height: 100%;
    /* overflow: auto; */
}

.menu-component aside {
    background-color: #efefef;
}

.menu-component main {
    background-color: #ffffff;
    min-height: 500px;
    overflow: auto;
}

.menu-component main hr {
    border-top: 3px solid rgba(0, 0, 0, .1);
}

.categories div,
.signs div,
.sign-galery-modal .category-divs div {
    height: 130px;
    width: 130px;
    float: left;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
}

.categories div:hover,
.signs div:hover,
.sign-galery-modal .category-divs div:hover {
    -webkit-box-shadow: 0 0 5px 2px #e0dddd;
    -moz-box-shadow: 0 0 5px 2px #e0dddd;
    box-shadow: 0 0 5px 2px #e0dddd;
    cursor: pointer;
    border-radius: 5px;
}

.signs span {
    cursor: pointer;
}

.header {
    margin-bottom: 40px;
}

.router-content {
    width: 75%;
    margin: auto;
}

.router-content>div {
    height: 500px;
}

.leaflet-container {
    height: 100%;
    width: 100%;
}

.modal-dialog {
    text-align: center;
}

/* map components classes */

.map-component {
    height: 500px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 2px #a9a9a9;
    -moz-box-shadow: 0 0 5px 2px #a9a9a9;
    box-shadow: 0 0 5px 2px #a9a9a9;
    height: 100%;
    /* overflow: auto; */
}

.sign-info {
    position: absolute;
    z-index: 999;
    margin-top: 12%;
    margin-left: 71%;
    height: 63%;
    background-color: white;
    width: 26%;
}

.map-component .marker-modal-style .modal-content {
    position: absolute;
    z-index: 999;
    width: 35%;
    margin-left: 63%;
    margin-top: 12%;
}

.map-component .marker-modal-style .modal-content span {
    font-size: 12px;
    margin-left: 10px;
}

.map-component .modal-title img {
    cursor: pointer;
    margin-left: 5px;
}

.map-component table tr {
    font-size: 11px;
    cursor: pointer;
}

.map-component .table td {
    vertical-align: middle;
    padding: 0 0 0 5px;
}

.add-marker-btn {
    margin-top: 10px;
    position: absolute;
    z-index: 999;
    height: 40px;
    margin-left: 70%;
    cursor: pointer;
    text-align: center;
    width: 16%;
}

.add-marker-btn .btn {
    font-size: 13px;
    color: blue;
    background-color: white;
}

.sign-galery-modal {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.sign-galery-modal {
    height: 450px;
    overflow: auto
}

/*custom scrollbar*/

/* width */

::-webkit-scrollbar {
    width: 3px;
}

/* Track */

::-webkit-scrollbar-track {
    background-color: grey
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #B0E0E6;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #F0F8FF;
}

/*custom scrollbar end*/

.some {
    transform: skewY(20deg) !important
}

.navbar-nav .show>.nav-link {
    color: black !important;
}

.error-text {
    font-size: 12px;
    color: red;
    margin: 0 !important;
}

.carousel-img {
    display: unset !important;
}

.slick-prev {
    z-index: 1;
    margin-left: 10%;
}

.slick-next {
    z-index: 1;
    margin-right: 10%;
}

.slick-slide {
    background-color: lightgray
}

.dropdown-menu {
    z-index: 9999 !important;
}

.nav-link {
    cursor: pointer !important;
}

@media only screen and (max-width: 700px) {
    .map-component .modal-content {
        width: 100%;
        margin-left: 0;
        margin-top: 30%;
    }
    .add-marker-btn {
        margin-left: 35%;
    }
    .map-component .marker-modal-style .modal-content {
        width: 100%;
        margin-left: 0;
    }
    .leaflet-control-container {
        display: none;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1000px !important;
    }
}