﻿.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}
.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 15px;
    margin-bottom: 15px;
}

.progress-bar {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 15px;
    position: relative;
}

.progress-value {
    float: right;
    margin-right: 5px;
    line-height: 1.538462;
}

.progress-bar-indicating:after {
    -webkit-animation: progress-bar-indicating 3s infinite;
    -o-animation: progress-bar-indicating 3s infinite;
    animation: progress-bar-indicating 3s infinite;
    background-color: #fff;
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.progress-lg {
    height: 20px;
}

    .progress-lg .progress-bar {
        line-height: 20px;
    }

.progress-sm {
    height: 10px;
}

    .progress-sm .progress-bar {
        line-height: 10px;
    }

.progress-xs {
    height: 5px;
}

    .progress-xs .progress-bar {
        line-height: 5px;
    }

.custom-container .icon-5x {
    font-size: 5em;
}

.custom-container .icon {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #e7e7ec;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #7d7d8e;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #343439;
    }

    a.list-group-item:hover, a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
        text-decoration: none;
        color: #3f3f44;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #e7e7ec;
    color: #cbcbd2;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #cbcbd2;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #0047ba;
    border-color: #0047ba;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #7d7d8e;
    }

.list-group-item-success {
    color: #43a047;
    background-color: #c8e6c9;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #43a047;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.list-group-item-success:focus {
        color: #43a047;
        background-color: #b6deb8;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #43a047;
        border-color: #43a047;
    }

.list-group-item-info {
    color: #7465eb;
    background-color: #b3e5fc;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #7465eb;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.list-group-item-info:focus {
        color: #7465eb;
        background-color: #9addfb;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #7465eb;
        border-color: #7465eb;
    }

.list-group-item-warning {
    color: #fdbb44;
    background-color: #e1bee7;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #fdbb44;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.list-group-item-warning:focus {
        color: #fdbb44;
        background-color: #d8abe0;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #fdbb44;
        border-color: #fdbb44;
    }

.list-group-item-danger {
    color: #f75b50;
    background-color: #ffe0b2;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #f75b50;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.list-group-item-danger:focus {
        color: #f75b50;
        background-color: #ffd699;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #f75b50;
        border-color: #f75b50;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.sq-8 {
    display: inline-block;
    font-size: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    width: 8px;
}

.sq-12 {
    display: inline-block;
    font-size: 6px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    width: 12px;
}

.sq-16 {
    display: inline-block;
    font-size: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 16px;
}

.sq-20 {
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.sq-24 {
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.sq-28 {
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
}

.sq-32 {
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

.sq-36 {
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}

.sq-40 {
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.sq-44 {
    display: inline-block;
    font-size: 22px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
}

.sq-48 {
    display: inline-block;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px;
}

.sq-52 {
    display: inline-block;
    font-size: 26px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 52px;
}

.sq-56 {
    display: inline-block;
    font-size: 28px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 56px;
}

.sq-60 {
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.sq-64 {
    display: inline-block;
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}

.sq-68 {
    display: inline-block;
    font-size: 34px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    width: 68px;
}

.sq-72 {
    display: inline-block;
    font-size: 36px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    width: 72px;
}

.sq-76 {
    display: inline-block;
    font-size: 38px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    width: 76px;
}

.sq-80 {
    display: inline-block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}

.sq-84 {
    display: inline-block;
    font-size: 42px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    width: 84px;
}

.sq-88 {
    display: inline-block;
    font-size: 44px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    width: 88px;
}

.sq-92 {
    display: inline-block;
    font-size: 46px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    width: 92px;
}

.sq-96 {
    display: inline-block;
    font-size: 48px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    width: 96px;
}

.sq-100 {
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}
.pill {
    border-radius: 10em !important;
}

.circle {
    border-radius: 50%;
}

.rounded {
    border-radius: 4px;
}

@-webkit-keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner-animation {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner:before, .spinner:after {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-style: solid;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    border-width: 2px;
    height: 24px;
    margin: -12px 0 0 -12px;
    width: 24px;
}

.spinner:after {
    -webkit-animation: spinner-animation 0.6s linear;
    -o-animation: spinner-animation 0.6s linear;
    animation: spinner-animation 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.widget_recent_post li, .widget_course li {
    list-style: none;
    margin-bottom: 0px;
    width: 100%;
    padding: 3px;
    display: inline-block;
    border-radius: .25rem;
    border: 1px solid #e7e7ec;
}
@-webkit-keyframes progress-bar-indicating {
    0% {
        opacity: 0.5;
        width: 0;
    }

    90% {
    }

    100% {
        opacity: 0;
        width: 100%;
    }
}

@-o-keyframes progress-bar-indicating {
    0% {
        opacity: 0.5;
        width: 0;
    }

    90% {
    }

    100% {
        opacity: 0;
        width: 100%;
    }
}

@keyframes progress-bar-indicating {
    0% {
        opacity: 0.5;
        width: 0;
    }

    90% {
    }

    100% {
        opacity: 0;
        width: 100%;
    }
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 15px;
    margin-bottom: 15px;
}

.progress-bar {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 15px;
    position: relative;
}

.progress-value {
    float: right;
    margin-right: 5px;
}

.progress-bar-indicating:after {
    -webkit-animation: progress-bar-indicating 3s infinite;
    -o-animation: progress-bar-indicating 3s infinite;
    animation: progress-bar-indicating 3s infinite;
    background-color: #fff;
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.progress-lg {
    height: 20px;
}

    .progress-lg .progress-bar {
        line-height: 20px;
    }

.progress-sm {
    height: 10px;
}

    .progress-sm .progress-bar {
        line-height: 10px;
    }

.progress-xs {
    height: 5px;
}

    .progress-xs .progress-bar {
        line-height: 5px;
    }
.progress-bar {
    background-color: #01b1ae!important;
}