﻿
a {
    color: #1c5faa;
}

.navbar {
    background: #1c5faa;
}

.btn-primary,
.btn-empty,
.btn-cancel,
.ui-icon,
.ui-datepicker-current,
.ui-datepicker-close,
.calendar-header,
.calendar-grid .active > .day {
    background: #1c5faa;
}


.btn-primary:hover,
.btn-empty:hover,
.ui-icon:hover,
.ui-datepicker-current:hover,
.ui-datepicker-close:hover {
    background: #1c5faabf;
    color: white;
}

.bg-primary-mid:before {
    background: #1c5faa;
}

.split-bg-primary:after {
    background: #1c5faa;
}

.modal-header {
    border-bottom: 1px solid #1c5faa;
    background-color: #1c5faa;
}

.icon-logout:before,
.icon-login:before,
.icon-register:before {
    filter: brightness(0%);
}

.btn-secondary {
    border-image-source: linear-gradient(to left, #1c5faa, #1c5faa);
}

.swooshA:before,
.swooshB:after {
    display: none;
}

.blog-grid .blog-grid-item:not(.hide-star):after {
    background: #FCAC2F !important;
}

.events-filter .event-switch .active,
.calendar-grid .items .single {
    color: #1c5faa !important;
}

.slider:before {
    background-color: #1c5faa;
}

input:checked + .slider {
    background-color: #1c5faa;
}

.btn-primary.solid {
    background: #1c5faa;
}

.btn-primary.solid:hover {
    background: #1c5faabf;
}

.btn-primary.solid:after {
    color: #1c5faa !important;
}

.header {
    background-image: linear-gradient(to top right, #1c5faa, #1c5faa);
}

.btn-edit {
    margin-left: 10px;
}

#txtSubject {
    width: 100%;
}

table.mceToolbar {
    margin: 0 6px 2px;
    display: inline-table;
}

.btn-like {
    cursor: pointer;
}

.btn-unlike {
    cursor: pointer;
}

.resource-grid-bottom {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 15px 10px;
    width: 100%;
}

.resource-grid-bottom i {
    font-size: 30px;
    color: #666666;
}

.blog-grid-item .institution p {
    color: #1B1B1B !important;
}

#RegistrationForm h4 {
    margin-top: 20px;
}

.event-grid-bottom {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 15px 10px;
    width: 100%;
}

.event-grid-bottom i {
    font-size: 30px;
    color: #666666;
}

.t-a-r{
    text-align : right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spin buttons in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.p0{
    padding : 0px;
}
.pr5{
    padding-right : 5px;
}

.m-t-m-30{
    margin-top : -30px;
}