﻿#map_canvas {
    width: 100%;
    margin: 0;
    padding: 0;
    /*margin-left: auto;
    margin-right: auto;
    height: 150px;
    border-radius: 10px;*/
    /*box-shadow: 0px 0px 3px #757575;*/
    position: relative;
}

#PnlItemsOrders .col-xs-4, #PnlItemsOrders .col-lg-4 {
    float: left;
}

.InsideTopHeader .col-md-4, .InsideTopHeader .col-xs-6,
.InsideTopHeader .col-lg-4, .rowFooter .col-md-4 {
    float: left;
}

@media (min-width: 992px) {
    .grdDataStyle .col-md-1, .grdDataStyle .col-md-2, .grdDataStyle .col-md-3, .grdDataStyle .col-md-4,
    .grdDataStyle .col-md-5, .grdDataStyle .col-md-6, .grdDataStyle .col-md-7, .grdDataStyle .col-md-8,
    .grdDataStyle .col-md-9, .grdDataStyle .col-md-10, .grdDataStyle .col-md-11, .grdDataStyle .col-md-12 {
        float: left;
    }
}

.gmnoprint {
    /*left: 10px ;*/
}

#PnlItemsOrders div.ItemsOrders {
    width: 98%;
    border: none;
    margin: 10px 1%;
    height: auto;
    overflow: hidden;
    /*border-bottom: 3px solid #ccc;
    border-top: 3px solid #ccc;*/
}

    #PnlItemsOrders div.ItemsOrders .OrdersLayout, #PnlItemsOrders div.ItemsOrders .OrderDataLayout {
        background: none;
    }

@media screen and (max-width: 35em) {
    #PnlItemsOrders .ItemsOrders .grdDataStyle,
    #PnlItemsOrders .ItemsOrders .grdDataStyle tbody tr {
        width: 100%;
    }
}

@media screen and (max-width: 60em) {
    .ItemsOrders .grdDataStyle, .ItemsOrders .grdDataStyle tbody tr {
        width: 50%;
    }
}

.grdDataStyle, .grdDataStyle tbody tr {
    border: none;
    overflow: hidden;
}

    .grdDataStyle tbody tr {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        border-bottom: 1px solid rgb(128, 128, 128);
        height: 350px;
    }

        .grdDataStyle tbody tr td {
            /*float: right;*/
            width: 100%;
            margin: 0px;
            overflow: hidden;
            padding: 0;
            direction: ltr;
            display: block;
            border: none;
        }

    /**/ tr.tblPagerStyle, .grdDataStyle tr.tblPagerStyle td {
        width: 100% !important;
    }

        tr.tblPagerStyle a {
            font-size: 10pt;
            color: #ccc;
        }

#PnlItemsOrders .ItemsOrders .OrdersLayout .ImgTitle {
    right: 14px;
}

#PnlItemsOrders .ItemsOrders .OrdersLayout .ItemImg {
    height: 94px;
    width: 150px;
    border-color: #EFEFEF;
}

#PnlItemsOrders .ItemsOrders .ItemDetails {
    width: 95%;
    margin: 0 2.5%;
    height: 120px;
}

#PnlItemsOrders .ItemsOrders .OrdersLayout {
    height: auto;
}

#PnlItemsOrders .ItemsOrders .ItemDetails .ItemTitleLayout {
    width: 95%;
    margin: 0 2.5%;
    height: 45px;
    text-align: left;
    padding: 3px 0;
    overflow: hidden;
}

    #PnlItemsOrders .ItemsOrders .ItemDetails .ItemTitleLayout .ItemTitle {
        color: #AC6700;
        font-size: 10pt;
        line-height: 20px;
        text-decoration: none !important;
    }

#PnlItemsOrders .ItemsOrders .ItemDetails .ItemSummaryLayout {
    width: 95%;
    margin: 0 2.5%;
    height: 60px;
    text-align: left;
    margin: 5px 5px 5px 5px;
    overflow: hidden;
    text-decoration: none !important;
}

    #PnlItemsOrders .ItemsOrders .ItemDetails .ItemSummaryLayout .ItemSummary {
        font-size: 9pt;
        text-decoration: none !important;
        line-height: 20px;
    }

a:hover, a:focus, p:hover, p:focus {
    text-decoration: none !important;
}

.c-bs-grid-small-space .c-content-overlay .c-overlay-object {
    border-bottom: 1px solid #eee;
    background-size: initial;
    background-position: center center;
    background-repeat: no-repeat;
}

.c-bs-grid-small-space .c-content-product-2 .c-info {
    padding: 10px 10px;
    max-height: 152px;
}

.c-bs-grid-small-space a:active, .c-bs-grid-small-space a:hover, .c-bs-grid-small-space a:focus {
    color: #000000;
}

.c-content-product-2 {
    height: 330px;
}

    .c-content-product-2 .c-title {
        height: 55px;
        line-height: 25px;
        overflow: hidden;
        border-bottom: 1px solid rgba(221, 221, 221, 0.5);
        margin-bottom: 0;
    }

    .c-content-product-2 .c-price {
        height: 70px;
        line-height: 23px;
        overflow: hidden;
        padding: 5px;
        text-align: left;
        /*text-indent: 5px;*/
    }

.divSummery {
    width: 100%;
    display: block;
    overflow: hidden;
}