/* Extra small devices */
@media (max-width: 767px) {
	*{}

.orderTable .removeIcon {
    padding: 6px 10px;
    margin-top: 5px;
}

.switchStore .form-control button .filter-option {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-nav li.switchStore  {
    margin-right: 0px;
}

.navbar-nav li.switchStore .bootstrap-select .dropdown-menu {
    width: 310px;
}

#addProductModal .image-notice {
    position: relative;
    text-align: left;
    width: 90%;
    line-height: 1;
    margin: 0 0 -30px 10px;
}

div.dataTables_info {
    font-size: 10px;
    text-align: center;
}

.box-footer {
    padding: 10px 0;
}

.userTable.table tr td:nth-child(3), .userTable.table tr th:nth-child(3),.userTable.table tr td:nth-child(4), .userTable.table tr th:nth-child(4) {
    display: none;
}

.userTable.table tr td:nth-child(5) a.btn-default {display: block;}

.userTable.table tr td:nth-child(5) a {
    display: block;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    width: 100%;
    right: 0px;
    padding-top: 20px;
}

.billingTable tbody tr td:nth-child(2), .billingTable thead tr th:nth-child(2),.billingTable tbody tr td:nth-child(4), .billingTable thead tr th:nth-child(4) {
    display: none;
}

.datepicker {
    width: 90%;
}

.datepicker table {
    width: 100%;
}

.table tr>.actions, .table tr>.actions {
    /* display: none; */
    width: 0px;
    padding: 0px;
    margin: 0px;
}


.btn._jsCloseOrder {
    display: inline !important;
}

.box-header .box-title {
    font-size: 21px;
    line-height: 1.6;
}

#addProductModal .modal-body h2 {
    font-size: 16px;
    font-weight: bold;
}

#addProductModal .modal-footer a.btn {
    display: block;
    width: 100%;
}

#newOrderForm .box-footer {
    position: fixed;
    z-index: 9999;
    bottom: -60px;
    width: 100%;
    box-shadow: 0 0 10px;
    left: -1%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.orderTable .input-sm {
    padding: 0px;
    height: auto;
    right: 0px;
    text-align: center;
    background: #eee;
    width: 45px;
}

.addMobileBottomSpacer {
    margin-bottom: 40px;
    display: block;
}

.mobileViewOrder:before {
    content: "";
    display: block;
    height: 10px;
    width: 110%;
    background-color: transparent;
    position: absolute;
    left: -15px;
    top: 0px;
    box-shadow: 0px -3px 8px -1px rgba(0, 0, 0, 0.5);
}

.mobileViewOrder {
    width: 100%;
    background: rgba(230, 225, 206, 0.9);
    padding: 5px 20px;
    text-align: right;
}

.modal-footer {
    padding: 10px;
    border: none;
}

table.productTable thead th {
}

.productTable tbody td .addIcon {
    display: none;
}

.productTable tr td:nth-child(1), .productTable tr th:nth-child(1), .productTable tr td:nth-child(3), .productTable tr th:nth-child(3),  .productTable tr td:nth-child(5), .productTable tr th:nth-child(5) {
    display: none;
}

.productTable tr td:nth-child(4), .productTable tr th:nth-child(4) {
    text-align: right;
    width: 1%;
}

.table>thead>tr>th {
    line-height: 2;
    font-size: 11px;
}

.orderTable {
    margin: 0px 5px;
}

.orderTable th:nth-child(3), .orderTable td:nth-child(3) {
    width: 10px;
}

.box-body {
}

.box-footer {
}

.in #newOrderForm .box-footer {
    bottom: 0px;
    padding: 10px;
}

.table.orderTable tr th:nth-child(2), .table.orderTable tr td:nth-child(2),.table.orderTable tr th:nth-child(4), .table.orderTable tr td:nth-child(4) {
    /* display: none; */
}

.table.orderTable tr th:nth-child(2), .table.orderTable tr td:nth-child(2) {
    width: 50%;
}

.table.orderTable tr th:nth-child(5), .table.orderTable tr td:nth-child(5) {
    width: 10px;
    text-align: right;
}

.table.orderTable tfoot tr td:nth-child(4),.table.orderTable tfoot tr th:nth-child(4) {
}

.sidebar-open .main-sidebar {
    box-shadow: 30px 0 170px rgba(0,0,0,1);
}

.main-sidebar {
    padding-top: 40px!important;
}

.box-header {
}

.timeline>li>.timeline-item>.timeline-body {
    font-size: 12px;
    margin: 5px 60px 0 0;
}

.timeline>li>.timeline-item>.timeline-header {
    font-size: 14px;
}

.timeline>li>.timeline-item>.timeline-header .fa {
    display: inline !important;
}

.timeline>li.active>.timeline-item>.timeline-header .fa {
    background-color: transparent !important;    color: #980D15 !important;
}

.timeline>li>.fa, .timeline>li>.glyphicon, .timeline>li>.ion {
    display: none;
}

.timeline>li {
    margin-bottom: 5px;
}

.timeline>li.time-label {
    margin-top: 10px;
}

.time-label.today:after {
    top: -13px;
}

.timeline>li.time-label>span {
    font-size: 18px;
    margin-left: 15px;
    line-height: 20px;
    height: 40px;
}

.timeline>li.time-label>span.bg-grey {
    font-size: 16px;
    margin-left: 11px;
}

.timeline>li>.timeline-item {
    margin-left: 15px;
}

.timeline {
    margin: 0 -15px 0px;
}

.timeline:before {
    display: none;
}

.timelineActionBar {
    padding: 0 0 6px 0;
}

.content-header>h1 {
    font-size: 16px;
}

.callout.alert {
    margin-bottom: 0px;
}

.fixed .content-wrapper, .fixed .right-side {
    padding-top: 50px;
    transform: translate(0px, 0);
}

.main-header .navbar {
    background-color: transparent;
}

.main-header .logo {
    position: absolute !important;
    z-index: 0;
    text-align: center;
    width: 100%;
}

.main-header .logo img {
    height: 40px;
    margin-top: -10px;
}

.dataTables_scrollHead thead th.sorting_desc:before {
    display: none;
}

.mobileSlideOver {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    left: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    opacity: 0;
    z-index: 95;
    padding: 2px;
    visibility: hidden;
}

.mobileSlideOver.in .alert-danger {
    margin: 60px 5px -40px 5px;
}

.mobileSlideOver.in {
    left: 0px;
    opacity: 1;
    overflow: auto;
    visibility: visible;
}


.mobileSlideOver .box{
    position: relative;
    top: 55px;
    left: 100%;
    opacity: 1;
    bottom: 5px;
    margin-bottom: 0px;
    width: 98%;
    z-index: 100;
}

.mobileSlideOver p {
    color: #ccc;
    font-size: 11px;
}

.mobileSlideOver p:nth-child(2) {
    margin-bottom: 70px;
}

.mobileSlideOver.in .box {
    left: 1%;
    margin-bottom: 70px;
}



}
