html {
    font-family: 'Roboto';
}

input[type=text]::-ms-clear {  
    display: none !important;
 }
input[type=text]::-ms-reveal {  
    display: none !important;; 
}

::-moz-selection {
    /* Code for Firefox */
    color: #0c5ca8;
    background: #dddddd;
}

.app-body{
    background-color: #333333;
}
#medical_situation_continue_button.disabled{
    opacity: .5;
}
#cha2ds2vasc-age.error{
    border-color: #a94442;
}

::selection {
    color: #0c5ca8;
    background: #dddddd;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #DDDDDD;
    border-radius: 50px;
    outline: none;
}

input[type="checkbox"]:checked {
    border-color: #fff;
}

.v2__container {
    margin: auto;
}

.v2__w-100 {
    width: 100%;
}

#hasbled-form .help-block{
    display:none !important;
}


.index__input__study-id{
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0;
}
/* Header */

.v2__header {
    height: 90px;
    min-width: 1024px;
    width: 100%;
    background-color: #ffffff;
    padding: 0 22px;
    display: block;
}

.v2__header .v2__container {
    height: 90px;
    width: 980px;
}

.v2__header__identity {
    height: 100%;
    width: 320px;
    padding: 24px 0;
    float: left;
}

.v2__header__identity-logo {
    background-image: url('../images/v2_logo.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 100%;
    width: 50px;
}

.v2__header__identity-text {
    color: #082d5a;
    font-family: 'Roboto Bold';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
    float: right;
    width: calc(100% - 63px);
}

.v2__header__identity-text--title {
    font-family: 'Roboto Bold';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0;
    margin-top: 3px;
}

.v2__header__identity-text--sub-title {
    color: #082d5a;
    font-family: 'Roboto';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0;
}

.v2__header__links {
    float: right;
    height: 100%;
}

.v2_header__links__ul {
    height: 100%;
    display: table;
    margin: 0;
    padding: 0;
}

.v2__header__li__link {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    color: #6e7687;
    font-family: 'Roboto';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: right;
}

.v2__header__li__link a {
    color: #6e7687;
    text-decoration: none;
    margin-right: 2px;
}

.v2__header__li__link a img {
    margin-top: -2.5px;
    margin-right: 5px;
}

.v2__header__li__link__icon--home {
    background-image: url('../images/menu/home_icon.png');
}

.v2__header__li__link__icon--back {
    background-image: url('../images/menu/icon_arrow_back_start.png');
}

.v2__header__li__link__icon {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    float: left;
}

.v2__header__li__link__text {
    float: right;
    margin-top: 2.5px;
    margin-left: 5px;
}

.v2__header__link_text {
    color: #6e7687;
    font-family: 'Roboto Regular';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: right;
}


/* Welcome */

.welcome {
    width: 100%;
    height: 160px;
    border-top: 4px solid #15437b;
    background-color: #0c5ca8;
}

.welcome__content {
    margin: auto;
    height: 100%;
    width: 1024px;
    padding: 26px 0;
    padding-top: 22px;
}

.welcome__content__left {
    float: left;
    width: 268px;
    text-align: right;
}

.welcome__content__right {
    float: right;
    text-align: left;
    width: calc(100% - 268px);
    padding-right: 180px;
    padding-left: 13px;
}

.welcome__content__subtitle,
.welcome__content__title,
.welcome__content__text {
    margin: 0;
    color: #ffffff;
}

.welcome__content__title {
    font-family: 'Roboto Condensed Bold';
    font-size: 38px;
    letter-spacing: 0;
    line-height: 44px;
}

.welcome__content__subtitle {
    font-family: 'Roboto';
    font-size: 26px;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 5px;
}
.welcome__content__subtitle>b{
    font-family: 'Roboto Bold';
}
.welcome__content__text {
    font-family: 'Roboto';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    width: 555px;
}

.index {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}

.index__logo {
    margin: auto;
    height: 167px;
    width: 211px;
    margin-top: 92px;
}

.index__button {
    height: 60px;
    width: 260px;
    border-radius: 30px;
    background-color: #0c5ca8;
    color: #ffffff;
    font-family: 'Roboto Bold';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
    border: none;
    outline: none;
    display: inline-block;
    padding: 18px 20.58px;
}

.index__button:hover {
    background-color: #15437b;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.2s;
}

.index__caution-container {
    width: 266px;
    margin: auto;
    margin-bottom: 40px;
}

.index__caution-content {
    color: #082d5a;
    font-family: 'Roboto';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 18px;
    text-align: center;
}

.index__caution-content--orange {
    color: #eb5549;
    margin-right: 5px;
}

.index__footer {
    background-color: #eeeeee;
    padding: 60px 0;
}

.index__footer__content {
    width: 470px;
    margin: auto;
    color: #082d5a;
    font-family: 'Roboto Bold';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.v2__footer {
    background-color: #333333;
}

.medical-situation__buttom {
    height: 44px;
    width: 339px;
    border-radius: 35px;
    border: none;
    outline: none;
    margin-left: 72px;
}

.medical-situation__buttom--primary {
    background-color: #0c5ca8;
    color: #ffffff;
    font-family: "Roboto Medium";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}
#user-study_id{
    text-align: center;
}
#study_id::-ms-clear {
    display: none;
}
.medical-situation__buttom--primary:hover,
.medical-situation__buttom--primary:focus,
.medical-situation__buttom--primary:active {
    background-color: #15437b;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.2s;
}
.index__study-id__form .form-group input[type="text"]{
    width:250px;
    margin: auto;
    margin-top:10px;    
}
.index__study-id__form .help-block{
    margin: auto;
    display: block;
    margin-top: 5px;
    font-style: italic;
    width:200px;
}
.inputs-wrapper label.disabled, 
.field-cha2ds2vasc-gender label.disabled,
#medical_situation_continue_button.disabled-submit{
    opacity: .5;
    pointer-events: none;
}
.inputs-wrapper label.disabled input,
.field-cha2ds2vasc-gender label.disabled input{
    opacity: 0;
}
.invalide_age_message{
    display: none;
    font-size: 12px;
    position: absolute;
    right: -60px;
    top: 105px;
    width: 150px;
    color: #a94442;
    line-height: 12px;
    font-family: Roboto;
}
.index__study-id__form  .form-group label.control-label{
    margin: auto;
    display: block;
    margin-top: 10px;
}
.form-group label.control-label,
.form-group div,
.form-group input[type="text"],
.form-group input[type="number"] {
    display: table-cell;
    color: #082d5a;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    border-collapse: separate;
    border-spacing: 4px 0;
}

