﻿.accessibility-wrapper {
    position: fixed;
    opacity: 1;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    cursor: pointer;
    background-color: #1C6EF2;
    color: #ffffff;
    width: 50px;
    height: 48px;
    line-height: 44px;
    right: 30px;
    bottom: 30px;
    padding: 0 0 4px 4px;
    border-radius: 30px
}

    .accessibility-wrapper:hover {
        background-color: #888
    }

    .accessibility-wrapper i.fa {
        line-height: inherit;
        font-weight: bold;
    }

.modal {
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.modal-backdrop {
    z-index: -1;
}
.btn-blue {
    width: 100px;
    font-weight: bold;
    color: #ffffff;
    border-color: #06327A;
    background-color: #1C6EF2;
}

.btn-blue:hover {
    color: #fff;
    border-color: #06327A;
    background-color: #1C6EF2;
    cursor: default;
}
