Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Tablet/layouts/Layout/
Upload File :
Current File : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Tablet/layouts/Layout/Layout.css

/* Layout */

.page {
    height: 100%;
    width: 100%;
    position: relative;
}

.layout-header {
    position: absolute;
    width: 100%;
}

.layout-content {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.layout-content > div {
    height: 100%;
}

.layout-footer {
    width: 100%;
    position: absolute;
}

/* ios theme */

.dx-theme-ios .layout-header {
    background: #fff;
    top: 0;
    height: 182px;
}

.dx-theme-ios .layout-content {
    background: #D2D3D5;
    border: 1px solid #000;
    top: 182px;
    bottom: 220px;
}

.dx-theme-ios .layout-footer {
    background :#fff;
    bottom: 0;
    height: 220px;
}

/* Override styles */

.dx-theme-ios-typography {
    font-family: 'Segoe', sans-serif;
    color: #231F20;
    text-shadow: none;
}

.dx-theme-ios-typography a {
    text-decoration: none;
}

.dx-theme-ios .close-popup.dx-button {
    margin: 15px 0 auto;
}

.dx-theme-ios .dx-button:not(.close-popup),
.dx-theme-ios .dx-button:not(.close-popup) .dx-button-content {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: auto;
}

.dx-theme-ios .dx-button.dx-state-active:not(.close-popup) .dx-button-content {
    background: none;
    margin-top: 2px;
}

.dx-theme-ios .dx-button:not(.close-popup) .dx-button-text {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #231F20;
    line-height: 77px;
}

.dx-theme-ios .dx-button.small .dx-button-text {
    font-size: 16px;
    line-height: 25px;
}

.dx-theme-ios .dx-button:not(.close-popup) .dx-icon {
    height: 65px;
    width: 65px;
    float: right;
}

.dx-theme-ios .dx-button.small .dx-icon {
    height: 26px;
    width: 26px;
    margin: 0;
}

.dx-theme-ios .dx-toolbar .dx-toolbar-button {
    padding: 33px 0 0 5px;
}

.dx-theme-ios .dx-toolbar-left .dx-button .dx-icon {
    float: left;
}

.dx-theme-ios .dx-toolbar {
    height: 140px;
    background: none;
}

.dx-theme-ios .dx-tabs.dx-navbar{
    background: #231F20;
    height: 78px;
}

.dx-theme-ios .dx-tabs.dx-navbar .dx-tab {    
    width: 120px;
    box-shadow: none;
}

.dx-theme-ios .dx-tabs.dx-navbar .dx-nav-item-content {
    padding: 10px;
    height: 58px;
}

.dx-theme-ios .dx-tabs.dx-navbar .dx-tab .dx-icon {
    top: 8px;
}

.dx-theme-ios .dx-tabs.dx-navbar .dx-tab:first-child {
    box-shadow: none;
}

.dx-theme-ios .dx-tabs.dx-navbar .dx-tab-text {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding-top: 37px;
}

.dx-field-value {
    float: none;
    max-width: none;
}

.dx-theme-ios .dx-textbox .dx-textbox-input {
    background: #fff;
    border: none;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    font-size: 36px;
}

/* Custom styles */

.header-current-order {
    position: absolute;
    font-size: .75em;
    padding: 15px 35px;
    box-sizing: border-box;
    z-index: 2;
}

.header-current-order .title{
    text-transform: uppercase;
}

.header-current-order .list {
    margin-top: 10px;
}

.header-current-order .category-name, 
.header-current-order .current-purchase {
    display: inline-block;
    width: 112px;
    text-align: right;
    margin-right: 10px;
}

.header-current-order .current-purchase {
    margin: 10px 10px 10px 0;
    white-space: nowrap;
}

.header-current-order .not-active {
    color: #A1A2A6;
}

.new-customer-button {
    position: absolute !important;
    right: 40px;
    top: 95px;
    z-index: 2;
}

.sales-associate {
    position: absolute;
    right: 46px;
    top: 23px;
    font-size: 14px;
    z-index: 2;
}

.sales-associate .text {
    float: left;
    padding: 20px 10px 0 0;
}

.sales-associate .image {
    float: right;
}

#navBar {
    position: absolute;
    bottom: 0;
}

.large-title {
    white-space: nowrap;
    position: absolute;
    font-size: 258px;
    font-weight: bold;
    font-family: 'Segoe';
    text-transform: uppercase;
    color: #F0F0F0;
    z-index: 1;
    line-height: 151px;
    top: 0;
    left: -20px;
    height: 100%;
}

.layout-footer .dx-toolbar.dx-toolbar-top {
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 999;
}

.hide-popup {
    text-align: center;
}

@media only screen and (max-height : 715px) {
    .large-title {
        font-size: 150px;
        line-height: 92px;
    }
    .dx-theme-ios .layout-header {
        height: 107px;
    }
    .dx-theme-ios .layout-content {
        top: 107px;
        bottom: 135px;
    }
    .new-customer-button {
        right: 223px;
        top: 20px;
    }
    .sales-associate {
        right: 10px;
    }
    .dx-theme-ios .layout-footer {
        height: 135px;
    }
    .dx-theme-ios .dx-toolbar .dx-toolbar-button {
        padding-top: 0;
    }
    .dx-theme-ios .dx-toolbar {
        height: 76px;
    }
    .dx-theme-ios .dx-tabs.dx-navbar .dx-icon {
        width: 25px;
        height: 25px;
    }
    .dx-theme-ios .dx-tabs.dx-navbar .dx-tab {
        padding: 0 10px;
    }
    .dx-theme-ios .dx-tabs.dx-navbar {
        height: 60px;
    }
    .buy-button-wrapper {
        position: absolute;
        top: 40px;
        left: 250px;
        width: 250px;
    }
    .buy-button-wrapper .current-purchase {
        margin-top: 0;
    }
    .buy-button-wrapper .dx-button.small .dx-button-text {
        padding-left: 15px;
    }
}

@media only screen and (max-height : 550px) {
    .gallery.list .gallery-item div {
        font-size: 25px;
    }
}

@media only screen and (max-height : 455px) {
    .gallery.list .gallery-item div {
        font-size: 16px;
        line-height: 0;
    }
    .large-title {
        font-size: 114px;
        line-height: 68px;
    }
    .dx-theme-ios .layout-header {
        height: 81px;
    }
    .dx-theme-ios .layout-content {
        top: 81px;
    }
    .sales-associate {
        top: 6px;
    }
    .new-customer-button {
        top: 0;
    }
    .gallery.list .gallery-item .item-container {
        margin-top: -100px !important;
    }
    .gallery.list .gallery-item .item-container img {
        height: 170px !important;
    }
}