﻿.title {
    font-weight: bolder;
    font-family: "Broadway";
    font-size: 20pt;
}

.title-color {
    color: #17a2b8;
}

.page-header {
    margin-bottom: 4rem;
}

.page-subheader {
    margin-bottom: 2.25rem;
}

.no-underline {
    text-decoration: none !important;
}

.basic-button-xlg {
    width: 500px;
    height: 100%;
}


@media only screen and (max-width: 1280px) {
    .desktopTutoringPlatformControls {
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1281px) {
    .mobileTutoringPlatformControls {
        display: none;
    }
}

.company-logo {
    max-width: 300px;
    width: 100%;
    height: 100%;
}

.company-logo-tutoring {
    max-width: 200px;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1280px) {
    .company-logo-tutoring {
        width: 120%;
    }
}


.resource-logo {
    max-width: 140px;
    max-height: 60px;
    width: 100%;
    height: 100%;
}

.help-image {
    max-width: 800px;
    max-height: 500px;
    width: 100%;
    height: 100%;
}

.error-logo {
    width: 100%;
    height: 100%;
}

.setup-info {
    background: #f0f6f7;
    padding: 10px 20px;
}

.setup-info-2 {
    background: #fffbde;
    padding: 10px 20px;
}

.nav-link {
    color: #17a2b8;
}

    .nav-link:hover {
        color: #343a40;
    }


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #4eb2c2 !important;
}

.nav {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.25rem 0 0;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cookie-policy {
    position: absolute;
    bottom: 0;
    max-height: 85px;
    width: 100%;
}

.tutoring-tab-container {
    max-width: 100% !important;
    padding: 0;
}

.tutoring-window {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
}

.tutoring-body {
    margin: 5px auto;
    max-width: 99vw;
    height: 100vh;
}

@media only screen and (orientation:portrait) {
    .tutoring-body {
        height: 100vw;
        transform: rotate(90deg);
        max-width: 95vw;
    }
}
/* 
  ##Device = Phone, Tablets, Ipads (portrait)
*/
@media (max-width: 1280px) {
    .tutoring-body {
        max-width: 95vw;
    }
}

.tutoring-tab {
    font-weight: bold;
}

    .tutoring-tab li {
        border-radius: 5px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        background: #f5fbfc;
    }

.tutoring-tab-content {
    margin: 0 15px;
}

.bramble-frame-wrapper {
    height: 920px;
}

@media only screen and (max-width: 1280px) {
    .bramble-frame-wrapper {
        height: 680px;
    }
}

.bramble-frame {
    position: relative;
    top: -30px;
    height: 90vh;
}

@media only screen and (max-width: 1280px) {
    .bramble-frame {
        top: -30px;
        height: 710px;
    }
}

.mfp-bg {
    background: #c0c0c0 !important;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: 100vh;
    height: 95vh;
    margin: 20px auto;
    overflow-y: scroll;
}

@media only screen and (min-width: 600px) {
    .button-div {
        margin-right: 20px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1280px;
    }
}

.upload-frame {
    background: #f9f9f9;
}

.btn-upload {
    color: #52aeb3;
    background: transparent;
    border-width: 2px;
    border-style: dashed;
    border-color: #52aeb3;
    border-radius: 5px;
    padding: 10px 20px;
}


.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ff_fileupload_wrap {
    width: 100%;
}

.loadImg {
    position: absolute;
    z-index: 999;
}

.loadImg div {
    display: table-cell;
    width: 90vh;
    height: 90vh;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}

.tc-iframe {
    padding: 0.25rem 1rem;
    border: none;
}

    .tc-iframe .close {
        padding: 0 1rem 0.25rem 1rem;
        margin: 0 -1rem -1rem auto;
    }

.tc-iframe-modal-dialog {
    max-width: 95%;
}

.tc-tab-viewport {
    height: 90vh;
}

.btn-tutoring {
    padding: 1.5rem 2.0rem;
    font-size: 200%;
    line-height: 2;
    border-radius: 1.25rem;
    margin-bottom: 1.25rem;
}