﻿.text-yellow, a.text-yellow:hover, a.text-yellow:focus {
    color: #fffe04;
}
.smart-break {
    word-break: break-all; word-wrap: break-word;
}
.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fc-color-picker>li {
    float: left;
    font-size: 30px;
    margin-right: 5px;
    line-height: 30px;
}
.text-aqua {
    color: #18bbf2 !important;
}
.text-blue {
    color: #0f7699 !important;
}
.text-light-blue {
    color: #1997d6 !important;
}
.text-teal {
    color: #39cccc !important;
}
.text-dark-yellow {
    color: #ffcd59 !important;
}
.text-orange {
    color: #ff851b !important;
}
.text-olive {
    color: #05b284 !important;
}
.text-green {
    color: #06d6a0 !important;
}
.text-lime {
    color: #00fcb9 !important;
}
.text-maroon {
    color: #e52269 !important;
}
.text-red {
    color: #ef476f !important;
}
.text-fuchsia {
    color: #ff11c7 !important;
}
.text-navy {
    color: #084459 !important;
}
.bg-aqua {
    background-color: #18bbf2 !important;
}
.bg-blue {
    background-color: #0f7699 !important;
}
.bg-light-blue {
    background-color: #1997d6 !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-dark-yellow {
    background-color: #ffcd59 !important;
}
.bg-orange {
    background-color: #ff851b !important;
}
.bg-olive {
    background-color: #05b284 !important;
}
.bg-green {
    background-color: #06d6a0 !important;
}
.bg-lime {
    background-color: #00fcb9 !important;
}
.bg-maroon {
    background-color: #e52269 !important;
}
.bg-red {
    background-color: #ef476f !important;
}
.bg-fuchsia {
    background-color: #ff11c7 !important;
}
.bg-navy {
    background-color: #084459 !important;
}