#medical-situation-intro {
    border-radius: 20px 20px 0 0;
    background-color: #082d5a;
}

#medical-situation {
    display: block;
    width: 980px !important;
    height: 637px !important;
    margin: 0px 23px;
    border-radius: 20px 20px 0 0;
}

#medical-situation-intro p {
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}

.wrap {
    background-color: #ffffff;
}

#medical-situation-form {
    background-color: #eeeeee;
    border-radius: 0 0 20px 20px;
    height: 568px;
}

#medical-situation-form .bottom-section {
    margin-top: 40px;
}

#medical-situation-form .top-section,
#medical-situation-form .bottom-section {
    left: 260px;
    top: 20px;
}

#medical-situation-form .top-section .field-cha2ds2vasc-age {
    left: 310px;
}

#medical-situation-form .top-section .form-group label {
    display: block;
}

#medical-situation-form .top-section .form-group div label {
    display: inline-block;
}

#medical-situation-form .bottom-section .form-group label.control-label {
    width: 280px;
}

#medical-situation-form .form-group div label {
    border-bottom: none;
}

.form-group div label {
    box-sizing: border-box;
    height: 38px !important;
    width: 48px!important;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: #ffffff;
    color: #6e7687;
    font-family: 'Roboto Medium' !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
}
.tooltip{
    font-family: 'Roboto' !important;
}
#cha2ds2vasc-age {
    box-sizing: border-box;
    height: 38px;
    width: 70px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: #ffffff;
    color: #6e7687;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}

#medical-situation-form .tooltip-wrapper {
    left: 410px;
}

img.tooltip-ico {
    margin-bottom: 17.5px;
}

