﻿body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #798696;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #374050;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: #4E4E4E;
    margin-bottom: 20px;
    text-align: center;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

a {
    font-family: 'Lato', sans-serif;
    color: #374050;
    font-weight: 700;
}

span {
    font-family: 'Lato', sans-serif;
    color: #374050;
    font-weight: 700;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #374050;
    opacity: 0.9;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container{
    width: 100%;
}

.resource {
    margin-bottom: 30px;
}

.video-image {
    height: 180px;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

.video-image.fileType-3 {
    background-image: url("../Images/Icons/resource-icon-video.png");
    background-color: #24a997;
}

.resource-image.fileType-default{
    background-color:#ffffff;
}

.video-image > img {
    /*margin: 0 auto;
            display: block;*/
    margin-bottom: 20px;
}

.shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/*resource edit loader modal*/
.loader-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.modal-backdrop.in{
    opacity: 0.2;
}

.loader-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}



/*resource grid*/

.card:hover{
    cursor: pointer;

}
.card-body {
    padding: .5em;
    text-align: center;
}

.row{
    margin-top:15px;
}

.v-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


@media (min-width: 768px) {
    .v-col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/*Edit*/
.btn .fa-stack .fa-2{
    font-size: 2em;
}

.fa-video-edit {
    position: absolute;
    right: 15px;
    z-index: 2;
    float: right;
    background: transparent;
    border: none;
}

.fa-video-edit-stack {
    background: transparent;
    border: none;
}

.fa-video-edit .fa-2, .fa-video-edit-stack .fa-2 {
    font-size: 2em;
}

.fa-video-edit:hover, .fa-video-edit-stack:hover {
    cursor: pointer;
}

.v-thumbnail {
    width: 220px;
    object-fit: contain;
}
.v-thumbnail:hover{
    cursor: pointer;
}

.col-upload{
    margin-right: 20px;
}

.col-upload .video-image {
    width: 220px;
    height: 140px;
    margin-bottom: 0px;
}

.row .justify-content-end{
    margin:20px;
}

.custom-file-label {
    height: auto;
    font-weight: 100;
    font-size: small;
}

.custom-file .btn{
    margin:10px;
}

.custom-file span{
    margin-top:10px;
    text-align: left;
    font-weight:100;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

.upload-filename span{
    word-break:break-all;
}

.upload-info {
    margin-top: 10px;
}

.upload-info span{
    font-weight:100;
    font-size: small;
    color: gray;
}

.upload-filename .file-path {
    word-break: break-all;
    width: 100%;
    border: none;
    resize: none;
}

.file-path:focus{
    border:none;
}

.file-warning span {
    color: red;
}

.buttons-container {
    padding-right: 4em;
    border-top: 1px solid lightgray;
    padding-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
}
/*GRID*/
div.grid-stack-item-content {
    overflow-y: hidden;
}

/*END GRID*/


/*Resource nav menu*/
.resources-nav-container {
    display: flex;
    justify-content: center;
    padding: 0 1em;
    border-bottom: solid #0ebab2;
}

.resources-nav-container a {
    font-size: 20px;
}

.btn-group > .btn.btn-resource {
    border-bottom: solid #0ebab2 0;
    background-color: transparent;
    margin-bottom: -3px;
    padding-bottom: 3px;
    margin-right: 2px;
    margin-left: 2px;
}

.btn-group > .btn.btn-res-active {
    border-radius: 10px 10px 0 0;
    background-color: #ffffff;
    border: solid #0ebab2;
    border-bottom: solid #ffffff;
    margin-bottom: -3px;
    padding-bottom: 3px;
    color: #0ebab2;
    font-weight:bold;
}


.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-radius: 10px 10px 0 0;
}
/*resource content*/
.container {
    margin-bottom: 100px;
}

#handouts{
    margin-top:50px;
}

/*button controls*/
.btn-ctrl-container {
    margin-bottom: 15px;
    position: relative;
    left: 10%;
}


.embed-instructions{
    font-weight:100;
    color: #4E4E4E;
    font-size: 0.75em;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

