a{
    color:#2caae1;
}
.btn-success {
    background-color: #2caae1;
    background-image: -moz-linear-gradient(top, #70d900, #2caae1);
    background-image: -ms-linear-gradient(top, #70d900, #2caae1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#2caae1));
    background-image: -webkit-linear-gradient(top, #70d900, #2caae1);
    background-image: -o-linear-gradient(top, #70d900, #2caae1);
    background-image: linear-gradient(top, #70d900, #2caae1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#2caae1', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #2caae1;
}

.bg-primary{
    background-color: #2caae1 !important;
}
.btn-primary {
    color: #fff;
    background-color: #2caae1;
    border-color: #2caae1;
}
.btn-primary:hover{
    background-color: #C64646;
    border-color: #2caae1;
}



Rules
Computed
Animations
Fonts

element {

}
.page-item.active .page-link {
    background-color: #2caae1;
    border-color: #2caae1;
}
.page-link {
    color: #2caae1;
    border: 1px solid #2caae1;
}
.page-item.disabled .page-link {
    border-color: #2caae1;
}

.page-link:hover {
    border: 1px solid #2caae1;
}
.ss-form .ss-input-control {
    border-color: #2caae1;
}
.ss-card-header {
    background-color: #2caae1;
    color: white;
}
.ss-modal-header {
    background-color: #2caae1;
    color: white;
}
.ss-modal-header .close{
    color:white;
    opacity: .8;
}

.ss-section-title{
    border-bottom: 1px solid #2caae1;
    color:#2caae1;
}
.ss-form {
    border: 1px solid #2caae1;
}
.ss-form hr{
    border-color: #2caae1;
}

.ss-form-title{
    background-color: #2caae1;
    margin-bottom: 0px;
}
.ss-table.table-bordered th,
.ss-table.table-bordered td, 
.ss-report-table.table-bordered td {
    border: 1px solid #2caae1;
}
.ss-table.table thead{
    background-color:#2caae1;
}
.ss-report-table th{
    background-color: #2caae1;
    color:#fff;
}

.ss-dot1, .ss-dot2 {
    background-color: #2caae1;
}
.cbp-spmenu {
    background: #2caae1;
}
.cbp-spmenu h3 {
    color: #fff;
    background: #2caae1 !important;
}
.cbp-spmenu a:hover {
    background: #79f2e8;
    color:#000 !important;
}
.cbp-spmenu a:active {
    background: #fc8f1b;
    color: #fff;
}
.cbp-spmenu-vertical a {
    border-bottom: 1px solid #fff;
}
.input-group-addon{
    background-color: #2caae1;
    color: #fff;
}
.ss-menu-item:hover {
    background-color: #2caae1;
    color: white;
}
.ss-required-input-error{
    background-color:#f88102;
    color:white;
}
.custom-file-control {
    height: 2rem;
    padding: 0.4rem 1rem;
}
.custom-file-control::before {
    padding: 0.4rem 1rem;
    height: 2rem;
    color: #fff;
    background-color: #2caae1;
}
.ss-mega-menu-item:hover {
    background-color: #2caae1;
}
.ss-section-title {
    border-bottom: 1px solid #2caae1;
    color: #ffffff;
    background-color: #2caae1;
    padding: 2px;
}
.select2-container.form-control {
    border: none;
}
.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    border-color: #2caae1;
    border-radius: 0px;
}
.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
    border-left: 1px solid #2caae1;
}
.bootbox .modal-header{
    background-color: #2caae1;
    color:white;
}
.ss-list-table-head {
    background-color: #2caae1;
    color:white;
}
.completed .ss-slidericon {
    color: white;
}
.ss-btn-xs{
    background-color: #2caae1;
}
.ss-track-label {
    background-color: #6c757d;
    color: white;
}