.section-wrapper {
    height: 680px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.medical-situation__end {
    height: 19px;
    width: 324px;
    color: #6e7687;
    font-family: "Roboto";
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}


.v2__menu {
    display: block;
    background-color: #f6f6f6;
    height: 94px;
    box-shadow: 0 -4px 0 #eeeeee inset;
    position: relative;
}

.v2__menu .container {
    padding: 0 40px;
}

.v2__menu__navigation-menu {
    float: left;
    margin-left: 100px;
    margin-bottom: 0;
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    height: 94px;
}

.bleeding__example.noStroke.gender-bleed-icon.female .bleeding__icon  {
    background-image: url('../images/calculator_icons/Female_Green_alpha.png');
}
.bleeding__example.nonDisabling.gender-bleed-icon.female .bleeding__icon{
    background-image: url('../images/calculator_icons/Female_Orange.png');
}
.bleeding__example.disabling.gender-bleed-icon.female .bleeding__icon{
    background-image: url('../images/calculator_icons/Female_Purple_alpha.png');
}
.bleed__example{
    height: 340px;
    width: 301px;
    margin: auto;
    background-size: cover;
    background-position: center;
    margin: 0;
}

.bleed__example.bleed__example--average-1{
    background-image: url('../images/average1.png') !important;
}

.bleed__example.bleed__example--average-5{
    background-image: url('../images/average5.png');
}
.bleed__example.bleed__example--average-1.female{
    background-image: url('../images/GridFemale_02.png') !important;;
}

.bleed__example.bleed__example--average-5.female{
    background-image: url('../images/GridFemale_01.png');
}

.v2__menu__options {
    float: left;
    position: absolute;
    padding: 27px 0;
    height: 100%;
}

.v2__menu__options__option {
    height: 16px;
    display: table-row;
}

.v2__menu__cha2ds2-has-bled {
    float: right;
}

.menu-btn {
    display: table-cell;
    vertical-align: middle;
    min-width: 149px;
    max-width: 186px;
    font-family: 'Roboto Medium';
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #6e7687;
    height: 85px;
    cursor: pointer;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
                               
}

.menu-btn.active {
    box-shadow: 0 -4px 0 #01a59d inset;
    color: #082d5a;
}

.v2__menu__icon {
    height: 44px;
    width: 48px;
    display: table-cell;
    vertical-align: middle;
}

.menu-btn .v2__menu__icon__svg {
    stroke: #6e7687;
    stroke-width: 2;
}

.menu-btn.active .v2__menu__icon__svg {
    transition: all 0.5s;
    stroke: #01a59d;
}

.v2__menu__text {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 48px);
}

.v2__menu__options__option input[type="radio"] {
    -webkit-appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    outline: none;
    background-size: contain !important;
    background: url('../images/RadioButtonOff.png') center no-repeat;
    margin-top: 2.5px;
}

.v2__menu__options__option input[type="radio"]:checked {
    background: url('../images/RadioButtonOn.png') center no-repeat;
}


.form-group input[type="text"],
.form-group input[type="number"] {
    box-sizing: border-box;
    height: 38px;
    width: 58px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: #ffffff;
}

.bleeding__background__images{
    position: absolute;
    top:330px;
    width: 310px;
}

.bleeding__background__image{
    height: 90px;
    width: 90px;
    display: inline-block;
    margin-left: 9px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

#activities-card .taking-anticoagulants ul li{
    margin-bottom: 10px;
}

.bleeding__background__image--1{
    background: url('../images/Bleeding_1.png');
}
.bleeding__background__image--2{
    background: url('../images/Bleeding_2.png');
}
.bleeding__background__image--3{
    background: url('../images/Bleeding_3.png');
}

.v2__input__label {
    margin: 0;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 14px;
    color: #6E7687;
    letter-spacing: .5px;
    font-family: 'Roboto Light';
    float: right;
}

#document {
    padding: 0;
}

#document-form-wrapper {
    background-color: #eeeeee;
    height: 679px;
    width: 980px;
    border-radius: 20px;
    padding: 47px 83px 10px 82px;
    margin: 0px 22px;
}

#document .middle-section {
    border: none;
}

#document .document-text-area {
    box-sizing: border-box;
    height: 290px;
    width: 813px;
    border: 3px solid #dddddd;
    border-radius: 10px;
    background-color: #ffffff;
    outline: none;
    overflow: hidden;
    color: #15437b;
    font-family: Roboto;
    padding: 30px;
    font-size: 20.1px;
    letter-spacing: 0;
}

#document .top-section {
    margin-top: 50px;
}

#document .top-section .form-group,
#document .bottom-section .form-group {
    width: 815px;
    height: 60px;
    position: relative;
}

#documentform-selected_intervention {
    position: absolute;
    width: 625px;
    left: 205px;
}
#documentform-selected_intervention label:first-child{
    width: 300px !important;
}
#documentform-selected_intervention label:nth-child(2){
    width: 150px !important;
}
#documentform-selected_intervention label:last-child{
    width: 300px !important;
}

#documentform-document_options label {
    width: 200px !important;
}

 #documentform-document_options{
    position: absolute;
    left: 200px;
    width: calc(815px - 190px) !important;
 }

 #documentform-document_options label:nth-child(2){
     left: 150px;
 }

