﻿
body, html {
    margin: 0;
    height: 100%;
    /*  background-image: url("~/images/site/2384073.jpg");*/
}

    body::after {
        background: url(/images/site/bg/alchemy.gif);
        background-repeat: repeat;
        content: "";
        opacity: 0.2;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1 !important;
    }

.messagesRow {
    background-color: #f7f7f7;
    /* border: 1px solid black;*/
    border-bottom: 1px solid #007bff;
    padding: 3px;
    margin: 2px;
}

.messagesBox {
    max-height: 300px;
    overflow-y: auto;
}

.quizUserBox {
    max-height: 390px !important;
    overflow-y: auto;
}

#DrawingmasterGuessList 
{
    max-height: 600px !important;
    overflow-y: auto;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.quizUserOlineElemet {
    background-color: #f7f7f7;
    /* border: 1px solid black;*/
    border-bottom: 1px solid #007bff;
    padding: 3px;
    margin: 2px;
}

.quizWaiting {
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    /* width: 100%;  Full width (cover the whole page) */
    /*height: 100%;  Full height (cover the whole page) */
    top: 71px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1); /* Black background with opacity */
    z-index: 99; /* Specify a stack order in case you're using a different order for other elements */
    /* cursor: pointer;  Add a pointer on hover */
}


.cardShadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.4) !important;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.btn-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.btn-group-xs > .btn, .btn-xs {
    /*  padding: .25rem .4rem;*/
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

btn:focus, a:focus {
    outline: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}


a:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* canvas {
        height: 100vh;
        width: 100vw;
        display: block;
    }*/

.costomWidth 
{
    width: 75% !important;
}


.userAnswerValidateWrong
{
    color:red;
    font-weight:bold;
}

.userAnswerValidateRight 
{
    color: green;
    font-weight: bold;
}

.roundCountdownClass {
    float: right;
    font-size: 24px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #28a745;
    margin-right: -5px;
    padding-top: 5px;
    padding-right: 2px;
    color: white;
    font-weight: bold;
}



/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .costomWidth 
    {
        width: 100% !important;
    }

    /*.centered 
    {
        position: relative !important;
        transform: none !important;
    }*/

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) 
{
    .costomWidth {
       /* width: 100% !important;*/
        width: 75% !important;
    }

   /* .centered
    {
        position: relative !important;
        transform: none !important;
    }*/

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) 
{
    .costomWidth {
          width: 75% !important; 
       /* width: 100% !important;*/
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) 
{
    .costomWidth 
    {
          width: 75% !important; 
       /* width: 100% !important;*/
    }
}



/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {
}