@font-face {
    font-family: 'connections';
    src: url('fonts/connections_regular-web.eot') !important;
    src: url('fonts/connections_regular-web.eot?#iefix') format('embedded-opentype'),
         url('fonts/connections_regular-web.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.callout {
    color:#d0021b;
    font-size: 12px;
}

#widget {
    position: relative;
    background-color: #012169;
    max-width: 1024px;
    height: 768px;
    margin: 0 auto;
    padding: 0;
    font-family: 'connections';
}

#widget a, #widget a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

/* [v-cloak] {
    display: none;
} */

#container {
    max-width: 1024px;
    width: 100%;
}
/* navigation section starts */


span.prev {
    left : 40px;
    position: absolute;
    color: white;
    font-size: 16px;
    top:50%;
    z-index: 1;
}

span.prev::before {
    content: '';
    position: absolute;
    top: -3px;
    left:-20px;
    border:0px solid white;
    border-width: 0px 3px 3px 0px;
    outline: none;
    padding:9px;
    cursor: pointer;
    transform: rotate(135deg);
}

span.next {
    right : 40px;
    position: absolute;
    color: white;
    font-size: 16px;
    top:50%;
    z-index: 1;
}

span.next::after {
    content: '';
    position: absolute;
    top: -3px;
    border:0px solid white;
    border-width: 0px 3px 3px 0px;
    outline: none;
    padding:9px;
    cursor: pointer;
    transform: rotate(-45deg);
}

span.info-icon {
    width: 12px;
    height: 12px;
    border:1px solid #ffffff;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

span.info-icon::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    border:1px solid #ffffff;
    width: 0px;
    height: 6px;
    outline: none;
}

span.nomark {
    position: relative;
    padding-right: 25px;
    font-size: 24px;
}

span.nomark::after {
    content: '\2716';
    position: absolute;
    left: 5px;
    width: 0px;
    height: 6px;
    outline: none;
}

span.yesmark {
    position: relative;
    padding-right: 25px;
    font-size: 24px;
}

span.yesmark::after {
    content: '\2714';
    position: absolute;
    left: 5px;
    width: 0px;
    height: 6px;
    outline: none;
}



.flex-containera {
    width: 700px;
    display:flex;
    margin: 0 auto;
    justify-content: space-around;
    margin-top:15px;
    /* display: flex;
    align-items: center;
    
    flex-direction: column; */
}

.flex-containera div {
    /* width:150px; */
    text-align: center;
}

.flex-containera input.txt:-ms-input-placeholder {
    color:grey !important; /* IE11 needs the !important flag */
}

.flex-containera .txt {
    width: 110px;
    height: 36px;
    font-size: 16px;
    color: #000000;
    border: 2px solid #979797;
    text-align: center;
    align-items: center;
    font-weight: bold;
    outline: none;
}

.flex-containera .chk {
    width: 24px;
    height: 24px;
    background-color: red;
    border: 3px solid blue;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    right: 50%;
}

.bol-input-options-wrapper {
    position: relative;
    margin: 0 0 15px;
}

.bol-input-check {
    background-color: #0073cf;
    border-color: #0073cf;
    position: absolute;
    left: 40%;
    top: 7px;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 0px solid #aaa;
    box-sizing: content-box;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 1;
}

.bol-input-check::before{
    content: "";
    box-sizing: content-box;
    position: absolute;
    background: 0 0;
    border: 0 solid transparent;
    border-left: 3px solid #d0021b;
    border-bottom: 3px solid #d0021b;
    left: 3px;
    top: 6px;
    height: 7px;
    width: 13px;
    transition: all .25s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bol-input-uncheck::before{
    border-left: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}

.edu-slider {
    min-height: 175px;
    overflow: hidden;
    position: relative;
    max-width: 750px;
    width:100%;
    /* background-color: red; */
    margin:0px auto;
}
/* 
.edu-slider .slide {
    display: none;
    max-width: 750px;
    margin:0px auto;
    transition: all .5s ease-out;
}


.edu-slider .slide>div {
    display: flex;
    flex-flow: column;
    justify-content : space-around;
    min-height: 175px;
}

.slide.slide-show {
    display: block;
}


.slide.slide-right {
    transform: translate(100em);
}

.slide.slide-next {
    transform: translate(-100em);
}

.slide.slide-left {
    transform: translate(-100em);
}

.slide.slide-prev {
    transform: translate(100em);
} */


.edu-slider .slide {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    transition: all .5s ease-out;
}


.edu-slider .slide>div {
    display: flex;
    flex-flow: column;
    justify-content : space-around;
    min-height: 150px;
}

.slide.slide-show {
    display: block;
}


.slide.slide-right {
    transform: translate(100em);
}

.slide.slide-next {
    transform: translate(-100em);
}

.slide.slide-left {
    transform: translate(-100em);
}

.slide.slide-prev {
    transform: translate(100em);
}

.flex-containera p {
    color: #fff;
    text-align: center;
    font-size: 12px;    
    margin-bottom: 5px;
}

.edu-selector ul {
    display: flex;
    justify-content: center;
}
.edu-selector ul li {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
    list-style: none;
    padding: 0;
    outline: none;
}

.edu-selector ul li.selected {
    background: #fff;
}

#chartSection {
    height:553px;
}
#navigationSection {
    height: 215px;
    position: relative;
}
/* navigation section ends */

.container {
    min-width: 1024px;
}
.container1 {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 1170px;
}
.graph-container {
    height: 558px;
}
hr {
    height: 1px;
    border: none;
    background-color: #00a9e0;
    margin: 0;
}


/* .highChartTitle {
    text-align: center;
    font-size: 36px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
} */

.highChartTitle {
    color: #2c5499;
    text-align: center;
    font-size: 38px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'connections', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.header-text {
    color: #fff;
    font-size: 24px !important;
    text-align: center;
    margin-top:15px;
}
.desc-text {
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    margin-top: 15px;
}
.flex-container{
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 20px;
}
.inner-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inner-flex label{
    color: #fff;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}

.inner-flex .txt{
    width: 110px;
    height: 36px;
    font-size:16px;
    color: #000000;
    border: #979797;
    text-align: center
}

#nextLink{
    color: #fff;
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 50%;
    font-size: 30px;
}
#nextLinkVal{
    position: relative; 
    font-size: 20px;
    top: -8px;
}

#items-container{
    display: flex;
    text-align: center;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    width:400px;
    height: 30px;
    left: 150px;
    top: 30px;
    color: #fff;
    z-index: 1;
}
#items-container .highChartTitle-item1{
    display: inline-block;
    margin-right: 5px;
   
}
#items-container .highChartTitle-item2{
    display: inline-block;
    margin-right: 5px;
    min-width: 16px;
    width: 16px;
    height: 12px;
    background: #0052c2;
}
#items-container .highChartTitle-item3{
    display: inline-block;
    margin-right: 5px;
    min-width: 16px;
    width: 16px;
    height: 12px;
    background: #00a9e0;
}
#items-container .highChartTitle-item4{
    /* position: absolute; */
    left: 645px;
    top: -2px;
    color: #fff;
    border: 2px solid #ffffff;
    background: transparent;
    padding:7px 20px;
    cursor: pointer;
    outline: none;
}

.popover.bol-popover {
      background-color: #ffffff;
      color:#d0021b;
     font-size: 12px;
  }