*{
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
.pure-img{
    max-width: 100%;
}
.simple-center-div{
    text-align: center;
    width: 100%;
    max-width: 960px;
    margin: auto;
}
.simple-center-div.with-border{
    padding: 0 2rem;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
}
.text-center{
    text-align: center;
}

.center-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sub-header{
    letter-spacing: 15.5px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.upload-section h3{
    margin-bottom: 0;
    font-weight: normal;
}
.pure-form label{
    margin: 0;
    margin-top: 1rem;
}
.pdf-selected-label{
    margin: 0;
    font-size: 14px;
}
.pdf-selected-label:hover{
    text-decoration: underline;
    cursor: pointer;
}
.button-error,
.button-success,
.button-warning,
.button-primary,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#submit-form{
    margin-top: 1rem;
    width: 150px;
    font-size: 22px;
}
#submit-form i{
    font-size: 26px;
}
.main-text{
    color: #666;
    font-size: 22px;
    font-weight: 300;
    text-align: justify;
}
.accordion{
    margin-bottom: 0;
    border: 1px solid #ccc;
}
.accordion-title{
    font-weight: normal;
    cursor: pointer;
    margin-bottom: .25rem;
    background-color: #eee;
    margin: 0;
    padding: 0.4rem;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.accordion-title:hover{
    background-color: #ddd;
}
.accordion-content{
    margin-bottom: 0;
    padding: 1rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.accordion-content p{
    margin-top: 5px;
}
.accordion-content p:first-child{
    margin-top: 0;
}
.accordion-content p:last-child{
    margin-bottom: 0;
}
.accordion-bold{
    font-weight: bold;
}

.bottom-space-1 {
    margin-bottom: 1rem;
}
.bottom-space-2 {
    margin-bottom: 2rem;
}
.top-space-1 {
    margin-top: 1rem;
}
.top-space-2 {
    margin-top: 2rem;
}
.top-space-half {
    margin-top: 0.5rem;
}

.table-md {
    width: 100%;
}
.message-box {
    margin: 10px 0px;
    padding: 12px;
    font-size: 125%;
}
.message-box i {
    margin: 5px 6px;
    font-size: 2em;
    vertical-align: middle;
}
.message-box p {
    margin: 0.5rem 0;
    font-size: 1.25rem;
}

.large-font {
    font-size: 125%;
}
.normal-font {
    font-size: 100%;
}
.no-display {
    display: none;
}


.help-icon{
    color: #3f94d4;
    cursor: pointer;
}


.panel{
    border: 1px solid #cbcbcb;
}
.panel-subcontainer{
    padding: 0.5rem;
}
.row-border-top{
    border-top: 1px solid #cbcbcb;
}
.key-val-container{
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
.td-label{
    font-size: 0.8rem;
    font-weight: 200;
    margin: 0.3rem 0 0.15rem 0;
}
.td-value-large{
    font-weight: 200;
    font-size: 2rem;
}


.testnet-warning{
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    text-align: center;
    letter-spacing: 0;
    background-color: rgb(255, 153, 0);
    color: #fff;
}


/* colors */
.header{
    background-color: #eee;
    border-bottom: 1px solid #888;
}
.warning-header{
    background-color: rgb(209, 122, 122);
    color: #fff;
}

.button-primary{
    background-color: #2f7ebb
}
.button-secondary {
    background: rgb(66, 184, 221);
}
.button-warning {
    background: rgb(223, 117, 20);
}
.button-success {
    background: rgb(28, 184, 65);
}
.button-error {
    background: rgb(202, 60, 60);
}

.message-box-success {
    color: white;
    background-color: rgb(28, 184, 65)
}
.message-box-error {
    color: white;
    background-color: rgb(202, 60, 60)
}
.message-box-warning {
    color: white;
    background-color: rgb(223, 117, 20)
}
