﻿/*此文件内定义SRM Login功能用到的样式*/
@font-face {
    font-family: 'Mabry Pro';
    src: url('/Other/auoctmsprod/AUOCTMS_PROD/fonts/Mabry-Regular-Pro.eot');
    src: url('/Other/auoctmsprod/AUOCTMS_PROD/fonts/Mabry-Regular-Pro.eot'), url('/Other/auoctmsprod/AUOCTMS_PROD/fonts/Mabry-Regular-Pro.woff'), url('/Other/auoctmsprod/AUOCTMS_PROD/fonts/Mabry-Regular-Pro.woff2'), url('/Other/auoctmsprod/AUOCTMS_PROD/fonts/Mabry-Regular-Pro.ttf');
}

@font-face {
    font-family: 'NotoSansTC';
    src: url('/Other/auoctmsprod/AUOCTMS_PROD/fonts/NotoSansTC-Regular.otf');
}

@font-face {
    font-family: 'NotoSansSC';
    src: url('/Other/auoctmsprod/AUOCTMS_PROD/fonts/NotoSansSC-Regular.otf');
}
body {
    /* min-width: 960px;
    background-image: url('/AUOCTMS_PROD/css/images/template/bg/strand.png');*/
    background-color: white;
    font-family: "Mabry Pro",'NotoSansTC','NotoSansSC',Arial;
}

.form-signin {
    max-width: 380px;
    /*min-width: 380px;*/
    min-width: 360px;
    min-height: 320px;
    /*padding: 15px;*/
    /*margin: 0 auto;*/
    background-color: #F0F0F0;
    /*margin: 50px auto 40px auto;*/
    margin: 35% auto 40px auto;
    /*padding: 50px 40px 40px 40px;*/
    padding: 10px 50px 20px 50px;
    /*border:solid 1px #005087;*/
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        /*margin-bottom: 10px;*/
    }

    .form-signin .checkbox {
        /*font-weight: normal;*/
    }

    .form-signin .form-control {
        /*position: relative;*/
        /*-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;*/
        /*padding: 10px;*/
        /*font-size: 16px;*/
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input {
        /*margin-bottom: 10px;*/
        /*height: 2em;*/
    }

        .form-signin input[type="email"] {
            /*margin-bottom: 10px;*/
            /*border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;*/
        }

        .form-signin input[type="password"] {
            /*margin-bottom: 10px;*/
            /*border-top-left-radius: 0;
        border-top-right-radius: 0;*/
        }

    .form-signin .Link:focus, .Link:hover {
        /*color: #C43C3C;*/
        text-decoration: none;
        cursor: pointer;
    }

.ControlTips:focus, .ControlTips:hover {
    cursor: default;
}

.SliderEnhance {
    text-align: center;
    font-size: 1em;
    font-family: "Mabry Pro",'NotoSansTC','NotoSansSC',"Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 28px;
    background: #FFFFFF;
    cursor: default;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

    .SliderEnhance .ui-slider-range {
        background: #005087;
        opacity: .3;
        filter: alpha(opacity=30); /* IE 4-9 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*This works in IE 8 & 9 too*/
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); /*IE4-IE9*/
        cursor: default;
    }

    .SliderEnhance .ui-slider-handle {
        /*border-color: rgba(51, 122, 183, 0.6);*/
        height: 36px;
        width: 36px;
        /*background: none;
        background: rgba(120, 172, 217, 1);*/
        margin-left: -1px;
        margin-right: -1px;
        cursor: move;
        padding-top: 7px; /*Slider滑块内的图标上方留白以便居中*/
    }

.SliderTips-default {
    color: #005087; /*Silder中的文字默认颜色 #999999*/
    padding-top: 3px;
    text-align: center;
}

.SliderTips-success {
    color: #005087; /*Silder滑至最大时的文字颜色*/
    padding-top: 3px;
    text-align: center;
}

#btnResend
{
    min-width: 6em;
}
