html,
body {
    font-size: 14px
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.text-danger {
    color: #fd3552;
}
.close {
    opacity: 0.5;
}

@-webkit-keyframes load_spinner {
    0%,
    100% {
        box-shadow: 0 12px 0 -10px;
    }
    50% {
        box-shadow: 0 12px 0 0;
    }
}

@keyframes load_spinner {
    0%,
    100% {
        box-shadow: 0 12px 0 -10px;
    }
    50% {
        box-shadow: 0 12px 0 0;
    }
}

.load_spinner, .load_spinner:before, .load_spinner:after {
    width: 12px;
    height: 12px;
    color: #333;
    border-radius: 4px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load_spinner 0.9s infinite ease-in-out;
    animation: load_spinner 0.9s infinite ease-in-out;
}

.load_spinner {
    position: relative;
    top: -12px;
    margin: 30px auto;
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

.load_spinner:before, .load_spinner:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
}

.load_spinner:before {
    left: -16px;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.load_spinner:after {
    right: -16px;
}

.inline_checkboxes .checkbox {
    display: inline-block; margin-right: 20px;
}

[data-toggle="collapse"] .glyphicon-menu-down {
    display: none;
}
.collapsed .glyphicon-menu-down {
    display: inline-block;
}
.collapsed .glyphicon-menu-up {
    display: none;
}

.anchor {
    display: block;
    position: relative;
}

.slick-color-black .slick-prev:before,
.slick-color-black .slick-next:before {
    color: black;
}
.slick-slider-with-arrows {
    margin-left: 30px;
    margin-right: 30px;
}

.link-dashed {
    border-bottom: 1px dashed;
}
a.link-dashed:hover, a.link-dashed:focus {
    text-decoration: none;
    border-bottom: 1px solid;
}
@keyframes blinkerAnimation {
    50% {
        opacity: 0.3;
    }
}

.fixed-alerts-container {
    position: fixed;
    padding: 0;
    width: 100%;
    top: 0;
    z-index: 999999;
}
.fixed-alerts-container .alert {
    margin: 20px;
}

.modal-bottom {
    top: auto;
}