#medical-situation-btn{
    width: 130px !important;
}

#risk-of-stroke-btn{
    width: 170px !important;
}

#issues-btn{
    width: 125px !important;
}

.v2__menu__cha2ds2{
    width: 150px;
    position: absolute;
    right: 10px;
    top: 45px;
    color: #6E7687;
    font-family: "Roboto Condensed";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: right;    
}

.v2__menu__cha2ds2 #menu-cha2ds2-vasc{
    display: none;
}


.v2__menu__cha2ds2__menu-cha2ds2-vasc--show{
    display: block !important;
}

.loading-bleeding-result{
    display: none;
    width: 341px;
    margin-left: 50px;
    vertical-align: top;
    margin-left: 384px;
    background-color: #ffffff !important;
    height: 590px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 10px;
    position: relative;
}

.loading-bleeding-result--show{
    display: block;
}

.loading-bleeding-result__content{
    position: absolute;
    top: 250px;
    left: 142.5px;
}
.document-text__paragraph--hidden{
    display: none;
}
.calc-value{
    font-family: "Roboto Condensed Bold";
    margin-left: 5px;
}

.v2__menu .container{
    min-height: 0 !important;
    position: relative;
}
#issues__options__card p:last-child {
    display: none;
    transition: ease .3s;
}

#issues__options__card.issues__options__card__minimized p:last-child {
    display: block;
}

#issues__options__card.issues__options__card__minimized {
    padding-left: 44px;
}

#issues__options__card.issues__options__card__minimized h3 {
    transition: all .5s;
    margin-left: 54px;
}

#issues__options__card.issues__options__card__minimized ul {
    transition: all .5s;
    margin-left: 274px;
}

#issues__options__card p:first-child {
    height: 28px;
    width: 647px;
    color: #15437B;
    font-family: 'Roboto Bold';
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
}

#issues__options__card p:last-child {
    color: #15437B;
    font-family: 'Roboto';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
}

#issues-side-options.resized {
    left: 0;
}

.calculator__legend__icon{
    display: inline-block;
    width: 20px;
    height: 25px;
    background-size: cover;
}


.calculator__legend__icon--seriousbleedwithout.male{
    background-image: url('../images/calculator_icons/Male_Orange.png');
}
.calculator__legend__icon--seriousbleedwithout.female{
    background-image: url('../images/calculator_icons/Female_Orange.png');
}
.calculator__legend__icon--seriousbleedwith.male{
    background-image: url('../images/calculator_icons/Male_Red.png');
}
.calculator__legend__icon--seriousbleedwith.female{
    background-image: url('../images/calculator_icons/Female_Red.png');
}
.calculatelegend__legend>p, .calculatelegend__legend>div{
    display: inline-block;
}
.calculator__legend__icon__p--first{
    position: relative;
    top: -5px;
}

.calculatelegend__legend>p{
    width: calc(100% - 30px);
}

.calculatelegend__legend{
    position: relative;
    height: 28px;
}
.activities-2__calculator-result{
    margin-top: 10px;
}

.activities-2__calculator-result__number{
    display: table-cell;
    width: 35px;
    vertical-align: middle;
}
.activities-2__calculator-result__text{
    display: table-cell;
    vertical-align: middle;
}
.menu-btn.disabled{
    opacity: .3;
    pointer-events:none !important;
}
.activities-2__calculator-result__icon{
    display: table-cell;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position-y: center;
    height: 28px;
    width: 28px;
}
.bleeding__tool-tip__container{
    width: 100%;
    position: relative;
    padding-top: 10px;
    height: 50px;
    margin-top: 20px;
}
.bleeding__tool-tip__container h1{
    width: 170px;
    display: inline-block;
    padding: 0;
}
.bleeding__tool-tip__container .tooltip-ico{
    position: absolute !important;
    left: 140px !important;
    top: 7px !important;
    margin: 0 !important;
}
.activities-2__calculator-result__icon.male{
    background-image: url('../images/calculator_icons/Male_Green_alpha.png') !important;
}
.activities-2__calculator-result__icon.female{
    background-image: url('../images/calculator_icons/Female_Green_alpha.png') !important;
}
.activities-2__calculator-result__icon.icon_emergency.male{
    background-image: url('../images/calculator_icons/Male_Orange.png') !important;
}
.activities-2__calculator-result__icon.icon_emergency.female{
    background-image: url('../images/calculator_icons/Female_Orange.png') !important;
}
.activities-2__calculator-result__icon.icon_more_emergency.male{
    background-image: url('../images/calculator_icons/Male_Purple_alpha.png') !important;
}
.activities-2__calculator-result__icon.icon_more_emergency.female{
    background-image: url('../images/calculator_icons/Female_Purple_alpha.png') !important;
}

