﻿.status {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    font-family: Poppins, sans-serif;
    pointer-events: none;
}

.accent1 {
    color: #0a5bc1;
}

a, a:visited, a:active {
    color: #261201;
    font-family: Verdana, Arial, Sans-Serif;
}

.buttonCommon, .buttonCommon a, .buttonCommon a:hover {
    transition-duration: .5s;
    text-decoration: none !important;
}


.comment_bubble {
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    margin: 0 15px;
    -o-text-overflow: clip;
    text-overflow: clip;
}

    .comment_bubble:first-child {
        position: relative;
        width: 250px;
        height: 0;
        border: 22px solid #ccc;
        border-right: 0 solid;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px 0 0 6px;
    }

.status .comment_bubble:not(:first-child) {
    position: relative;
    width: 250px;
    height: 0;
    border: 22px solid #ccc;
    border-right: 0 solid;
    border-left: 24px solid rgba(0,0,0,0);
}

.status .comment_bubble:last-child {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}


.status .comment_bubble:not(:last-child):after {
    content: "";
    width: 0;
    height: 0;
    left: 100%;
    top: -22px;
    position: absolute;
    border-top: 22px solid transparent;
    border-left: 23px solid #ccc;
    border-bottom: 22px solid transparent;
    -o-text-overflow: clip;
    text-overflow: clip;
}

.comment_bubble.active {
    border: 22px solid #0a5bc1;
    border-right: 0 solid;
}

.status .comment_bubble.active:not(:last-child):after {
    border-top: 22px solid transparent;
    border-left: 23px solid #0a5bc1;
    border-bottom: 22px solid transparent;
}

.status .comment_bubble.active:not(:first-child) {
    position: relative;
    width: 250px;
    height: 0;
    border: 22px solid #0a5bc1;
    border-right: 0 solid;
    border-left: 24px solid rgba(0,0,0,0);
}


.status .comment_bubble .comment_text {
    text-align: center;
    width: 100%;
    position: absolute;
    top: -26px;
    color: #fff;
    font-size: 18px;
}

    .status .comment_bubble .comment_text .step {
        font-size: 2em;
    }

span.descr {
    position: relative;
    top: -6px;
}

.separator {
    margin-top: 40px;
    margin-bottom: 10px;
    border-top-style: solid;
    border-top-width: 6px;
    border-top-color: #0b6bd8;
    width: 120px;
    height: 10px;
}

.createBookTable select {
    width: 100%;
}


.createBookTable input, .createBookTable select {
    border: 1px solid #71a9e8;
    background-color: rgba(121,175,235,0.35);
    height: 30px;
    border-radius: 13px;
    padding: 0 10px;
}

    .createBookTable input:focus, .createBookTable select:focus {
        border-radius: 13px;
    }

.createBookTable label {
    font-size: 1.2em;
}

label.title {
    font-size: 1.7em;
}

h1.title {
    font-weight: 600;
}

.createBookTable .section {
    border-bottom: 1px solid blue;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.requiredCategory {
    padding: unset;
    border: unset;
}

.bookCategories fieldset {
    padding: unset;
    border: unset;
}

    .bookCategories fieldset:last-child {
        margin-bottom: 10px
    }

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: unset;
}

.requiredCategory legend {
    color: #300102;
    font-weight: bold;
    padding: 5px 10px;
    background-color: unset;
}

.bookCategories fieldset legend {
    color: #300102;
    font-weight: bold;
    padding: 5px 10px;
    background-color: unset;
}
td#ctl00_ContentPlaceHolderBody_ASPxUploadControl1_Upload {
    position: relative;
    top: 40px;
    left: -10px;
}
.buttonStandard a, input[type=submit].buttonStandard, input[type=button].buttonStandard, td#ctl00_ContentPlaceHolderBody_ASPxUploadControl1_Upload a {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ff5a00;
    border-radius: 4px 4px 4px 4px;
    padding: 20px 30px 20px 30px;
    border-style: solid;
    border-width: 0px 0px 6px 0px;
    border-color: #bb4200;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.42);
    margin: 0 10px;
    cursor: pointer;
    text-decoration: none;
}

    .buttonStandard a:hover, input[type=submit].buttonStandard:hover, input[type=button].buttonStandard:hover, td#ctl00_ContentPlaceHolderBody_ASPxUploadControl1_Upload a:hover {
        background-color: #fff;
        color: #ff5a00;
        border-color: #bb4200;
    }


    .buttonGray a, input[type=submit].buttonGray, input[type=button].buttonGray, input[type=reset].buttonGray {
        font-size: 1.5rem;
        font-weight: bold;
        color: #fff;
        border-radius: 4px 4px 4px 4px;
        padding: 20px 30px 20px 30px;
        background-color: #cacaca;
    }

.buttonGray:hover a, input[type=submit].buttonGray, input[type=button].buttonGray, input[type=reset].buttonGray {
    color: #ff5a00;
}


input.accent2btn {
    border: unset;
    background-color: unset;
    height: auto;
    border-radius: unset;
    color: #ff5a00;
    font-weight: bold;
}

    input.accent2btn:hover {
        color: #ff5a00;
    }

img.help {
    margin-left: 4px;
}

#divMainContainerDefault p {
    font-size: 14px;
}

#divMainContainerDefault li {
    font-size: 14px;
}

.accent3list li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.accent3list li::before {
    background-color: #06b534;
    -webkit-mask-box-image: url(/images/exclamation-circle-solid.svg);
    mask-image: url(/images/exclamation-circle-solid.svg);
    content: '';
    width: 14px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    left: -20px;
    top: 3px;
}

.uploadSection {
    border-bottom: 1px solid blue;
    margin-bottom: 20px;
}

