﻿

.content {
    padding: 0px;
    margin: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;
    /*padding-bottom:150px;*/
    min-height: 100vh;
    background-color: #f9f9f9;
    -webkit-overflow-scrolling: touch;
    overflow:auto;
}

.contmessage {
    top: 30%;
    width: 90%;
    left: 5%;
    right: 5%;
    font-size: 14px;
    text-align: center;
    color: #aaa;
}

.loadingholder {
    margin-right: 20px;
    display: inline-block;
    background: url('../images/loading-holder-large.gif');
    opacity: 0.5;
    width: 398px;
    height: 119px;
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.loadingholderpanel {
    display: inline-block;
    background: url('../images/panel-loading.gif');
    opacity: 0.5;
    width: 98%;
    height: 100%;
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.loadingholder:nth-child(2n+1) {
    -webkit-animation: flickerAnimation 1s linear 1.2s infinite;
    -moz-animation: flickerAnimation 1s linear 1.2s infinite;
    -o-animation: flickerAnimation 1s linear 1.2s infinite;
    animation: flickerAnimation 1s linear 1.2s infinite;
}

@-moz-keyframes BOX {
    0% {
        -webkit-transform: scale(0.1, 0.1);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0);
    }
}

@keyframes BOX {
    0% {
        -webkit-transform: scale(0.1, 0.1);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0);
    }
}

@-webkit-keyframes BOX {
    0% {
        -webkit-transform: scale(0.1, 0.1);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0);
    }
}


@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


.header {
    position: relative;
    min-height: 70px;
    padding: 10px;
    padding-top:100px;
    box-sizing: border-box;
    border-bottom:#efefef 1px solid;
}

.headernotch {
    padding-top: 40px !important;
    min-height: 85px;
}


.headerlogo {
    margin: 20px;
    display: block;
    width: 150px;
    transform: translateX(-75px);
    height: auto;
    margin-left: 50%;
    box-sizing: border-box;
    -animation: BOX 0.2s ease-out infinite;
    -o-animation-iteration-count: 1;
    -webkit-animation: BOX 0.2s ease-out infinite;
    -webkit-animation-iteration-count: 1;
    animation: BOX 0.2s ease-out infinite;
    animation-iteration-count: 1;
}

.headertitle {
    width: 100%;
    text-align: center;
    margin-left: 50%;
    display: block;
    box-sizing: border-box;
    font-size: 20px;
    font-weight:500;
    transform: translateX(-50%);
    text-transform:uppercase;
}



.menubar {
    position: fixed;
    width: 100%;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    vertical-align: middle;
    transition: background-color 0.5s ease;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
}

.menubaractive {
    background-color: #fff !important;
    height: 100px;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.menuitems {
    float: right;
    line-height: 20px;
}

.menu {
    margin: 10px;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: 400;
    transition: 0.2s ease-in-out all;
}

.menubaractive .menu {
    color: #555;
}

.menu:hover {
    background: rgba(0,0,0,0.2);
}

.profile {
    display: block;
    width: 50px;
    height: 50px;
}

    .profile > img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }



.logotop {
    float: left;
    max-width: 100px;
    height: 50px;
    max-height: 50px;
    margin-top: 15px;
}

.maincontent {
    /*margin-top: 10px;*/
    -webkit-overflow-scrolling: touch;
    text-align:left;
    padding:20px;
    box-sizing:border-box;
}


.profilecont, .classescont, .browsecont {
    padding-top: 20px;
}

.mainnotif {
    display: none;
    width: 100%;
    z-index: 20000;
    position: relative;
    top: 0px;
    left: 0px;
    max-height: 100px;
    height: auto;
    font-family: "Roboto","mosino";
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    background-color: #f2a100; /*#FFFEDE;*/
    padding: 15px;
    padding-top: 20px;
    line-height: 22px;
    vertical-align: middle;
    box-sizing: border-box;
}

.connstatustxt {
}


.inpcont {
    position: relative;
    border: #dfdfdf 1px solid;
    border-radius: 5px;
    min-height: 0;
    font-weight: 500;
    color: #333;
    font-size: 35px;
    margin-top: 25px;
    transition: color 1s;
    padding: 10px;
    padding-left: 20px;
}

.inpconthalf {
    width: 40%;
    margin-right: 5px;
    display: inline-table;
}

.custinpcont {
    width: 49% !important;
    margin-right: initial;
    box-sizing: border-box;
}

.inpcontmargin {
    margin-left: 2%;
}

.inpcont .inphead {
    position: absolute;
    top: -25px;
    left: 10px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    transition: 0.5s ease-in-out all;
}

.inpcont .ui-buttonset {
    padding: 10px;
}

.inpcont .rcont {
    padding: 10px;
    padding-left: 0px;
}

