html, body{
    min-height: 100vh;
    overflow: auto;
}

.column-main{
    column-width: 300px;
}

.column_reg{
    border-right: black;
    border-width: 10px;
}

.form-control{
    color: Blue
}

.boysreg{
    background-color: rgba(159, 205, 255, 0.57);

}
.girlsreg {
   background-color: rgba(255, 125, 243, 0.57);
}

.glyphicon glyphicon-user{
    color: #1c7430;
}

btn btn-primary, btn btn-default{
    padding: 10px;
}

.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

th,td,tr{
    background-color: white;
}

h2 {
    text-transform: capitalize
}

.selected {
    background-color: green;
    color: white;
}

.restricted {
    background-color: red;
    color: white;
}

video {
    width: 100%;
    height: 100%;
}

.navbar-brand{
    font-size: large
}

.nav-link{
    font-size: small;
}

.registrationFormAlerttext{
    font-color: red;
}

@media only screen and ( max-width: 479px ) {
    .col align-self-start float-sm-left, .col align-self-center float-sm-left, .col align-self-end float-sm-left {
        width: 100%;
        padding-left: 10px;
    }
}
@media only screen and ( max-width: 768px) {
    .col align-self-start float-sm-left, .col align-self-center float-sm-left, .col align-self-end float-sm-left {
        width: 100%;
        padding-left: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .col align-self-start float-sm-left, .col align-self-center float-sm-left, .col align-self-end float-sm-left {
        width: 100%;
        padding-left: 40px;
    }
}

.btn-space {
    margin-right: 15px;
}

#tablediv{
    background-color: white;
    padding-bottom: 10px;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}

#myDiv {
    display: none;
    text-align: center;
}

.regForm{
    border: 2px solid rgba(153,153,153,0.41);
    border-radius:10px;
    background-color: rgba(47, 165, 225, 0.54);
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 1px;
}

.navbar navbar-light bg-light static-top{
    background-color: white;
}

.align-self-center {
    align-self: normal;
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../images/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.main-heading{
    background-image: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0.5));
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sylltext{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.syll_link{
    font-size: x-large;
}

input[type=text],
input[type=password] {
    width: 200px;
    height: 38px;
    margin-bottom: 10px;
}

.mb-5{
    color: black;
}

select{
    border-bottom: 5px;
}

/*input {*/
/*    box-sizing: border-box;*/
/*}*/

.table-bordered{
    width: max-content;
}

header.masthead {
    position: relative;
    background: #343a40 url("../images/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    height: 800px;
}
