/* Minification failed. Returning unminified contents.
(40,7): run-time error CSS1035: Expected colon, found '{'
 */
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.the-page{
    position:absolute;
    height: 100%;width:100%;left:0;top:0;
    margin: 0 auto;
    min-width:600px;
    min-height:400px;
    color:rgb(150,150,150);
}
.register-page {
    position: absolute;
    height: calc(100% - 60px);
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    min-width: 600px;
    min-height: 400px;
    color: rgb(150,150,150);
    overflow-y:auto;
}
.full-width-row
{
    position:relative;
    float:left;
    width:100%;
}

.powered-by {
    display: block;
    pointer-events: none;
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    
    a {
        pointer-events: initial;
    }
    
    img {
        width: 280px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        margin-bottom: 20px;
    }
}

.sign-in-title-row
{
    height:120px;
}

.header-subscribe, .header-terms, .header-support {
    position: absolute;
    top: calc(50% - 10px);
    width: 100px;
    left: calc(50% - 200px);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0,176,240);
    cursor: pointer;
}
.header-terms {
    left: calc(50% - 110px);
    color: rgb(30,30,30);
}
.header-support {
    left: calc(50% - 30px);
    color: rgb(30,30,30);
}
.header-subscribe:hover, .header-terms:hover, .header-support:hover {
    color:rgb(0,176,240);
}
.header-subscribe:hover{
    font-weight:bold;
}
.title-bar-row {
    height: 50px;
}
.title-bar-label
{
    position:absolute;
    width:100%;top:10px;
    color:white;
    font-size:25px;
    font-weight:normal;
    text-align:center;
}
.input-row
{
    height:40px;
}
.input-row-narrow
{
    height:30px;
}
.center-input-column
{
    position:absolute;
    left:calc(50% - 200px);height:100%;width:400px;top:0;
    font-size:20px;
}
.user-input
{
    position:absolute;
    height:100%;width:100%;
    border:solid 2px silver;
    border-radius:7px;
    font-size:inherit;
    font-weight:normal;
    color:rgb(100,100,100);
    text-indent: 10px;
    text-decoration:none;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

.user-input:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 2px solid rgba(81, 203, 238, 1);
}

.input-title-row
{
    height:25px;
}
.input-title{
    color:inherit;/*rgb(150,150,150);*/
    font-size:18px;font-weight:normal;
}
.forgotten-password
{
    position:absolute;
    top:calc(50% - 7px);
    font-size:14px;
    color:blue;
    text-decoration:underline;
    cursor:pointer;
}
.already-have-account {
    position: absolute;
    top: calc(50% - 7px);
    font-size: 16px;
    color: blue;
    cursor: pointer;
}
.already-have-account:hover {
    font-weight:600;
}

.message-info {
    height:auto;
    background-color:rgb(200,200,200);
    color:rgb(30,30,30);
    font-size:18px;
    font-weight:normal;
    border:2px solid silver;
    border-radius:5px;
    padding: 0.5em;
}

.message-info a {
    color: blue;
}

.message-info a:visited {
    color: blue;
}

.sign-in-now, .sign-out-then-in {
    position: absolute;
    left: calc(100% - 150px);
    width: 150px;
    top: 0;
    height: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 22px;
}
.sign-out-then-in {
    left: calc(50% - 75px);
    height:150px;
}
.subscribe-now, .subscribe-now-btn {
    position: absolute;
    width: 100%;
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.05em;
}
.subscribe-now-btn {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: solid 2px rgb(150,150,150);
    font-size: 18px;
    background-color: white;
    color: rgb(30,30,30);
    font-weight: normal;
    cursor: pointer;
}
    .subscribe-now-btn:hover {
        background-color: rgb(150,150,150);
        color:white;
    }
    @media (max-width: 900px) {
        .input-row {
            height: 35px;
        }

        .center-input-column {
            left: calc(50% - 150px);
            height: 100%;
            width: 300px;
            top: 0;
            font-size: 18px;
        }

        .sign-in-now {
            left: calc(100% - 100px);
            width: 100px;
            font-size: 18px;
        }

        .header-subscribe, .header-terms, .header-support {
            font-size: 12px;
            left: calc(50% - 140px);
        }

        .header-terms {
            left: calc(50% - 80px);
        }

        .header-support {
            left: calc(50% - 20px);
        }

        .The-logo-Image {
            top: calc(50% - 30px);
            width: 148px;
        }

        .The-logo-Image:hover {
            top: calc(50% - 32px);
            width: 152px;
        }
    }

    @media (max-width: 650px) {
        .title-bar-row {
            height: 40px;
        }

        .title-bar-label {
            top: 7px;
            font-size: 20px;
        }

        .The-logo-Image {
            top: calc(50% - 20px);
            width: 120px;
        }

            .The-logo-Image:hover {
                top: calc(50% - 22px);
                width: 125px;
            }
    }

    #reset_password
{
    position:absolute;
    left:calc(50% - 250px);top:calc(50% - 115px);height:230px;width:500px;
    /*border:solid 6px white;
    border-radius:6px;*/
    background-color:rgb(240,240,255);
}
@media (max-width: 540px) {
    #reset_password{
        left:20px;
    }
}

