/* Common CSS*/
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Roboto_100.woff2")
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Roboto_300.woff2")
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Roboto_400.woff2")
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Roboto_500.woff2")
}
@font-face {
    font-family: Core Icons;
    src: url("../fonts/core-icons.eot");
    src: url("../fonts/core-icons.woff2") format("woff2"),url("../fonts/core-icons.woff") format("woff"),url("../fonts/core-icons.ttf") format("truetype"),url("../fonts/core-icons.eot?#iefix") format("eot");
    font-weight: 300;
    font-style: normal;
}
body{
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin:0px;
    color: #2a2c2e;
}
input, textarea, select, button {
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.large-text{
    font-size: 48px;
    font-weight: 100;
}
.medium-text{
    /*This is mainly used by the collapsible headers*/
    font-size: 28px;
    font-weight: 300;
}
h2 {
    color: #085156;
    font-size: 28px;
    font-weight: 300;
}
h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
}
.pointer {
    cursor: pointer;
}
.textBox {
    width: 100%;
    height: 60px;
    display: block;
    border: 1px solid #9B9B9B;
    border-radius: 4px;
    box-shadow: 0 1px 8px rgba(0,0,0,.05);
    color: #2a2c2e;
    font-size: 19px;
    letter-spacing: .4px;
    line-height: 1.4;
    outline: 0;
    padding-left: 15px;
    -webkit-transition: border-color .1s linear,background-color .1s linear;
    transition: border-color .1s linear,background-color .1s linear;
    background: transparent;
    position: relative;
}
.textBox.field--error {
    border-color: #c12335;
}
.textBox.field--error:focus {
    border-color: #9B9B9B;
    background: #fff;
}
.alertIcon {
    position: relative;
    width: 350px;
}
.alertIcon.field--error:before {
    font-family: Core Icons;
    display: inline-block;
    font-weight: 300;
    font-size: 20px;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\F103";
    right: 15px;
    color: #c12335;
    position: absolute;
}
input[type=radio]{
    width: 22px;
    height: 22px;
}
[type=checkbox]+.choice__text {
    position: relative;
    padding-left: 2em;
    display: inline-block;
}
[type=checkbox]:checked:not(:disabled)+.choice__text:before {
    background: #00ADD8;
    border: none;
}
[type=checkbox]:checked+.choice__text:before {
    content: "\F101";
}
[type=checkbox]+.choice__text:before {
    border-radius: 4px;
    color: #fff;
    font-family: Core Icons;
    font-size: 16px;
    text-align: center;
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    border: 1px solid #9B9B9B;
    height: 22px;
    width: 22px;
    line-height: 1.4;
    transition: all .1s linear;
}
[type=checkbox] {
    display: none;
}
:after, :before {
    box-sizing: border-box;
}
.choice {
    font-weight: 300;
    display: block;
    cursor: pointer;
    margin-bottom: 8px;
}
label {
    display: inline-block;
    color: #2a2c2e;
    margin-bottom: 3px;
}
.purple{
    color: #085156;
}
a{
    cursor: pointer;
}
a.disabled:hover, a.disabled:focus{
    text-decoration: none;
}
a.CtxWeb_button:hover, a.CtxWeb_button:focus{
    text-decoration: none;
}
button, .CtxWeb_button, #private {
    border: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    cursor: pointer;
}
.button-green, #private {
    background-color: #00ADD8;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    border: solid 1px #00ADD8;
}
.button-green:hover, .button-green:focus, #private:hover, #private:focus {
    background-color: #fff;
    color: #00ADD8;
    text-decoration: none;