#issues-card-wrapper .btn-section .btn.btn-primary {
    padding: 10px 40px;
    width: 310px;
    margin-top: 0;
    border-radius: 35px;
    background-color: #0C5CA8;
    border: none;
    outline: none;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: 'Roboto Medium';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
}

.card__content__title {
    padding-top: 10px;
    padding-bottom: 16px;
}

.card__content__title__span {
    color: #082D5A;
    font-family: 'Roboto Bold';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.card__content__title__span--right {
    float: right;
}

.card__content__title__span--grey-italic {
    color: #6E7687;
    font-family: 'Roboto Italic';
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
}

.content__card__white-box {
    border-radius: 20px;
    background-color: #FFFFFF;
    width: 100%;
    min-height: 40px;
    padding: 10px 20px;
}

.content__card__white-box--margin-bottom-10 {
    margin-bottom: 10px;
}

.content__card__white-box__row {
    margin-bottom: 10px;
}

.content__card__white-box__row__col {
    width: auto;
    min-width: 35px;
    display: table-cell;
}

.content__card__white-box__row__col--w100 {
    width: 100%;
}

.content__card__white-box__row__col--w50 {
    width: 157px;
}

.content__card__white-box__title {
    color: #082D5A;
    font-family: 'Roboto Bold';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
}

.content__card__white-box__footer {
    color: #6E7687;
    font-family: 'Roboto';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    margin-top: 10px;
}

.content__card__white-box__row__col--text-right {
    text-align: right;
    padding-right: 6px;
}

.content__card__white-box__row__col--text-left {
    text-align: left;
    padding-left: 6px;
}

.content__card__white-box__p--bold-blue {
    width: 100%;
    height: 19px;
    color: #082D5A;
    font-family: 'Roboto Bold';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: right;
    margin-bottom: 0;
}

.card__content__title--pandding-top-0 {
    padding-top: 0;
}

.content__card__white-box__p--italic-grey {
    height: 19px;
    width: 47px;
    color: #6E7687;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 0;
}

.content__card__white-box__row--margin-bottom-0 {
    margin-bottom: 0;
    height: 19px;
}

.content__card__white-box__row--margin-bottom-18 {
    height: 19px;
    margin-bottom: 18px;
}

.content__card__white-box__row--inline {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.content__card__white-box__row--margin-bottom-24 {
    margin-bottom: 20px;
}

.content__card__white-box__span--bold-blue {
    color: #082D5A;
    font-family: 'Roboto Bold';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
}

.btn.btn-primary.future-risk {
    height: 44px;
    width: 339px;
    border-radius: 35px;
    background-color: #0C5CA8 !important;
    color: #FFFFFF;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    outline: none;
}

.current-risk-values .values .table-cell.no-stroke.female,
.current-risk-values-anticoagulation .values .table-cell.no-stroke.female {
    background-image: url('../images/calculator_icons/Female_Green.png');
}

.current-risk-values-anticoagulation .values .table-cell.avoid-stroke.female {
    background-image: url('../images/calculator_icons/Female_Blue.png');
}

.current-risk-values .values .table-cell.stroke.female,
.current-risk-values-anticoagulation .values .table-cell.stroke.female {
    background-image: url('../images/calculator_icons/Female_Red.png');
}

.current-risk-values .values .table-cell.non-disabling-stroke.female,
.current-risk-values-anticoagulation .values .table-cell.non-disabling-stroke.female {
    background-image: url('../images/calculator_icons/Female_Orange.png');
}

.current-risk-values .values .table-cell.fewer-disabling-stroke.female,
.current-risk-values-anticoagulation.values .table-cell.fewer-disabling-stroke.female {
    background-image: url('../images/calculator_icons/Female_Green_red.png');
}

.current-risk-values .values .table-cell.fewer-non-disabling-stroke.female,
.current-risk-values-anticoagulation .values .table-cell.fewer-non-disabling-stroke.female {
    background-image: url('../images/calculator_icons/Female_Green_yellow.png');
}

.current-risk-values .values .table-cell.fewer-disabling-stroke.female,
.current-risk-values-anticoagulation .values .table-cell.fewer-disabling-stroke.female {
    background-image: url('../images/calculator_icons/Female_Red_Blue.png');
}

.current-risk-values .values .table-cell.no-stroke.male,
.current-risk-values-anticoagulation .values .table-cell.no-stroke.male {
    background-image: url('../images/calculator_icons/Male_Green.png');
}

.current-risk-values-anticoagulation .values .table-cell.avoid-stroke.male {
    background-image: url('../images/calculator_icons/Male_Blue.png');
}

.current-risk-values .values .table-cell.disabling-stroke.male,
.current-risk-values-anticoagulation .values .table-cell.disabling-stroke.male {
    background-image: url('../images/calculator_icons/Male_Red.png');
}

.current-risk-values .values .table-cell.non-disabling-stroke.male,
.current-risk-values-anticoagulation .values .table-cell.non-disabling-stroke.male {
    background-image: url('../images/calculator_icons/Male_Orange.png');
}

.current-risk-values .values .table-cell.fewer-disabling-stroke.male,
.current-risk-values-anticoagulation .values .table-cell.fewer-disabling-stroke.male {
    background-image: url('../images/calculator_icons/Male_Green__red.png');
}

.current-risk-values .values .table-cell.fewer-non-disabling-stroke.male,
.current-risk-values-anticoagulation .values .table-cell.fewer-non-disabling-stroke.male {
    background-image: url('../images/calculator_icons/Male_Green__yellow.png');
}

.current-risk-values-anticoagulation .values .table-cell.fewer-disabling-stroke.male {
    background-image: url('../images/calculator_icons/Male_Red_Blue.png');
}

.current-risk-values__values-description {
    padding: 0 22px;
    margin-bottom: 20px;
    height: 118px;
}

.current-risk-values__header{
    margin: 0;
    font-size: 28px;
    padding: 10px 0px 0px 0px;
    height: 65px;
    width: 480px;
    border-radius: 20px 20px 0 0;
    background-color: #082D5A;
    color: #FFFFFF;
    font-family: "Roboto Condensed Bold";
    font-size: 22px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}

.current-risk-values__header__title{
    margin-bottom: 10px;
    padding-top: 10px;
}

.current-risk-values__header__tabs__tab{
    height: 38px;
    color: #082D5A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    background: rgba(238, 238, 238, 0.363);
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
                               
}

.current-risk-values__header__tabs__tab.active{
    background: #eee;
}

.current-risk-values__header__tabs__tab--any-kind{
    float: left;
    width: 257px;
    margin-left: 20px;
}

.current-risk-values__header__tabs__tab--disabling{
    float: right;
    width: 173px;
    margin-right: 20px;
}
.riskOfStroke__value__p__span-fewer-than{
    display: inline-block
}
.riskOfStroke__value__risk{
    font-family: 'Roboto Medium';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}

.riskOfStroke__value__p {
    color: #082D5A;
    font-family: 'Roboto';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: left;
    margin: 0;
    display: inline-block;
}

.riskOfStroke__value__p--nostroke span:first-child,
.riskOfStroke__value__p--nostroke span:nth-child(2) {
    color: #84BF47;
}

.riskOfStroke__value__p--disablingStroke span:first-child,
.riskOfStroke__value__p--disablingStroke span:nth-child(2) {
    color: #EA4E42;
}


.riskOfStroke__value__p--avoidStroke span:first-child,
.riskOfStroke__value__p--avoidStroke span:nth-child(2) {
    color: #0091FF;
}

.riskOfStroke__also-known-as {
    margin-top: 42px;
}

.riskOfStroke__also-known-as__white-box {
    height: 104px;
    width: 228px;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin: auto;
    padding: 10px 20px;
}

.riskOfStroke__also-known-as__white-box__item {
    color: #082D5A;
    font-family: 'Roboto';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

.current-risk-values__values-description--anticoagulation {
    margin-bottom: 20px;
}

.riskOfStroke__also-known-as__title {
    color: #082D5A;
    font-family: 'Roboto Bold';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.issues-title{
    padding-top: 0 !important;
}

#issues-side-options{
    display: none;
}

.current-risk-values__values-description__content {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-top: 2px;
    height: 28px;
    padding-bottom: 5px;
}

.riskOfStroke__icon__description{
    background-position: top center !important;
    background-size: 25px 28px !important;
    display: table-cell;
    background-repeat: no-repeat !important;
    height: 28px;
    width: 25px;
}
.text-purple{color:#925196}
.riskOfStroke__icon__description__text{
    display: table-cell;
}
.riskOfStroke__icon__description__text--stroke span:first-child,
.riskOfStroke__icon__description__text--stroke span:nth-child(2){
    color: #925196;
}
.riskOfStroke__icon__description__text--no-stroke span:first-child,
.riskOfStroke__icon__description__text--no-stroke span:nth-child(2){
    color: #049E73;
}
.riskOfStroke__icon__description__text--avoid-stroke span:first-child,
.riskOfStroke__icon__description__text--avoid-stroke span:nth-child(2){
    color: #82CFB9;
}

.current-risk-values__values-description__content--avoid{
    margin-top: 20px;
}

.noStroke__icon.male {
    background: url("../images/calculator_icons/Male_Green_alpha.png");
}

.noStroke__icon.female {
    background: url("../images/calculator_icons/Female_Green_alpha.png");
}

.stroke__icon.female {
    background: url("../images/calculator_icons/Female_Purple_alpha.png");
}

.stroke__icon.male {
    background: url("../images/calculator_icons/Male_Purple_alpha.png");
}

.fewer-than-one-stroke__icon.male {
    background: url("../images/calculator_icons/Male_Purple_alpha.png");
}
.fewer-than-one-stroke__icon.female {
    background: url("../images/calculator_icons/Male_Purple_alpha.png");
}

.avoidStroke__icon.female {
    background: url("../images/calculator_icons/Female_PurpleMed_alpha.png");
}

.avoidStroke__icon.male {
    background: url("../images/calculator_icons/Male_PurpleMed_alpha.png");
}

.bleeding__example {
    min-height: 40px;
}

.bleeding__example p {
    width: 297px;
    float: right;
}

.people100_bleeding {
    color: #082D5A;
    font-family: 'Roboto';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 25px;
}

.bleeding__icon {
    height: 28px;
    width: 28px;
    background-position: center !important;
    background-size: cover !important;
    float: left;
}

.bleeding__icon.noStroke {
    background: url("../images/calculator_icons/Male_Green_alpha.png");
}

.bleeding__icon.nonDisabling {
    background: url("../images/calculator_icons/Male_Orange.png");
}

.bleeding__icon.disabling {
    background: url("../images/calculator_icons/Male_Purple_alpha.png");
}

.bleeding__example.noStroke {
    height: 57px;
}

.bleeding__example.nonDisabling {
    height: 83px;
}

.bleeding__example.disabling {
    height: 105px;
}

.bleeding__example.nonDisabling .texto,
.bleeding__example.disabling .texto {
    margin-left: 15px;
}

.transparent__container {
    width: 355px;
    float: left;
}

.white__container {
    float: right;
    width: 365px;
    height: 587px;
    background-color: #ffffff;
    border-radius: 0px 0 20px 20px;
}

.button__container {
    width: 100%;
    text-align: center;
    margin-top: 448px;
}

.calculator__legend__p{
    color: #082D5A;
    font-family: 'Roboto';
    font-size: 12px !important;
    letter-spacing: 0;
    line-height: 14px;
    width: 270px !important;

}

.button__container__button {
    height: 44px;
    width: 335px;
    border-radius: 35px;
    background-color: #0C5CA8;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    border: 1px solid #0C5CA8;
    outline: none;
}

.button__container__button--white {
    box-sizing: border-box;
    height: 44px;
    width: 209px;
    border: 1px solid #0C5CA8;
    border-radius: 35px;
    background-color: #FFFFFF !important;
    color: #0C5CA8 !important;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    outline: none;
}

.transparent__container__h3,
.white__container__h3 {
    color: #333333;
    font-family: 'Roboto Bold';
    font-size: 18px;
    letter-spacing: -0.29px;
    line-height: 21px;
    height: 63px;
    padding: 0 70px 0 20px;
}

.page.discuss-risk {
    background-image: url("../images/Bike.png");
    background-repeat: no-repeat;
    background-position-x: 48px;
    background-position-y: 246px;
}

.exit-risk-bleeding,
.exit-risk-bleeding:hover,
.exit-risk-bleeding:active,
.exit-risk-bleeding:focus {
    box-sizing: border-box;
    height: 44px;
    width: 209px;
    border: 1px solid #0C5CA8;
    border-radius: 35px;
    background-color: #FFFFFF;
    color: #0C5CA8;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    outline: none;
    margin-top: 28px;
    margin-left: 70px;
}

.average-bleeding.button {
    padding: 10px 40px;
    width: 310px;
    margin-top: 0;
    border-radius: 35px;
    background-color: #0C5CA8 !important;
    border: none;
    outline: none;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: 'Roboto Medium';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
}

.average-bleeding.button:hover,
.average-bleeding.button:focus,
.average-bleeding.button:active {
    box-shadow: none;
    background-color: #082D5A;
}

#hasbled-age {
    box-sizing: border-box;
    height: 38px !important;
    width: 102px !important;    
    border-radius: 4px;
    background-color: #FFFFFF;
}

#hasbled-age:read-only{
    border: 3px solid #DDDDDD;
    background-color: #eeeeee;
}
#hasbled-age.read-only{
    border: 3px solid #DDDDDD !important;
    background-color: #eeeeee !important;
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
/*Remove input type number arrows*/
/* Chrome, Safari, Edge, Opera */
#hasbled-age::-webkit-outer-spin-button,
#hasbled-age::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#hasbled-age[type=text] {
  -moz-appearance: textfield;
}
.bleed-age-error-max-min{
    left: 75px;
    top: 65px;
    font-size: 12px;
    position: absolute;
    width: 140px;
    color: #a94442;
    line-height: 12px;
    font-family: Roboto;
    text-align: right;
    display:none;
}

.bleed-age-error-max-min--show{
    display: block;
}

#hasbled-form .inputs-wrapper>.form-group>.label {
    height: 19px;
    width: 28px;
    color: #082D5A;
    font-family: 'Roboto';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}
