a{
   color: #0056B3;
}
.glyphicon-chevron-right:before {
    content: ">";
}

.glyphicon-chevron-left:before {
    content: "<";
}

.issue-type-Private {
    background: #fdeef4;
}

.billable-type-Vacation {
    background: #99ff99;
}

.billable-type-Unpaid {
    background: #ff99ff;
}

.visibility-type-Private {
    background: #dfdfdf;
}

.navbar .nav-link {
    padding: 0.5rem 0.5rem;
    line-height: 24px;
}

.bg-light {
    background-color: #e9ecef;
}
.bg-null{
    background-color: transparent;
}

.loadersmall {
    border: 1px solid #f3f3f3;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    border-top: 1px solid #7A003B;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.red {
    color: darkred;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.error-message {
    display: none;
}

.error-message.red {
    display: block;
}

.nav-md li {
    margin-right: 0.5rem;
    font-size: 0.75em;
}

.nav-md li.active {
    margin-left: .2rem;
}

.finger {
    cursor: pointer;
}

.alert ul {
    margin-bottom: 0;
}

.bg-white {
    background: #ffffff;
}

.bg-red {
    background: #ff0040;
}

.screen-height {
    min-height: 100vh;
}

.login-logo {
    max-width: 200px;
    margin-top: 120px;
    margin-bottom: 50px;
}

.login-form .form-group {
    margin-bottom: 2em;
}

.form-underline input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.form-underline input:focus {
    outline-width: 0;
    border-bottom: 1px solid #1A418A;
    -webkit-box-shadow: 0 1px 0 0 #1A418A;
    box-shadow: 0 1px 0 0 #1A418A;
}

.btn-login {
    width: 200px;
    font-weight: 100;
    max-width: 48%;
}

.forgot-password-link {
    margin-top: 3em;
    margin-bottom: 5em;
}

.black {
    color: #343a40;
}

.clear {
    clear: both;
}

.page-registration .footer {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.btn-md {
    color: #fff;
    background-color: #1A418A;
    border-color: #1A418A;
}

.nav-calendar.nav-pills .nav-link{
    font-size: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.nav-calendar.nav-pills .nav-link.active{
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    background: transparent;
    color: rgba(0,0,0,.8);
}

.nav-logo {
    max-height: 40px;
    min-width: 160px;
}
.six-month-report table{
    font-size: 12px;
}
.summary-input{
    height: 10em;
}
.green{ color: #4F805D; }
.orange{ color: #A46A1F; }
.red{ color: #B0413F }
.nav-calendar{
    background: rgb(145,78,166);
    background: linear-gradient(0deg, rgba(98,72,129,1) 0%, rgba(125,68,164,1) 50%, rgba(145,78,166,1) 100%);
    background: linear-gradient(to right, #2786d0ff, #8c45b3ff);
    border-radius: 25px;
    color: white;
}
.nav-calendar a, .nav-calendar a:hover{
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nav-calendar.nav-pills .nav-link.active{
    color: rgba(0,0,0,.8);
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.toggle-content{
    display: none;
}
.card-favourites{
    background: #f7f8fa;
    margin-left: -1.25rem;
    padding-left: 1.125rem;
    margin-right: -1.25rem;
    padding-right: 1.125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.card-favourites .toggle-btn{
    color: black;
}
.fa-star{
    color: #f8c300;
}
.btn-favourites{
    font-size: 0.75em;
    border-radius: 25px;
}
.btn-create-worklog{
    font-size: 0.75em;
    border-radius: 25px;
    background: rgb(145,78,166);
    background: linear-gradient(90deg, rgba(56,65,141,1) 0%, rgba(29,132,198,1) 50%, rgba(28,183,218,1) 100%);
}
.favourite-project-link{
    font-size: 0.75em;
}
.favourite-issue-link{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: black;
    font-size: 0.85rem;
}
.btn-mini{
    font-size: 0.75em;
}
.new-worklog .card-body{
    padding-top: 0;
}
.edit-worklog-btn, .delete-worklog-btn{
    margin-bottom: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin-top: 3px;
}
.navbar-light .navbar-nav .nav-link{
    color: rgba(0,0,0,0.8);
}
.new-worklog .select2.select2-container.select2-container--default,
.edit-worklog .select2.select2-container.select2-container--default{
    min-width: 100%;
    max-width: 100%;
}
.new-worklog label{
    margin-bottom: 0;
}
.select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 0;
}