﻿

.uk-alert {
background: #f4fbff;
color: #3578a6;
border: 1px solid rgba(75,116,144,0.3);
}

a, .uk-link {
    color: #0667a8;
}

.myButton {
            background: none !important;
            background-color: #ffffff !important;
            border-radius: 4px;
            border: 1px solid #2fb9eb;
            display: inline-block;
            cursor: pointer;
            color: #666666;
            font-size: 14px;
            text-decoration: none;
        }

.myButton:hover {
                background-color: #31a9d4 !important;
                color: #ffffff !important
            }

.myButton:active {
                position: relative;
                top: 1px;
            }
.toggler.active:before {
            content: "\f146";
            color: #006e9f
        }

.toggler.active {
            color: #006e9f !important
        }

.tags span {
    position: absolute;
    top: 1px;
    left: 100%;
    z-index: 2;
    overflow: hidden;
    max-width: 0;
    height: 27px;
    line-height: 21px;
    padding: 0 0 0 2px;
    opacity: .95;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    border: 1px solid;
    border-color: #3578a6 #005ab1 #055d97;
    border-radius: 0 2px 2px 0;
    background-color: #eb6b22;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a71ac), color-stop(100%, #006e9f));
    background-image: -webkit-linear-gradient(top, #1a71ac, #006e9f);
    background-image: -moz-linear-gradient(top, #1a71ac, #006e9f);
    background-image: -ms-linear-gradient(top, #1a71ac, #006e9f);
    background-image: -o-linear-gradient(top, #1a71ac, #006e9f);
    background-image: linear-gradient(top, #1a71ac, #006e9f);
    -webkit-transition-property: padding, max-width;
    -moz-transition-property: padding, max-width;
    -ms-transition-property: padding, max-width;
    -o-transition-property: padding, max-width;
    transition-property: padding, max-width;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.tags li:after {
                    content: '';
                    z-index: 3;
                    position: absolute;
                    top: 10px;
                    right: -2px;
                    width: 5px;
                    height: 6px;
                    opacity: .95;
                    background: #1a71ac;
                    border-radius: 3px 0 0 3px;
                    -webkit-box-shadow: inset 1px 0 #1a71ac;
                    box-shadow: inset 1px 0 #005ab1;
                }

#tabs a:hover,
#tabs a:focus {
                    border-bottom-color: #2ac7e1;
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

.tm-publication-block .uk-panel .uk-panel-title {
    color: #3578a6;
}

.uk-navbar-top {
    background: #1c2a78  !important;
    box-shadow: 0 1px 5px 0px rgba(0,80,140,0.5);
}

.uk-navbar-top .uk-list li {
        background: #3f56cf  !important;
    }

.SearchBox {
    background-color: #474d6a;
}

.btnSearchBox {
    background-color: #008fff;
    color: #fff;
    background-image: -webkit-linear-gradient(top,#0099ff,#0088ff);
    background-image: linear-gradient(to bottom,#0099ff,#0088ff);
}

.btnSearchBox:hover {
        background-color: #0af;
        color: #fff;
        background-image: none;
    }

.uk-sticky.uk-active .tm-sticky {
    border-bottom: 1px solid #1c2a78 !important;
}

.uk-sticky.uk-active .tm-sticky {
    background: #1c2a78 !important;
}

.JournalYear {
    color: #09f;
}

.JournalSeason {
    color: #09f;
}

#secResponsive a:link {
    color: blue;
    background-color: #3cb3e8;
}

#secResponsive a:visited {
    color: blue;
}

#secResponsive a:hover {
    color: blue;
    background-color: #6dbfe4;
    color: #FFF;
}

#secResponsive a:active {
    color: blue;
}
.acme-news-ticker-label {
    background: #1974d2;
}
.my-news-ticker li a {
    color: #09f;
}