﻿* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

#bg-text {
    color: lightgrey;
    font-size: 120px;
    transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
}
/* Style the container */
/*.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}*/

[class*="col-"] {
    float: left;
    padding: 2px;
}

html {
    font-family: "Trirong", serif;
    font-size: medium;
    /* font-family: "Lucida Sans", sans-serif;*/
}

.header {
    background-color: crimson;
    color: #ffffff;
    padding: 1px;
}
/*
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .menu li:hover {
        background-color: #0099cc;
    }
*/
.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
    background-color: darkblue;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 2px;
}

.child {
    margin: 0 auto;
}

.button {
    background-color: white; /* Green */
    border-block-color: black;
    border: solid;
    border-width: thin;
    color: black;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1vw;
    margin: 1px 1px;
    cursor: pointer;
}

button:disabled,
button[disabled] {
    opacity: 0.4;
    cursor: not-allowed !important;
}

.reg {
    background-color: blueviolet;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    margin: 4px 4px;
    cursor: pointer;
    width: 150px;
}

hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

.formheader {
    text-align: center;
    color: darkblue;
    font-size: 14px;
    font-weight: bold;
}

.buttonround {
    border-radius: 50%;
}

div.l {
    text-align: left;
}

div.r {
    text-align: right;
}

.qp {
    font-size: 14px;
    font-weight: bold;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    [class*="col-"] {
        width: 100%;
    }

    div.l {
        text-align: center;
    }

    div.r {
        text-align: center;
    }

    body {
        background-color: white;
    }

    .buttonround {
        width: 7%;
        font-size: 2.5vw;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }

    div.l {
        text-align: center;
    }

    div.r {
        text-align: center;
    }

    body {
        background-color: white;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    body {
        background-color: white;
    }

    div.l {
        text-align: left;
    }

    div.r {
        text-align: right;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    body {
        background-color: white;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    body {
        background-color: white;
    }
}

@media only screen and (min-width: 1600px) {
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    body {
        background-color: white;
    }
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea, input[type=password] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*box-sizing: border-box;*/
    resize: vertical;
    text-transform: uppercase;
}

/* Style the label to display next to the inputs */
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

/* Style the submit button */
/*input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}*/
.vbutton {
    background-color: blanchedalmond;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/*
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}*/
button.landpage {
    color: white;
    padding: 20px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 170px;
    height: 170px;
    border-radius: 10px;
    font-size: medium;
    font-weight: 600;
    margin-right: 50px
}

button.mybutton {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button[disabled=disabled], button:disabled {
    opacity: 0.4;
    cursor: not-allowed !important;
}

button.mybutton:disabled,
button.mybutton[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

button:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 10px 0 6px 0;
}

img.avatar {
    width: 6%;
    border-radius: 50%;
}

img.som {
    width: 10%;
    border-radius: 10%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.modalBackground {
    background-color: Black;
    filter: opacity(5px);
    opacity: 0.8;
}

.modalPopup {
    background-color: #fff;
    border: 3px solid #ccc;
    padding: 10px;
    width: 1000px;
}

.error {
    background-color: #d9534f;
    font-weight: 300;
    font-size: 12px;
    padding: 3px 6px 3px 6px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}