body {
    font-family: 'Open Sans', sans-serif;
    background: #fafafa;
}

svg {
    overflow: visible !important;
}

.btn-success {
    color: #fff;
    background-color: #00559D;
    border-color: #00559D;
}

.btn-success:hover {
    color: #fff;
    background-color: #00559D;
    border-color: #00559D;
}


.ah-link {
    color: #fff !important;
    font-weight: bold;
}

.ah-section {
    min-height: 100vh;
    display: flex;
    width: 100%;
    align-items: stretch;
    border-bottom: 1px solid #eee;
}

.ah-sidebar {
    background-color: #00559D;
    /* #ebe7e7; */
    width: 275px;
    flex-shrink: 0;
    color: #fff;
}

.ah-sidebar-secondary {
    background-color: #E8F1F8;
    color: #00559D;
    /* #ebe7e7; */
    width: 275px;
}

.ah-main {
    background-color: #ffffff;
    /* #ebe7e7; */
    border-right: 1px solid #eee;
    flex: 1;
}

.ah-main .ah-title {
    color: #00559D;
}

.ah-sidebar-picture {
    background: transparent url(../images/profile-image.jpg) center center no-repeat;
    background-size: cover;
    height: 250px;
}

.ah-sidebar-content {
    padding: 50px 25px;
    font-size: 0.8rem;
}

.ah-sidebar-content .ah-headline[class*="border-"] {
    border-color: #8BB7D8 !important;
    border-width: 2px !important;
}

.ah-headline {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    color: inherit;
}

.ah-sidebar .ah-title,
.ah-sidebar .ah-subtitle,

h1.ah-title,
h2.ah-title,
h3.ah-title,
h4.ah-title {
    text-transform: uppercase;
}

.ah-sidebar .ah-icon {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}

.ah-sidebar .ah-icon path {
    fill: #fff;
}

.ah-name .ah-subtitle {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 2.25rem;
    margin-left: 6px;
}

.ah-name .ah-title {
    font-size: 3.75rem;
    text-transform: uppercase;
    line-height: 3.75rem;
}

.ah-timeline {}

.ah-timeline .ah-timeframe {
    font-size: 1rem;
    padding-right: 20px;
    padding-top: 20px;
    font-weight: bold;
    text-align: left;
    width: 160px;
    flex-shrink: 0
}

.ah-timeline .ah-point {
    background: #00559D;
    border: 2px solid #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-top: 23px;
    margin-right: -10px;
    z-index: 1;
    flex-shrink: 0;
    box-shadow: 0 0 0 0 rgba(0, 85, 157, 1);
}

.ah-timeline .ah-content {
    padding: 20px;
    border-left: 2px solid #555;
}

.ah-timeline .ah-content .ah-title {
    font-weight: bold;
}

.ah-timeline .ah-content .ah-description {
    color: #555;
}

.ah-timeline:hover .ah-point,
.ah-timeline.active .ah-point {
    animation: 2s pulse infinite;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(0, 85, 157, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(0, 85, 157, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(0, 85, 157, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(0, 85, 157, 0);
    }
}



.list-group {
    font-size: 90%;
}

#tasks h5 {
    color: #00559D;
}

.ah-tasks-icon {
    height: 125px;
    width: 100%;
}

symbol text {
    visibility: hidden;
}

symbol path {
    stroke: #8BB7D8;
    fill: #00559D;
}


/* Rating component */

.ah-rating {}

.circles {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.ah-title {
    display: inline-block;
    font-weight: bold;
}

.circle {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    padding: 2px;
    border-radius: 50%;
    list-style: none;
    border: 2px solid #00559D;
    overflow: hidden;
}

.circle.full:before {
    content: '';
    display: inline-block;
    background: #00559D;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: top;
}

.circle.half:before {
    content: '';
    display: inline-block;
    background: #00559D;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    vertical-align: top;
}

.circle.halfy:before {
    content: '';
    display: block;
    width: 3px;
    height: 5px;
    background-color: #00559D;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 2x solid #fff;
    border-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.circle.full:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.ah-list-custom li {
    line-height: 1.75;
}

.ah-list-custom li:before {
    content: " ";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #00559D;
    border: 2px solid #fff;
    margin-right: 10px;
}

/* Media Queries */

@media (min-width:576px) {
    .container {
        max-width: 100%;
        padding: 0;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (max-width:768px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .ah-section {
        min-height: auto;
        display: block;
        width: 100%;
        align-items: stretch;
    }

    .ah-sidebar {
        /* #ebe7e7; */
        width: 100%;
        display: böpck;
    }
}

@media (max-width:480px) {
    .container {
        padding: 0;
    }

    .ah-timeline .ah-timeframe {
        font-size: 0.85rem;
        padding-right: 10px;
        padding-top: 20px;
        font-weight: bold;
        text-align: left;
        width: 75px;
    }

    .ah-timeline .ah-content .ah-title {
        font-size: 0.85rem;
    }

    .ah-sidebar-content {
        padding: 30px 20px;
        font-size: 0.8rem;
    }

    .ah-main {
        padding: 20px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: none;
    }
}

.modal-dialog {
    width: 98%;
    padding: 0;
}