/*
 Max width before this PARTICULAR table gets nasty
 This query will take effect for any screen smaller than 760px
 and also iPads specifically.
 */
.top-menu-wrapper{
    display: none;
}
.uk-table {
    width: 100% !important;
}
@media 
only screen and (max-width: 760px), 
(max-width: 1024px) and (min-width: 768px){
/*table#table_list {
    word-break: break-word;
    }*/
p.uk-text-muted {
        padding-left: 0px !important;
    }
    
.uk-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 0px solid #ddd;
}
li.uk-tab-responsive.uk-active{
    border-bottom: 1px solid #ddd;
}
 table.dataTable tbody td {
        padding-left: 50%;
    }
}
@media
only screen and (max-width: 760px),
(min-width: 768px) and (max-width: 1024px)  {
    .top-menu-wrapper{
        display: block;
         background: #1D2939;
        position: fixed;
    }
    .breadcrumbs h2 {
    color: #fff;
}
    .uk-panel.uk-panel-box.uk-width-medium-1-3 {
        width: 100%;
    }
    .main_wrapper .left_panel, .header_wrap{
        display: none;
    }

    .main_content .inner {
        padding-left: 0px;
    }
   /* .border {
        height: 45px;
    }*/
    ul#mobile-menu {
        background-color: #fff;
        padding-top: 60px;
    }
    .menu-nav-mobile, .cart-mobile-handle{
        padding-top: 0%;
    }
    /*.top-menu-wrapper {
        z-index: 99;
        border: 0px solid blue;
        padding-top: 2px;
        padding-bottom: 2px;
        position: absolute;
        width: 100%;
        top: 0;
        transition: all .3s ease-in;
    }
    .border {
        border: 0px solid red;
    }
    .col-md-3.col-xs-3.border.col-a {
        margin-top: 25px;
    }*/
    /* Force table to not be like tables anymore */
    .uk-table table, .uk-table thead, .uk-table tbody, .uk-table th, .uk-table td,.uk-table  tr, table#table_list {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .uk-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .uk-table tr { border: 1px solid #ccc; }

    .uk-table-condensed td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        overflow: hidden;
    }

    .uk-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        /*white-space: nowrap;*/
    }

    /*
    Label the data

    td:nth-of-type(1):before { content: "First Name"; }
    td:nth-of-type(2):before { content: "Last Name"; }
    td:nth-of-type(3):before { content: "Job Title"; }
    td:nth-of-type(4):before { content: "Favorite Color"; }
    td:nth-of-type(5):before { content: "Wars of Trek?"; }
    td:nth-of-type(6):before { content: "Porn Name"; }
    td:nth-of-type(7):before { content: "Date of Birth"; }
    td:nth-of-type(8):before { content: "Dream Vacation City"; }
    td:nth-of-type(9):before { content: "GPA"; }
    td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
    .uk-table td:before {content: attr(data-title);}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
    body {
        padding: 0;
        margin: 0;
       width: 100%; 
	   }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    body {
        width: 100%;
    }
    .col-xs-3 {
        width: 85%;
    }
}
.col-xs-3 {
    width: 85%;
}
@media only screen and (max-width: 600px) {
    .sections.section-footer {
        text-align: center;
    }
    .uk-form-width-large {
    width: 100%;
    }
    ul#mobile-menu li {
        text-align: center;
    }
    .uk-panel.uk-panel-box.uk-width-medium-1-3 {
        width: 100%;
    }

    .login-wrap {
        margin: auto;
        margin-top: 50px;
        width: 100%;
    }
    #layout_1 .top {
        background: #fe801f;
    }
    tbody, td, th, tr {
        display:block;
    }
    thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.dataTable tbody td {
        padding-left: 50%;
    }
    table.dataTable tbody tr {
       border: 1px solid #ccc;
    }
    .nav-menu {
        position: relative;
        color: #fff;
        font-size: 30px;
        float: right;
        margin-right: 31px;
    }
    .col-xs-3 {
        width: 85%;
    }
    .view-receipt-pop {
        width: auto;
        padding: 10px;
    }
	.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 0px;
}
    .copyright {
        display: inline-table;
        position: relative;
        width: 100%;
        bottom: 0;
    }
}
#layout_1 .top {
    background: #fe801f;
}
.uk-button-dropdown{
    float: right;
}
@media only screen and (max-width: 480px) {
    .nav_option a {
        text-align: left;
    }
}@media only screen and (max-width: 430px) {	.uk-button-dropdown {		margin-top:-40px;	}}