﻿html input[type='text'] input[type='password'] {
    /*width: 6em;*/
    background-color: #f4fcf5;
    height: 30px;
    vertical-align: central;
    color: #ff6a00;
}
html input[type='password'] {
    /*width: 6em;*/
    background-color: #f4fcf5;
    height: 30px;
    vertical-align: central;
    color: #ff6a00;
}
input, textarea, select {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1em;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}


.mui-input-row select {
    font-size: 1em;
    background-color: #f4fcf5;
    height: 30px;
    vertical-align: central;
    color: #ff6a00;
}

.mui-btn-block-a {
    font-size: 1.1em;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0;
    background-color: #bce9c2;
    color: #ac1414;
    
   
}
.mui-btn-block-b {
    font-size: 1.1em;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 0;
    background-color: #619e69;
    color: #f4fcf5;
    
   
}

.mui-btn-My {
    font-size: 1.1em;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 0;
    background-color: #0094ff;
    color: #FFFFFF;
}
.My-input-row{
    width:30%;
}
.mui-content {
    background-color: #efeff4;
    margin-top: -15px;
    -webkit-overflow-scrolling: touch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.mui-card {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 2px;
    background-color: white;
    background-clip: padding-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.mui-btn {
    font-size: 16px;
    padding: 8px;
    /*margin: 3px;*/
    background-color: #b2b2b3;
    color: #FFFFFF;
    font-weight: 600;
}
/*房间注册按钮按下的样式*/
.dxgvHeader_Office2003Olive:active {
				color: #ac1414 !important;/*按钮上文字的颜色*/
				border: 1px solid #0094ff !important;/*按钮被按下时边框线的颜色*/
				background-color: #ebf0d2 !important;/*按钮被按下时的颜色*/
			}
.mui-input-row {
    color: #808080;
    background-color: #d9f6dd;
}

.select {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1em;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: 15%;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #bce9c2;
    color: #d40e0e;
    border: 0px solid #e8ad09;
    text-shadow: none;
    text-align: center;
    border-radius: 4px;
    transition: box-shadow 0.25s ease;
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: 2;
}

    .select:hover {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
    }

    .select:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: #e8ad09;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: -2;
    }

    .select select {
        cursor: pointer;
        padding: 0px;
        width: 100%;
        border: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select:focus {
            outline: none;
        }