.riskresultsdiv .images{
    width: 100%;
    margin: 0;
    margin-top: 10px;
    padding: 5px 25px;
}
.riskresultsdiv .icon__row{
    width: 251px !important;
    height: 30.4px;
}
.riskresultsdiv .icon {
    height: 30.4px;
    width: 25.1px;
}
.number.orange{
    color: #FF9300 !important;
}
.number.green{
    color:#049E73;
}
.text-avoid{
    color: #82CFB9;
}
.number.red{
    color: #925196 !important;
}
.tooltip-ico.tooltip-ico--bleeding_result{
    display: inline-block;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}
.averagecomparison{
    width: 240px;
    margin: 0 !important;
    display: inline-block;
}

.bleeding_result_title{
    display: inline-block;
}
.current-risk__radio-options{
    position: absolute;
    bottom: 3px;
    margin-bottom: 0;
    color: #082D5A;
    font-family: 'Roboto';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
    width:480px;
}
.current-risk__radio-options__tittle{
    float: left;
    width: 240px;
    text-align: right;
    padding-right: 10px;
}
.current-risk__radio-options__radios{
    float: right;
    width: 240px;
}
.current-risk__radio-options__radios__item{
    text-align: left;
}
.current-risk__radio-options__radios__item__label{
    color: #6E7687;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height:20px;
}
.current-risk__radio-options__radios__item__input[type="radio"] {
    -webkit-appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    outline: none;
    background-size: contain !important;
    background: url('../images/RadioButtonOff.png') center no-repeat;
    margin-top: 2.5px;
    margin-right: 5px;
    outline: none !important;
    cursor: pointer;
}

