/* Minification failed. Returning unminified contents.
(154,20): run-time error CSS1036: Expected expression, found '@screen-md-min'
(154,20): run-time error CSS1034: Expected closing parenthesis, found '@screen-md-min'
(160,20): run-time error CSS1036: Expected expression, found '@screen-sm-min'
(160,20): run-time error CSS1034: Expected closing parenthesis, found '@screen-sm-min'
 */
aside {
    z-index: 1;
}
aside .list li a {
    font-size: inherit;
    color: inherit;
}

    aside .list li a:hover {
        text-decoration: none;
    }

    aside .list li a:focus {
        text-decoration: none;
    }

.active {
    background-color: #eee;
}

aside .list li {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

.list-group-item {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

#outer-container {
    border: 1px solid lightgray;
}

#content {
    padding: 15px;
}

.pointer {
    cursor: default !important;
    background-color: white !important;
}

.img-container {
    padding: 15px 0;
}

#content {
    border-left: 1px solid rgb(240, 240, 240);
}

.user-guide-header {
    padding: 15px;
    background-color: black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .user-guide-header h1 {
        font-weight: bold;
        font-size: 47px;
        color: white;
    }

    .user-guide-header h2 {
        font-style: italic;
        font-size: 36px;
        color: #0057d9;
    }

.gs-video-inset {
    margin-top: 15px;
    color: black;
}

    .gs-video-inset p {
        margin-bottom: 0;
    }

    .gs-video-inset a {
        cursor: pointer;
    }

.modal-dialog {
    /*width: 947px;*/
    max-width: 90%;
    -moz-min-width: 400px;
    -ms-min-width: 400px;
    -o-min-width: 400px;
    -webkit-min-width: 400px;
    min-width: 400px;
}

.sticky {
    position: absolute;
    top: 0;
    width: 350px;
}

.vid-thumb {
    margin: 20px;
    min-height: 120px;
}

.vid-text {
    margin: 30px 0 0 0;
}

.vid-thumb {
    margin: 20px;
    min-height: 120px;
    border: 2px solid #B2B5AD;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.vid-title {
    color: #0057d9;
}

.video-link {
    color: inherit;
    cursor: pointer;
}

    .video-link:hover .vid-text {
        -ms-opacity: 0.8;
        opacity: 0.8;
    }

 /* Kendo file uploader */
.k-widget {
    font-size: 14px;
}

.k-progress {
    background-color: #eaf6fa;

}

div.k-button.k-upload-button {
    width: 335px !important;
}

#upload-container {
    width: 389px;
}

@media (min-width: @screen-md-min) {
  .vid-test {
    min-height: 120px;
  }
}

@media (max-width: @screen-sm-min) {
    .vid-title {
        margin-left: 30px;
    }
}
