﻿a.pledge-yellow:link {
    background-color: #010551;
    color: white;
    font-weight: bold;
}
a.pledge-yellow:visited {
    background-color: #010551;
    color: white;
    font-weight: bold;
}

a.pledge-yellow:hover {
    background-color: #222222;
    color: white;
    font-weight: bold;
}

button.pledge-yellow {
    background-color: #010551;
    color: white;
    font-weight: bold;
}

button.pledge-yellow:hover {
    background-color: #222222;
    color: white;
    font-weight: bold;
}


.pledge-link {
    color:#178BDB;
}

button.no-underline:link {
    text-decoration: none;
}

button.no-underline:visited {
    text-decoration: none;
}

button.no-underline:hover {
    text-decoration: none;
}

button.no-underline:active {
    text-decoration: none;
}

.pledge-blue-navbar {
    background-color: #010551;
    color: white;
}

.pledge-blue {
    color: #010551;
}

.pledge-blue-20 {
    color: #17B5FE;
}

.activity-header {
    color: #17B5FE;
}

.announcement {
    background-color: #f5f8fa;
    border-bottom: 1px solid #0ABAFF;
}

.announcement_2 {
    background-color: #f5f8fa;
}

.exp_textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
}


.bubble-other {
    background-color: #f5f8fa;
    font-size: small;
    padding: 4px;
    border-radius: 4px;
}
.bubble-me {
    background-color: #010551;
    color: white;
    font-size: small;
    padding: 4px;
    border-radius: 4px;
}

.activity-info {
    color: white;
}

.pledge-blue-5 {
    color: #0ABAFF;
}

.pledge-blue-2 {
    color: #0ABAFF;
}
.pledge-table_header {
    color: #010551;
    background-color: #0ABAFF;
    border: none;
}

th.pledge-table_border {
    border-bottom-color: #0ABAFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

td.pledge-table_border {
    border-bottom-color: #0ABAFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.pledge-darker-table_header {
    color: white;
    background-color: #222222;
}
.pledge-blue-20-bkg {
    background-color: #17B5FE;
    color: white;
}
.pledge-blue-bkg {
    background-color: #010551;
    color: white;
}
.pledge-dark-bkg {
    background-color: #222222;
    color: white;
}

.pledge-yes-bkg {
    background-color: #00FFAB;
    color: #0042ff;
}

.pledge-no-bkg {
    background-color: orangered;
    color: white;
}

.inline-div {
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    height: auto;
    display: inline-block; /* Brings all the divs into the same line, unless they go past the container in which case they'll wrap */
    vertical-align: top; /* Aligns each div to the tops of each container */
    border: none;
}

.pledge-dark-blue-info-card {
    border-radius: 8px;
    margin-top: 15px;
    background-color: #222222;
     color: white;
    padding-top: 8px;
    padding-bottom: 24px;
}

.pledge-info-card {
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #17B5FE;
    color: white;
}
.pledge-semi-dark-info-card {
    #0ABAFF border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #17B5FE;
    color: white;
}
.pledge-semi-dark-info-card-straight {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #222222;
    color: white;
}


.pledge-lighter-info-card {
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    color: #010551;
    background-color: #0ABAFF;
    border: none;
}


.pledge-link-box {
    border-radius: 6px;
    border: 2px solid #FCD900;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: white;
    color: #3369FF;
}

.challenge_progress {
    stroke: #010551;
    fill: #010551;
}

.chat_bubble {
    position: relative;
    font-size: 12px;
    max-width:300px;
    border-radius: 8px;
    padding: 8px;
    text-align: left;
}

.ql-indent-1 {

}.ql-size-small {
    font-size: 0.75em;
}

.ql-size-large {
    font-size: 1.5em;
}

.ql-size-huge {
    font-size: 2.5em;
}
.ql-align-center {
    text-align: center;
}
.ql-align-justify {
    text-align: justify;
}
.ql-align-right {
    text-align: right;
}
.ql-indent-1 {
    padding-left: 3em;
}
.ql-indent-2 {
    padding-left: 6em;
}
.ql-indent-3 {
    padding-left: 9em;
}
.ql-indent-4 {
    padding-left: 12em;
}
.ql-indent-5 {
    padding-left: 15em;
}
.section {
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: normal;
}

.article {
    font-family: Italianno;
    font-size: 40px;
    padding-right: 16px;
    padding-left: 16px;
}

.article2 {
    font-weight: bold;
    font-size: 18px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 4px;
}
[contenteditable] {
    outline: 0px solid transparent;
}

.image-cropper {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

a {
    color: #010551;
}

body {
    font-family: "Figtree";
    font-size: 14px;
    line-height: normal;
    color: #010551;
}

td, button {
    font-size: smaller;
}

img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
.image-rd-md {
    width: 45px;
    height: 45px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.image-rd-lg {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.image-rd-sm {
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

strong {
    font-stretch: normal;
    letter-spacing: normal;
}

.info-box {
    background-color: #E5E9EB;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-top: 1px;
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.tribute-demo-input {
    outline: none;
    border: 1px solid #eee;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 15px;
    min-height: 32px;
    cursor: text;
}

.tribute-demo-input:focus {
    border-color: #d1d1d1;
    background-color: #fbfbfb;
}

[contenteditable="true"]:empty:before {
    content: attr(placeholder);
    display: block;
    color: #ccc;
}

#test-autocomplete-container {
    position: relative;
}

#test-autocomplete-textarea-container {
    position: relative;
}

.float-right {
    float: right;
}