﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('anglian.css');

/**     ENTIRE APPLICATION STYLES       */

/**    SMALL   **/
@media (max-height:700px) {
    h6 {
        font-size: 14px;
    }
    
    h5 {
        font-size: 16px;
    }

    h4 {
        font-size: 18px;
    }

    .responsive-font,
    .responsive-font *{
        font-size: 12px;
        line-height:16px;
    }

    .WMBSC .slick-dots li button{
        width: 15px !important;
        height: 15px !important;
    }
}

/**    MEDIUM   **/
@media (max-width: 1280px) and (min-height: 700px) {
    h5 {
        font-size: 16px;
    }

    h4 {
        font-size: 18px;
    }

    .responsive-font,
    .responsive-font * {
        font-size: 13px;
    }


}

/**    DESKTOP/MAIN STYLES  **/
:root {
    --anglian-blue: #4D6381;
    --sm-breakpoint-fontsize: 12px;
    --md-breakpoint-fontsize: 13px;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/**     LOADING SCREEN     **/
#loading-screen {
    height: 100vh;
    width: 100vw;
    background-color: #05883A;
    display:flex;
    justify-content:center;
    align-items:center;
}

#loading-screen > #loading-img {
    content: url(../assets/img/adapt_logo.png);
}


/**CAMERA POPUP*/

.notes-container {
    background-color: #ff7200 !important;
    padding: 12px;
}

.notes-container textarea{
    background-color: #ffffff;
}

.close-notes {
    font-size: 34px;
    margin-right: 2px;
    margin-top: 2px;
}

/*     PRESENATION CAROUSEL      */
.presentation-carousel{
    height: 100%;
}

.WMBSC, .slick-list, .slick-track {
    height: 100%;
}

.slick-dots li button {
    opacity: 0.5 !important;
}

.slick-dots li.slick-active button {
    opacity: 1 !important;
}

.slick-dots {
    margin: 0px 0 0 0 !important;
}

.WMBSC .slick-dots {
    margin: 0 !important;
    position: absolute;
    bottom: -3%;
}

.WMBSC .slick-dotted {
    position: relative !important;
    height: 100%;
}

.cursor-pointer{
    cursor: pointer !important;
}

.btn-outline-white,
.btn-outline-white:hover {
    color: #ffffff;
    border-color: #ffffff;
}