@font-face {
    font-family: 'FontAwesome';
    src: url("../font/FontAwesome.otf") format("opentype");
}

p {
    font-size: 13px
}

.btn-primary {
    background-color: #42A5F5 !important;
    border-color: #42A5F5 !important
}

.cursor-pointer {
    cursor: pointer;
    color: #42A5F5
}

.pic {
    margin-top: 30px;
    margin-bottom: 20px
}

section.content {
    min-height: calc(100vh - 235px);
}

.card-block {
    width: 200px;
    border: 1px solid lightgrey;
    border-radius: 5px !important;
    background-color: #FAFAFA;
    margin-bottom: 30px
}

.card-body.show {
    display: block
}

.card {
    margin-bottom: 20px;
    box-shadow: 2px 2px 6px 0px rgb(200, 167, 216)
}

.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1)
}

.radio.selected {
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.radio.selected::after {
    color: #3d3f43;
    content: "\f00c";
    font-family: "FontAwesome";
    border: 2px solid #1dc973;
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);
}

.selected {
    background-color: #E0F2F1
}

.a {
    justify-content: center !important
}

.btn {
    border-radius: 0px
}

.btn,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important
}

.wizard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
    -webkit-box-shadow: 0 2px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 30px rgb(0 0 0 / 10%);
}

.wizard-menu {
    width: 300px;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(to right, #003b5c, #003b5c)
}

.wizard-menu .nav.nav-tabs {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wizard-menu .nav.nav-tabs li a {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    height: 100px;
    position: relative;
}

.wizard-menu .nav.nav-tabs li a.active {
    background: #00b5e2;
}

.wizard-menu .nav.nav-tabs li a.active:after {
    content: "";
    position: absolute;
    right: -40px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #00b5e2;
}

.wizard-menu .nav.nav-tabs li a {
    width: 100%;
    color: #fff;
    background: transparent;
    border: 0;
    padding: 15px 30px;
    position: relative;
    font-size: 18px;
}

.wizard-menu .nav.nav-tabs li a span {
    font-size: 58px;
    opacity: 0.2;
    position: absolute;
    top: calc(50% - 40px);
    right: 15px;
    font-weight: bold;
}

.tab-content {
    width: calc(100% - 300px);
    padding: 30px;
    padding-left: 50px;
    position: relative;
}

.tab-content .bottom-action {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 200px);
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav.nav-tabs > li.disabled > a:hover,
.nav.nav-tabs > li.disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.rounded-list a:hover {
    background: #eee;
}

.rounded-list a:hover:before {
    transform: rotate(360deg);
}

.rounded-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -0.99em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 1.37em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}