@media (max-height: 270px) {
    #reset_password{
        top:20px;
    }
}

.form-input-column
{
    position:absolute;
    left:40px;width:calc(100% - 80px);height:100%;top:0;
}

.password-reset-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(220,220,220);
    background-color: rgba(220,220,220,0.7);
}
.password-reset-form {
    position: absolute;
    left:calc(50% - 250px);
    top:calc(50% - 170px);
    width:500px;
    height:350px;
    background-color:rgb(240,240,255);
    color:rgb(70,70,70);
    font-weight:normal;
    border:solid 1px rgb(150,150,150);
}
.close-password-reset-form{
    position:absolute;
    left:calc(100% - 30px);
    top:5px;
    font-size:20px;
    cursor:pointer;
    z-index:1;
}
.close-password-reset-form:hover{
    color:rgb(0,0,0);
}
.password-reset-title, .password-reset-email-address {
    position:absolute;
    top:10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.password-reset-email-address{
    top:40px;
    font-size:22px;
    font-weight:bold;
}
.password-entry-label, .password-confirm-label {
    position: absolute;
    left: 20px;
    top: 90px;
    width: calc(100% - 40px);
}
.password-entry, .password-confirm{
    position: absolute;
    left: 20px;
    height: 25px;
    width: calc(100% - 40px);
    top: 120px;
    border: none;
    background-color: white;
}
.password-confirm-label{
    top:160px;
}
.password-confirm{
    top:185px;
}
.password-reset-button {
    position: absolute;
    left: calc(100% - 200px);
    top: calc(100% - 70px);
    height: 35px;
    width: 180px;
    font-size: 18px;
    color: white;
    background-color: rgb(150,150,150);
    cursor: pointer;
    border: none;
    border-radius: 3px;
}
    .password-reset-button:hover {
        background-color: rgb(100,100,100);
    }
/*  #######################################################################################################*/
/*  -------------------------  Privacy & General Terms						---------------------------*/
/*  #######################################################################################################*/

#privacy_backplate
{
    position:fixed;
    width:100%;height:100%;left:0;top:0;
    background-color:white;
    overflow-y:auto;
    font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    overflow-x:auto;
    color:rgb(30,30,30);
}

.privacy-top-title
{
    position:absolute;
    left:40px;top:15px;
    font-size:40px;
    font-weight:bold;
    color:inherit
}
.close-privacy{
    position:absolute;
    left:calc(100% - 200px);width:160px;top:20px;height:40px;
    background-color:rgb(0,130,199);
    border:none;
    color:white;
    font-size:25px;
    cursor:pointer;
    border-radius:5px;
}
.close-privacy:hover {
    background-color: #006386;
}
.main-area{
    position:absolute;
    left:40px;width:calc(100% - 80px);top:80px;height:calc(100% - 120px);
    min-width:500px;
    background-color:rgb(220,220,220);
    color:rgb(30,30,30);
    border:none;
    overflow-y:auto;
        border-radius:20px;
}
.privacy-scollable
{
    position:absolute;
    left:20px;width:calc(100% - 40px);top:20px;height:calc(100% - 40px);
    overflow-y:auto
}

.the-policy
{
    position:relative;
    font-size:25px;
    font-weight:lighter;
    text-align:justify;
    color:inherit
}
.policy-title
{
    font-size:30px;
    font-weight:bold;
    color:rgb(51,60,119);
}

@media (max-width:900px) 
{
    .privacy-top-title
    {
        font-size:35px;
    }
}
@media (max-width:800px) 
{
    .privacy-top-title
    {
        font-size:30px;
    }
}
@media (max-width:730px) 
{
    .privacy-top-title
    {
        top:25px;
        font-size:25px;
    }
}
@media (max-width:650px) 
{
    .privacy-top-title
    {
        top:25px;
        font-size:20px;
    }
}
@media (max-width:600px) 
{
    .privacy-top-title
    {
        display:none;
    }
}
/*  #######################################################################################################*/
/*  -------------------------  Tutorials Background and title row				---------------------------*/
/*  #######################################################################################################*/
#tutorials {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250,250,250,0.4);
    z-index: 1000;
    overflow:auto;
}
.tutorials-form
{
    position:absolute;
    width:900px;height:500px;left:calc(50% - 450px);top:calc(50% - 250px);
    background-color:white;
    overflow-y:auto;
    font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    overflow-x:auto;
    color:rgb(30,30,30);
    border:solid 1px rgb(150,150,150);
    border-radius:20px;
}