.inpcont .inphead {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.inpcont:active .inphead, .inpcont:hover .inphead, .inpcont:focus .inphead
{
    position:absolute;
    top:-25px;
    left:10px;
    padding:10px;
    box-sizing:border-box;
    background-color:#fff;
}*/

.inpcont input, .inpcont input:not([type=button]), .inpcont select {
    border: none;
    padding: 0px;
    max-height: 30px;
    min-height: 30px;
    background-color: inherit;
}

.inpcont textarea {
    border: none !important;
    background-color: inherit;
}

.inpcont:hover, .inpcont:focus, .inpcont:active {
    border: #9CA518 1px solid;
}

    .inpcont:hover .inphead, .inpcont:focus .inphead, .inpcont:active .inphead {
        color: #9CA518;
    }

.inphead {
    font-family: "Roboto","Roboto","mosino";
    font-weight: 400;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    margin-top: 5px;
}

.inpheadfloat {
}

.seperator {
    position: relative;
    width: 100%;
    padding: 5px;
    border-bottom: rgba(200,200,200,0.3) 1px solid;
    margin-bottom: 10px;
}



.link {
    margin: 10px;
    color: #ddd;
    text-align: center;
}

.footer {
    background-color: #555;
    min-height: 150px;
    display: none;
}

.rhead {
    font-family: "Roboto";
    font-size: 14px;
    color: #777;
    margin: 5px;
    margin-left: 0px;
    padding: 3px;
    min-width: 150px;
    vertical-align: top;
    display: block;
    line-height: 20px;
}

.UserConsentCont {
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.fotterser {
    width: 100%;
    position: fixed;
    bottom: 30px !important;
    left: 50%;
    transform: translateX(-50%);
    text-align:center;
}

.quickhref {
    margin-left: 10px;
    color: #555;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;

}

.ConsentBtn {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 15px;
    padding: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.2s ease-in-out all;
    border: #cfcfcf 1px solid;
    box-sizing: border-box;
    -animation: BOX 0.2s ease-out infinite;
    -o-animation-iteration-count: 1;
    -webkit-animation: BOX 0.2s ease-out infinite;
    -webkit-animation-iteration-count: 1;
    animation: BOX 0.2s ease-out infinite;
    animation-iteration-count: 1;
}

.syncstatuscont
{
    padding:10px;
}

    .syncstatuscont .cbactcont {
        padding-left: 0px;
        padding-right: 0px;
    }

    .syncstatuscont .rhead {
        margin:10px;
    }

    .ConsentBtnImg {
        max-width: 30px;
        width: 100%;
        margin-right: 15px;
        height: auto;
        position: absolute;
        left: 10px;
    }

.TutorialCont {
}

.TutorialPage {
    padding: 10px;
    box-sizing: border-box;
}

.TutorialPageTitle {
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
}

.TutorialPageDesc {
    font-size: 14px;
    font-weight: 400;
    margin: 10px;
}

.ConsentForm {
    padding: 10px;
    box-sizing: border-box;
}

.ConsentFormTitle {
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
}

.ConsentFormDesc {
    font-size: 14px;
    font-weight: 400;
    margin: 10px;
    padding:10px;
}

.logincodeinp{
    width:100%;
    text-align:center;
}
.confitmbtn
{
    position:relative!important;
}

.childinpcont {
    padding : 0px !important;
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 1030px) {
}

@media only screen and (max-width: 700px) {

    .notifcont {
        width: 98% !important;
        display: block !important;
    }

    .mainnotif {
        display: none;
        position: fixed;
        bottom: 20px !important;
        top: auto;
        padding-bottom: 20px;
        width: 95%;
        left: 2.5%;
        border-radius: 5px;
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
    }

    .loadingholder {
        background: url('../images/loading-holder.gif');
        width: 398px;
        height: 119px;
    }

    .content {
        margin-left: 00px;
        /*padding-bottom: 100px;*/
    }

    .mainhero {
        height: 250px;
    }

    .contmessage {
        /*width:100%;*/
    }

    .menubar {
        padding: 20px;
    }

    .menubar {
        position: fixed;
        width: 100%;
        height: 80px;
        padding: 0px;
        box-sizing: border-box;
        bottom: 0px;
        background-color: #fff;
        z-index: 1;
        overflow: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .menubaritemactive {
        border: none;
        border-top: 2px #9CA518 solid;
    }

    .menubaritem {
        text-align: center;
        display: inline-block;
        width: 19%;
        margin-top: 0px;
        padding-top: 10px;
        font-weight: 600;
    }

    .menubaritemicon {
        font-family: 'Material Icons';
        font-size: 24px;
        color: #777;
    }

    .menubaritemlabel {
        font-family: Roboto;
        font-size: 11px;
        color: #999;
        margin: 5px;
    }

    .menubaritem:hover, .menubaritem:active {
        border: none;
        border-top: 2px #9CA518 solid;
    }

        .menubaritem:hover > .menubaritemicon, .menubaritem:active > .menubaritemicon, .menubaritem:hover > .menubaritemlabel, .menubaritem:active > .menubaritemlabel {
            color: #9CA518;
            font-weight: 600;
        }

    .menubaritemactive > .menubaritemicon, .menubaritemactive > .menubaritemicon, .menubaritemactive > .menubaritemlabel, .menubaritemactive > .menubaritemlabel {
        color: #9CA518;
        font-weight: 600;
    }

    .menu {
        margin: 5px;
        display: none;
    }
}
