@import url('style.css');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #243b55
}

.main-content {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .main-content form {
        width: 500px;
        height: auto;
        background-color: #0f1824;
        box-shadow: 0 15px 25px rgba(0,0,0,.6);
    }

.img {
    width: 50px;
    height: 50px;
}

.cs {
    width: 300px !important;
    height: 300px !important;
    background: red !important;
}

.a {
    width: 250px !important;
}

.carousel-caption {
    background: rgba(0,0,0,0.2);
    padding: 2px 4px;
}

    .carousel-caption p {
        margin: 0;
        padding: 0;
    }

    .carousel-caption .addBtn {
        margin: 0;
        padding: 1px 40px;
        background-color: #1d8b2d;
        color: #fff;
        font-weight: bold;
        border: none;
        border-radius: 10px;
    }

.orderBtn {
    width: 90%;
    background-color: #004796;
    color: #fff !important;
    outline: #004796 !important;
}

.addressParent {
    margin-top: 30px;
}

#searchInput {
    margin-bottom: 0;
}

#searchResult {
    max-height: 138px;
    overflow-y: scroll;
    background: #1f3249;
    color: #fff;
    padding: 0;
    list-style: none;
    margin-top: 0;
}

.item {
    padding: 5px 10px;
    cursor: pointer;
    display: block;
}

    .item:hover {
        background-color: rgba(0,0,0,.5);
    }

.noAreaFound {
    background: #1f3249;
    padding: 5px 10px;
}

.printed {
    background-color: darkolivegreen;
    color: #fff;
}

.pp {
    position: absolute;
    top: 0;
}

.slide-img {
    width: 379px;
    height: 250px;
}

@media screen and (max-width:600px) {
    .slide-img {
        width: 300px;
    }
}

.selected {
    background-color: #1edbe9 !important;
}


#MyFormId .alert {
    width: 75%;
    margin: auto;
    text-align: center
}


#MyFormId .img {
    width: 120px;
    height: 120px;
}


.reports .item {
    border-radius: 15px;
    font-weight: bold;
}

    .reports .item a {
        text-decoration: none;
        color: #fff;
    }