.tutorials-top-title
{
    position:absolute;
    left:40px;top:14px;
    font-size:40px;
    font-weight:bold;
}

.close-tutorials{
    position:absolute;
    left:calc(100% - 200px);width:160px;top:20px;height:40px;
    background-color:rgb(178, 34, 34);
    border:none;color:white;
    font-size:25px;
    cursor:pointer;
    border-radius:5px;
}


.close-tutorials:hover
{
    background-color:#541010;
}

.exit-tutorials {
    position: absolute;
    left: calc(100% - 40px);
    top: 20px;
    width: 40px;
    font-size: 30px;
    color: inherit;
    cursor: pointer;
}

.exit-tutorials:hover {
    color: rgb(150,150,150)
}

@media (max-width:940px) {
    .tutorials-form {
        left: 20px;
    }
}
@media (max-height:540px) {
    .tutorials-form {
        top: 20px;
    }
}
/*@media (max-width:900px) {.tutorials-top-title{top:16px;font-size:35px;}}
@media (max-width:800px) {.tutorials-top-title{top:18px;font-size:30px;}}
@media (max-width:730px) {.tutorials-top-title{top:20px;font-size:25px;}}
@media (max-width:650px) {.tutorials-top-title{top:22px;font-size:20px;}}
@media (max-width:600px) {.tutorials-top-title{display:none;}}*/

/*  #######################################################################################################*/
/*  -------------------------  Tutorials Background and title row				---------------------------*/
/*  #######################################################################################################*/

#tutorials_main_area{
    position:absolute;
    left:40px;width:calc(100% - 80px);top:80px;height:calc(100% - 120px);
    min-width:500px;
    background-color:rgb(220,220,220);
    color:rgb(30,30,30);
    overflow-y:auto;
    border:none;
    border-radius:10px;
}

#tutorials_scrollable
{
    position:absolute;
    left:20px;width:calc(100% - 40px);top:20px;height:calc(100% - 40px);
    overflow-y:auto;
    background-color:rgb(220,220,220);
    color:rgb(30,30,30);
}

/*  #######################################################################################################*/
/*  -------------------------  Tutorial row				---------------------------*/
/*  #######################################################################################################*/
.tutorial-category-title-row {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: rgb(100,100,100);
    color:white;
    font-size:20px;
    font-weight:bold;
    padding-top:6px;
    text-indent:20px;
}
.tutorial {
    position: relative;
    width: 100%;
    height: 70px;
    cursor: pointer;
    border-bottom: solid 1px white;
    border-radius: 10px;
}
.tutorial:hover
{
    background-color:rgb(150,150,150);
    color:white;
}
/*  #######################################################################################################*/
/*  -------------------------  Tutorial detail				---------------------------*/
/*  #######################################################################################################*/

.tutorial-image-holder
{
    position:absolute;
    left:20px;top:10px;height:calc(100% - 20px);width:100px;
    background-color:white;
    border:none;
    border-radius:10px;
}

.tutorial-image {
    position: absolute;
    width: 100%;
    top: 0;
    font-size: 50px;
    text-align: center;
    color: rgb(0,176,240);
}
.tutorial-title
{
    position:absolute;
    left:140px;top:10px;
    color:inherit;
    font-size:20px;font-weight:bold;
    cursor:pointer;
}
.tutorial-description
{
    position:absolute;
    left:140px;top:30px;width:calc(100% - 160px);
    font-size:16px;font-weight:normal;
    color:inherit;
    overflow:hidden;
    cursor:pointer;
}

/*@media (max-width:900px) {
    .tutorial-description
    {
        font-size:20px;
    }}
@media (max-width:800px) {
    .tutorial-description
    {
        font-size:18px;
    }}
@media (max-width:700px) {
    .tutorial-title
    {
        font-size:27px;
    }}
@media (max-width:600px) {
    .tutorial-title
    {
        font-size:25px;
    }
    .tutorial-description
    {
        font-size:18px;
    }}*/

/*  #######################################################################################################*/
/*  -------------------------  Tutorial detail				---------------------------*/
/*  #######################################################################################################*/

#video
{
    position:absolute;
    width:100%;height:100%;
    background:none;
    overflow:hidden;
}
.video-player
{
    position:absolute;
    left:10px;top:10px;width:calc(100% - 20px);height:calc(100% - 20px);
    border:none;
}
.close_video{
    position:absolute;
    left:calc(100% - 40px);top:10px;
    font-size:30px;
    color:white;
    cursor:pointer;
}