/*     box-shadow: 0 0 0 1px; */
}
.button-red {
    background-color: #e90303;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    border: solid 1px #e90303;
}
.button-red:hover, .button-red:focus{
    background-color: #fff;
    color: #e90303;
    text-decoration: none;
}
/* Header CSS */
#header{
    max-width: 1200px;
    height: 30px;
    margin: 20px auto 0 auto;
    padding: 0 17px;
    overflow: hidden;
    position: relative;
    font-size: 19px;
}
#webapp-logo{
    height: 28px;
}
#language{
    float: right;
    margin-right: 15px;
}
form .field1 ,form .field2{
    margin-top: 15px;
}
form .span-field1,form .span-field2{
    line-height: 2.12;
    font-size: 19px;
    font-weight: 500;
}
#errorMessage {
    background: #fff6f8;
    color: #c12335;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    padding-top: 23px;
    padding-bottom: 23px;
    display: none;
}
#errorMessageIcon:before {
    content: "\F103";
    font-family: Core Icons;
    color: #c12335;
    font-size: 20px;
    font-weight: 300;
    line-height: 17px;
    float: left;
    padding-right: 16px;
}
#errorMessageText {
    overflow: auto;
}
.errorAlert {
    background: #fff6f8;
    color: #c12335;
    font-weight: 500;
    width: 350px;
    padding: 12px 16px;
    margin-bottom: 15px;
    display: none;
}
.inactiveConfAlert {
    background: rgb(247, 247, 248);
    padding: 12px 16px;
}
.infoMessage{
    font-size: 15px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #2a2c2e;
    border-radius: 4px;
    background-color: #f7f7f8;
    max-width: 418px;
    height: 44px;
    padding-left: 24px;
    vertical-align: middle;
    margin-top:  25px;
}
.infoMessage span{
    font-weight: 300;
    padding-left: 10px;
}
.Top-Wave {
    width: 100%;
    height: 147px;
}
.flower{
    width: 485px;
    height: 430px;
    float: right;
    display: inline-block;
}
.flowerHalf{
    float: right;
    display: none;
}
/* Footer CSS*/
#footer{
    color: white;
    background: #085156;
    padding: 40px 0;
}
#footerLogo img {
    height: 24px;
}
.separatorLine {
    height: 2px;
    background-color: #9B9B9B;
    margin: 30px 0px 20px 0px;
}
/*Gray body CSS*/
#whiteBox{
    max-width: 1028px;
    margin: auto;
    overflow: auto;
}
#conferenceAccessText{
    display: block;
    line-height: 1.08;
    margin-top: 10px;
    letter-spacing: 0.4px;
}
#webapp-title{
    font-weight: 500;
}
#WelcomeMessage{
    background: #f4f3f2;
    padding: 50px 0px;
}
.welcomeMessageDiv {
    max-width: 1028px;
    margin: auto;
}
.WelcomeMessageWhiteBox{
    width: 350px;
    height: auto;
    padding: 30px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 11px 0 rgba(213, 213, 213, 0.5);
}
.modal-body .WelcomeMessageWhiteBox{
    box-shadow: none;
}
.WelcomeMessageWhiteBox p {
    line-height: 1.6;
    letter-spacing: 0.1px;
}
.phone, .email {
    color: #085156;
    text-decoration: none;
}
.helpTitle {
    font-size: 28px;
    font-weight: 300;
    margin: 0;
}
#helpTitle {
    font-size: 44px;
    font-weight: 100;
}
#participantsHelpModal .modal-header, #qaHelpModal .modal-header{
    margin-top:0px;
}
.modal-body .WelcomeMessageWhiteBox{
    padding: 0px 0px 10px 10px;
}
#participantsHelpModal .modal-dialog, #qaHelpModal .modal-dialog{
    width: 400px;
}
.invisibleDiv{
    max-width: 1200px;
    margin: auto;
    padding: 0 17px;
}

.disabledSpan{
    width: 166px;
    border-radius: 4px;
    background-color: #fff6f8;
    display: none;
    margin-bottom: 30px;
    padding: 16px;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
#SignalOperator_span {
    width: 369px;
    margin-top:20px;
    margin-bottom: 20px;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/* The below media query doesn't apply to a specific device group. We instead want the page to behave differently at 1400px*/
@media (max-width: 1199px) {
    /*Set a minimum margin once the page decreases below 1200px*/
    #whiteBox{
        margin: auto 0 auto 86px;
    }
    .welcomeMessageDiv {
        margin: auto 86px;
    }
    .modal-body .welcomeMessageDiv {
        margin: 0;
    }

}
/*For mobile and tablet*/
@media (max-width: 991px) {
    .flowerHalf{
        display: inline-block;
        width: 244px;
        height: 430px;
        float: right;
    }
    .flower{
        display: none;
    }
}
/* For Mobile devices - size iPhone 6 and less. This is also the Portrait mode of the iPad*/
@media (max-width: 767px) {
    .large-text{
        font-size: 32px;
        font-weight: 300;
    }
    .medium-text {
        font-size: 20px;
        font-weight: 300;
    }
    .flower, .flowerHalf{
        display: none;
    }
    .Top-Wave{
        height: 80px;
    }
    #whiteBox{
        margin: auto 17px;
    }
    .alertIcon {
        width: 100%;
    }
    .errorAlert {
        width: 100%;
    }
    .welcomeMessageDiv {
        margin: auto 10px;
    }
    .WelcomeMessageWhiteBox{
        width: auto;
    }
    #helpTitle {
        font-size: 28px;
        font-weight: 300;
    }
    .infoMessage{
        max-width: 100%;
    }
    #hamburgerModal .navbar-nav>a{
        display: block;
        margin: 16px;
        padding: 28px 0;
        border-top: solid 1px #d8d8d8;
    }
}

/* Optimize image loading on all screens */
@media all and (max-width: 767px) {
    .flower{
        background-image: url('../images/flower@3x.jpg');
    }
}
@media all and (max-width: 991px) {
    .flower{
        background-image: url('../images/flower@2x.jpg');
    }
    .flowerHalf{
        background-image: url('../images/flowerHalf@2x.jpg');
        background-size: cover;
    }
    #leaves, #leaves-feather{
        display: none;
    }
}
@media all and (min-width: 992px) {
    .flower{
        background-image: url('../images/flower@1x.jpg');
    }
    #leaves{
        background-image: url('../images/leaves@1x.jpg');
        width: 45%;
        height: 500px;
        background-size: cover;
        float:right;
    }
    #leaves-feather{
        background-image: url('../images/leaves-feather@1x.jpg');
        width:718px;
        height: 250px;
        background-size: cover;
        float:right;
    }
}