.current-risk__radio-options__radios__item__input[type="radio"]:checked {
    background: url('../images/RadioButtonOn.png') center no-repeat;
}

.footer__about-tool{
    width: 800px;
    margin: auto !important;
    margin-top: 10px !important;
    padding: 0 70px !important;
}
.current-risk-values .text, .current-risk-values-anticoagulation .text{
    height: 240px;
}

.field-cha2ds2vasc-age.hasError label{
    color: #a94442 !important;
}
.field-cha2ds2vasc-age.hasError input{
    border-color: #a94442 !important;
}

.field-cha2ds2vasc-age{
    position: relative;
}

.tooltip-ico.age{
    position: absolute;
    left: 410px !important;
    top: 63px;
}

.loading__modal{
    display:none;
    position: fixed;
    z-index: 99998;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.801);
}
.loading__modal__container{
    height: 250px;
    width: 450px;
    box-sizing: border-box;
    background-color: #fff;
    margin: auto;
    border-radius: 20px;
    padding: 70px 80px;
}
.loading__modal__container__text__dot{
    display: inline-block;
    color: #082D5A;
    font-family: 'Roboto Bold';
    font-size: 34px;
}
.loading__modal__container__text__h3{
    display: inline-block;
    color: #082D5A;
    font-family: 'Roboto Bold';
    margin-left: 25px;
}
.loading__modal__container__icon{
    display: inline-block;
}
.loading__modal__container__text{
    display: inline-block;
}
.loading__modal__container__text__dot.d1{
    animation-delay:0s;
}
.loading__modal__container__text__dot.d2{
    animation-delay:0.2s;
}
.loading__modal__container__text__dot.d3{
    animation-delay:0.4s;
}