﻿html, body {
   
    font-family: verdana, arial, helvetica, sans-serif;
 
}
.loginouter {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
   
}

.loginoutermiddle {
    display: table-cell;
    vertical-align: middle;
}

.logininner {
    margin-left: auto;
    margin-right: auto;
    background-color: #003896;
    width: 100%;
    /*whatever width you want*/
}

.innerlogo {
    margin-left: auto;
    margin-right: auto;
    width: 176px;
    color: white;
    color: white;
    height: 56px;
    background-color: #003896;
    border: solid 1px #003896;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*whatever width you want*/
    font-family: arial;
}
.supportcenter {
    font-family: verdana, arial, helvetica, sans-serif;
    margin-right: 5%;
    margin-top: 2%;
}

.headtitle {
    background-color:#003896 !important; 
}

.expandedheadPanel .headtitle {
    display: none;
}

.emailtitle {
    background-color: transparent !important;
}

.expandedemailPanel .emailtitle {
    display: none;
}


/* determing the width of lyon logo larger devices*/
.lyonlogoimg {
    width: 20em;
}

.slogansmalldevice {
    display: none;
}
/*******************************Middle login style***********/

/* set the background image of people holding hands*/
.holdinghandslogo {
/* background-image: url('Images/LoginImages/holdhand72-qtr.png');*/
    background-image: url('Images/LoginImages/holdhand72-half.png');
    width: 100%;
    height: auto;
    background-size: 100% 100%;
}
.cbisa30yearslogo {
    width: 150%;
    margin-left: -20%;
    z-index: 999
}
.cbisashowsmall {
    display: none
}
/*set the width of all content in middle large device*/
.loginmiddle {
    width: 27em;
    float: right;
    text-align: center;
    margin-right: 5%;
    /*border: 2px solid green; */
}

/*set the width of all content in middle large device*/
.subscribemiddle {
    margin-left: auto;
    margin-right: auto;
    width: 57%
}
.subscribecontent {
    font-family: Verdana, sans-serif !important;
    justify-content: center;
    line-height: 1.5; 
    height: 400px;
    overflow-y: auto;
}

    .subscribecontent h4, .subscribecontent h5 {
        color: #003896;
    }
.newBtn {
    background: #003896;
    background-image: -webkit-linear-gradient(top, #003896, #003896);
    background-image: -moz-linear-gradient(top, #003896, #003896);
    background-image: -ms-linear-gradient(top, #003896, #003896);
    background-image: -o-linear-gradient(top, #003896, #003896);
    background-image: linear-gradient(to bottom, #003896, #003896);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    border: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
}

    .newBtn:hover {
        background: #003890;
        background-image: -webkit-linear-gradient(top, #003890, #3498db);
        background-image: -moz-linear-gradient(top, #003890, #3498db);
        background-image: -ms-linear-gradient(top, #003890, #3498db);
        background-image: -o-linear-gradient(top, #003890, #3498db);
        background-image: linear-gradient(to bottom, #003890, #3498db);
        text-decoration: none;
    }
/*set the background of Email Account Accuracy for all devices*/
.emailaccount {
    background-color: whitesmoke;
}
    /* style the title of the email account accurracy all device*/
    .emailaccount div:nth-child(1) {
        font-size: 1em;
        color: #00848A;
        font-weight: bold;
    }
    /*set the style of the text of email all device*/
    .emailaccount div:nth-child(2) {
        font-size: 11px;
        text-justify: inter-word;
    }

.cb101advertisement {
    color:#FFFFFFFF;
}
    .cb101advertisement a {
        color:#FFFFFF !important;
       // text-decoration:none;
    }
    .cb101advertisement a:hover {
        color: #E67300 !important;
        text-decoration: none;
    }
/********************Footer style ********/
.footcontent {
    color: white;
    padding-left: 10px;
    font-size: 16px;
}

/**************************Popup call out Hint Style ***********/
.whatsnewtooltipcontainer {
    border: 1px solid #FF0000 !important;
   /*#E67300 */
}

    .whatsnewtooltipcontainer > .dxh-title {
        background-color: #FF0000 !important;
         color: #ffffff;/*#E67300*/
    }
.whatsnewleftrightcallout > .dxh-callout::after {
   border-left-color: #FF0000 !important;
    border-right-color: #FF0000 !important;
   /* border-left-color: #E67300 !important;
    border-right-color: #E67300 !important*/
}
.tooltipcontainer {
    border: 1px solid #00848A !important;
}
.tooltipcontainer > .dxh-title {
    background-color: #00848A;
    color: #ffffff;
}
.topbottomcallout > .dxh-callout::after {
    border-top-color: #00848A !important;
    border-bottom-color: #00848A !important;
}
.leftrightcallout > .dxh-callout::after {
    border-left-color: #00848A !important;
    border-right-color: #00848A !important;
}
.tooltipbody > .dxh-content {
    background-color: whitesmoke;
    color: black;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    margin-bottom: 0em !important;
}

.logoslogancontent {
display:none;}
.whatsnewpopupheader {
   /*  background-color: #E67300 !important;
    background: #E67300 !important;*/
   background-color: #FF0000 !important;
    background: #FF0000 !important;
}
.logoslogancontent, .slogancontent {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    color:#FFFFFF;
}
.slogancontent {
margin-left:7em !important;}

/*What is new styling*/
.violetredfont {
    color: #C6007E;
}
.whatsnewlist a {
    color: #000000;
    text-decoration: none;
}
.whatsnewlist div:hover {background-color:#FFFFFF;}

.readmelinks a {
    color: #C6007E;
    text-decoration:underline;
}
    .readmelinks a:hover {
        color: #E67300;
    }

    @media screen and (max-width: 1100px) {
        .slogancontent {
            display: none;
        }
 .subscribemiddle {
        width:95%;}
        .logoslogancontent {
            display: block;
            font-size: 16px;

        }
    }

    @media screen and (max-width: 701px) {
       
        .loginmiddle {
            width: 97% !important;
            margin-right: 0.5em;
            margin-left: 0.5em;
        }

        .slogansmalldevice {
            display: block;
        }

        .headhidesmall {
            display: none;
        }
        .supportcenter {
            display: none;
        }
    }

@media screen and (max-width: 575px) {
    .cbisashowbig{display: none}
    .cbisashowsmall {
        display: block
    }
    .cbisa30yearslogo {
        width: 33%;
        margin-left: 2%/*;
        z-index: 999*/
    }
}