﻿.dx-theme-android5 .dx-texteditor-input
{
    color: black;
}

.dx-theme-android5 .dx-placeholder
{
    color: black;
}


.dx-toolbar {
    height: 56px;
    background: #AD1832;
    color: #FFF;
}

#dx-toolbar dx-widget dx-visibility-change-handler dx-collection dx-popup-bottom dx-popup-cancel dx-popup-done{
    background: #AD1832;
}

.dx-theme-ios7 .dx-toolbar-label
{
        color: white;
}

.dx-theme-android5 .dx-tabs.dx-navbar .dx-tab-text
{
    font-size: 16px;
    font-weight: bold;
}
/*
.dx-theme-android5 .dx-toolbar-items-container
{
    background-color: #AD1832; 
}*/

.dx-theme-ios7 .dx-button-text
{
    color: black; 
    font-weight: bold;
}



#background_android_portrait
{
    background-image: url("../content/dtz/DTZSiloManagement_BG_720_1280_v4.png"); 
    background-repeat: no-repeat; 
    background-position: top center;
    background-size: cover;
    height:100%;
}

#android_footer_bar
{
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: 0px;
    background-color: gray;
}

#android_footer_bar_text
{
    position: absolute;
    color: white;
    font-weight: bold;
    float: right;
    right: 5px;
    font-size: 18px;
    top: 15px;
}

#android_username_box
{
    width: 50%;
    margin-left: 25%;
}

#android_password_box
{
    width: 50%;
    margin-left: 25%;
}

#android_logo
{
    margin-left:25%;
    margin-top: -50%;
    pointer-events: none
}

#background_ios_portrait
{
    background-image: url("../content/dtz/DTZSiloManagement_BG_720_1280_v4.png"); 
    background-repeat: no-repeat; 
    background-position: top center;
    background-size: cover;
    height:100%;
}

.dx-texteditor-input{
    background: white;
    opacity: 0.9;
}

#ios_username_box
{
    width: 50%;
    margin-left: 25%;
}

#ios_password_box
{
    width: 50%;
    margin-left: 25%;
}

#ios_logo
{
    margin-left:25%;
    margin-top: -50%;
    margin-bottom:50px;
    pointer-events: none
}

#ios_footer_bar
{
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: -20px;
    background-color: gray;
    margin-bottom: 20px;
}

#ios_footer_bar_text
{
    position: absolute;        
    font-weight: bold;
    color:white;
    right: 5px;
    font-size: 18px;
    margin-top: 20px;
    
}

#ios_login_button
{
    font-size: 24px;
    font-weight: bolder; 
    margin-top: 10px;
    margin-left: 31%;
    border-radius: 25px;
    background: lightgray;
    width: 150px;
    height: 50px; 
}

#win8_footer_bar
{
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: -20px;
    background-color: gray;
    margin-bottom: 60px;
}

