
/*
base style sheet
version:2015/04/10(v0.0.0.1)
author:qqwan
*/


/*login*/
html{
    overflow: auto;
    min-height: 650px;
    /*min-width: 1000px;*/
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
h1,h2,h3{
    text-align: center;
}
b{
    background-image: url("../../img/conference/webrtc_icon.png?1.0.14.9");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.login-container .title-big{
    font-size: 32px;
    text-align: center;
}
.start-meeting h1{
    font-size: 28px;
    text-align: center;
}
.join-meeting-login-container .login-container .title-big{
    color: #fff;
}
.login-container .title-small{
    text-align: center;
    font-size: 18px;
    /*color: #666666;*/
    color: #fff;
}
/*
@media screen and (min-width: 600px){
    .login{
        width: 500px;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        height: 400px;
        padding: 20px 50px;
    }
}
@media screen and (max-width: 600px){
    .login{
        width: 98% ;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        height: 400px;
    }
}
*/
.join-meeting-login-container{
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
}
/*
.join-meeting-by-id{
    bottom: 0;
    min-height: 650px;
    min-width: 1000px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
*/
.join-meeting-login-container .login-container{
    background: url("../../img/conference/join_meeting_bg.jpg?1.0.14.9") no-repeat scroll center top;
    bottom: 0;
    height: auto;
    position: absolute;
    top: 90px;
    width: 100%;
}
.join-meeting-login-container .login-container a{
	color:#fff;
}
.join-meeting-by-id .login-container{
    margin: auto;
    width: 1000px;
}
.start-meeting , .instructionsWrap .instructions{
    width: 1000px;
    margin: auto;
    position: relative;
}
.start-meeting{
    padding-top: 20vh;
    top: 80px;
}
.instructionsWrap .instructions{
    top: 70px;
}
.instructionsWrap .instructions.with-arrow{
    top: 130px;
}
.start-meeting , .instructionsWrap .instruction-arrow{
    width: 600px;
    margin: auto;
    position: relative;
    top: 26px;
    text-align: center;
    height: 58px;
}
.instructionsWrap .instruction-arrow{
    top: 80px;
}
.instructionsWrap .instruction-arrow b{
    background-image: url("../../img/conference/instruction-arrow.gif?1.0.14.9");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 58px;
}
/*.start-meeting{*/
    /*background-color: #fff;*/
/*}*/
.login{
    margin: auto;
    position: relative;
    width: 1000px;
}
.browserForIE{
    background-color: #fff;
    bottom: 60px;
    margin: auto;
    position: absolute;
    top: 90px;
    width: 1000px;
    overflow: hidden;
}
.login-form{
    margin: 100px auto 0;
    width: 50%;
}
@media screen and  (max-height: 700px){
    .login-form{
        margin: 70px auto 0;
    }
}
@media screen and (min-height: 700px) and  (max-height: 800px){
    .login-form{
        margin: 100px auto 0;
    }
}
@media screen and  (min-height: 800px){
    .login-form{
        margin: 180px auto 0;
    }
}
.form-row{
    margin-bottom: 12px;
    width: 100%;
    float: left;
    text-align: center;
}
.form-row input{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c0bdbe;
    border-radius: 3px;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    padding: 5px 7px;
    width: 330px;/*%*/
}
.login-form-bg .form-row input , .login-form-bg .form-row .placeholder-txt{
    background: none repeat scroll 0 0 #e8e8e8;
}
.login-form-bg .form-row .placeholder-txt{
    line-height: 34px;
}
.form-row input.red-border{
    border: 1px solid #db1010;
}
.form-row input:focus{
    border: 1px solid #9bbde1;
}
.login-form-bg .form-row input:focus{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c0bdbe;
}
.form-row button{
   /* background: none repeat scroll 0 0 #049ed7;
    border: 1px solid #049ed7;*/
    background: none repeat scroll 0 0 #68bf3f;
    border: 1px solid #62b33a;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-shadow: 1px 0 1px rgba(9, 2, 4, 0.2);
    display: block;
    width: 346px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
}
/*.join-meeting-by-id .form-row button{
}*/
.login-form-pwd .form-row button{
    margin-left: 0;
}
.bottom{
    bottom: 0;
    height: 60px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.error-top {
    color: #db1010;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
    padding: 0 7px;
}
.login-form-pwd .error-top{
	padding:0;
}
.check-code{
    float: left;
    margin-right: 10px;
}
.check-code input{
    float: left;
    width: 177px;
}
.checkcodeimg{
    vertical-align: middle;
    border: 1px solid #c0bdbe;
    border-radius: 3px;
    cursor: pointer;
    display: table-cell;
    float: left;
    height: 33px;
    width: 141px;
    margin-right: 4px;
}
.check-text{
    line-height: 30px;
    /*color: #1f7dcb*/
    color: #fff;
}
.check-text:hover{
    color: #0098ff;
}
.login-form-pwd{
    margin-left: 326px;
}
.login-form-pwd p{
    margin-left: -160px;
}

.login-form-pwd .form-row{
    text-align: left;
}
/*startMeeting.html*/
.start-meeting .title{
    width: auto;
    text-align: center;
    line-height: 30px;
    font-size: 28px;
    color: #a6cfec;
}
.instructionsWrap .instructions .title{
    width: auto;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
}
.instructionsWrap .instructions .small-title{
    color: #c0c0c0;
}
.instructionsWrap-apply-timeout .instructions .title{
    margin-top:110px;
}
.start-meeting .progress , .instructionsWrap .instructions .animation-container,.instructionsWrap .instructions .reload{
    width: 100%;
    height: 60px;
    text-align: center;
    margin-top: 10px;
}
.firefox-reload{margin-bottom: 50px;}
.instructionsWrap .instructions .reload button{
    font-size: 20px;
    padding: 5px 48px;
    background-color: #3B8AE1;
    border: 1px solid #3b8ae1;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.instructionsWrap .instructions .reload button:hover{
    background-color: #4199fb;   
}
.start-meeting .progress{
    margin-top: 120px;
}
.instructionsWrap-apply-timeout .instructions .reload{
    margin-top:60px;
}
.instructionsWrap .instructions .animation-container{
    margin-top: 15px;
    height: 181px;
}
.start-meeting .progress dl{
    float: left;
}
.start-meeting .progress dl.big{
    width: 40%;
}
.start-meeting .progress dl.small{
    width: 20%;
}
.start-meeting .progress dl dd{
    font-size: 14px;
    color: #215488;
}
#startMeetingWrap{
    background: url("../../img/conference/webrtc_bg_video.jpg?1.0.14.9") no-repeat center /cover;
}
.start-meeting .progress .big b{
    background-image: url("../../img/conference/webrtc_icon.png?1.0.14.9");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 170px;
    margin-bottom: 20px;
    width: 164px;
}
.start-meeting .progress .loaded{
    background-image: url("../../img/conference/webrtc_icon.png?1.0.14.9");
    background-repeat: no-repeat;
    background-position: -249px -720px;
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 8px;
    margin-top: 78px
}
.start-meeting .progress .loading{
    background-image: url("../../img/conference/loading_connect.gif?1.0.14.9");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 8px;
    margin-top: 78px
}
.instructionsWrap{
    background-color: rgba(24,24,24,0.8);
    z-index: 2;
}
.instructionsWrap .instructions .animation-container b{
    background-image: url("../../img/conference/instruction.gif?1.0.14.9");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 654px;
    height: 181px;
}
.instructionsWrap .instructions .animation-container .animation-firefox{
    background-image: url("../../img/conference/instruction.gif?1.0.14.9");
}
.instructionsWrap .instructions .animation-container .animation-chrome{
    background-image: url("../../img/conference/instruction-chrome.gif?1.0.14.9");
}
.instructionsWrap .instructions .animation-container .animation-other{
    background-image: url("../../img/conference/instruction.gif?1.0.14.9");
}
.start-meeting .progress .will-load{
    background-image: url("../../img/conference/webrtc_icon.png?1.0.14.9");
    background-repeat: no-repeat;
    background-position: -249px -751px;
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 8px;
    margin-top: 78px
}
.read-message-icon{
    background-position: -763px -813px;
}
.connect-server-wait-icon{
    background-position: -582px -813px;
}
.connect-server-icon{
    background-position: -401px -813px;
}
.start-success-wait{
    background-position: -38px -813px;
}
.start-success{
    background-position: -220px -813px;
}
.form-row input.input-border-red{
	border:1px solid #db1010;
}
.c-blue{
    color:#1f7dcb;
}
.mt15{margin-top: 15px}
.mb44{margin-top: 15px}
.mt70{margin-top: 85px}
.fs22{
    font-size: 22px;
}
.c-000{color: #000}
.textc{text-align: center}
.browserForIE .loading{
    text-align: center;
    margin-top: 96px;
}

.browserForIE .loading .gif{
    display: inline-block;
    width: 64px;
    height: 64px;
    /*background: url("../../img/conference/pc_logo_loading.gif?1.0.14.9");*/
    background-image: url("../../img/conference/icon.png?1.0.14.9");
    background-repeat: no-repeat;
    background-position: -1040px -550px;

}
.browserForIELogo{
    display: inline-block;
    width: 220px;
    height: 40px;
    background: url("../../img/conference/brands_logo.png?1.0.14.9") no-repeat;
}
.browserForIE .title-big{
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 44px;
}
.browserForIE .title-small{
    color: #333;
    font-size: 16px;
}
.browserForIE .howToUse{
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
}
.browserForIE .btn-box{
    text-align: center;
}
.browserForIE .btn{
    border-radius: 3px;
    padding: 0 5px 2px 5px;
    font-size: 18px;
    margin-bottom: 13px;
}
.browserForIE .btn b{
    width: 20px;
    height: 20px;
    background-position: -758px -555px;
    margin-right: 5px;
}
.windowsDownload .title-big{
    margin-top: 84px;
}
.browser-link{
    margin-top: 40px;
    text-align: center;
}
.browser-link .icons-box,.browser-link .txt{
    width: 300px;
    margin: 0 auto;
    font-size: 16px;
}
.browser-link .firefox ,.browser-link .chrome{
    width: 150px;
    float: left;
    text-align: center;
}
.browser-link .icons-box b{
    width: 65px;
    height: 65px;
}
.browser-link .icons-box .firefox b{
    background-position: -781px -199px;
}

.browser-link .icons-box .chrome b{
    background-position: -859px -199px;
}
.browserForIE a{text-decoration: none;cursor: pointer}
.browserForIE .webrtcDesc{
	font-size:14px;
	color:#666;
	margin-bottom:20px;
}

/*add new css for topandfooter*/

.mid-aera{
    position: relative;
    min-height: 625px;
    text-align: center;
    background-color:#fff;
}
.howToUsemeet,.whatToUsemeet{
    top: 540px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.whatToUsemeet{
    top: 440px;
}
.mid-aera a {
    cursor: pointer;
    text-decoration: none;
}
.mt80{
    margin-top: 80px;
    margin-bottom: 8px;
}
.mt180{
    margin-top: 180px;
    margin-bottom: 8px;
}
.mar47{
    margin-top: 47px;
}
.row h3{
    text-align: left;
}
.mid-aera .loading .gif {
    background-image: url("../../img/conference/icon.png?1.0.14.9");
    background-position: -1040px -550px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 64px;
    width: 64px;
}
.mid-aera .loading{
    margin-top: 96px;
    text-align: center;
}
.mid-aera .title-big{
    font-size: 22px;
    margin-top: 27px;
    margin-bottom: 54px;
}
.mid-aera .wintitle-big{
    font-size: 22px;
    margin-top: 94px;
    margin-bottom: 44px;
}
.mid-aera .btn {
    border-radius: 3px;
    font-size: 18px;
    margin-bottom: 13px;
    padding: 0 5px 2px;
    color: #fff;
    outline: medium none;
}
.mid-aera .btn b {
    background-position: -758px -555px;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
.mid-aera .title-small {
    color: #333;
    font-size: 16px;
}
.mid-aera .btn:hover{
    color: #fff;
}
.mid-aera .btn:active{
    outline: medium none;
}



