/*---RESET---*/
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
    pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
    small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,
    form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
    details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,
    summary,time,mark,audio,video{margin:0;padding:0;border:0;font-family:"Arial";;vertical-align:baseline;}
    article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
    ol,ul{margin:0px;padding:0px;}
    blockquote,q{quotes:none;}
    blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
    table{border-collapse:collapse;border-spacing:0;}

    html{
        height: 100%;
        width: 100%;
        padding: 0;
        margin:0;
    }

    @font-face {
        font-family: 'Arial';
        src: url('http://LBS.cabitech.co.za/assets/fonts/Arial.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;

    }

    body{
        height: 100%;
        width: 100%;
        padding: 0;
        -webkit-touch-callout: none; 
            -webkit-user-select: none; 
             -khtml-user-select: none; 
               -moz-user-select: none; 
                -ms-user-select: none; 
        overflow: hidden;
    }

    input {
        outline: none;
    }

    button{
        outline: none;
    }

    #mainBackground{
        height: 100%;
        width: 100%;
        padding: 0;
        background-color: gainsboro;
    }

/*---Drop Menu---*/

    .drop_menu{
        width: 135px;
        background-color: white;
        box-shadow: 0px 20px 30px #888888;
        overflow: hidden;
        margin-top: 50px;
    }

    .droplinks{
        float: left;
        height: 25px;
        border: 1px solid lightgrey;
        width: 125px;
        text-decoration: none;
        color: black;
        padding-top: 10px;
        padding-left: 10px;
        cursor: pointer;
    }

    .droplinkstext{
        float:left;
        margin-left: 10px;
    }

    .droplinksimg{
        float:left;
        margin-top: -3px;
    }

    #navside{
        float: right;
        position: absolute;
        right: 10px;
        width: 53px;
        margin-top: -22px;
        cursor: pointer;
    }

    #navside a img{
        float: right;
        display: inline-block;
        padding: 0px 5px 0px 5px;
        height: 24px;
        width:24px;
    }

    #navsalesbuttons{
        cursor: pointer;
    }
    
/*---Loading---*/
    #loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 9999;
    background-color: gainsboro;
    }

    #loading-image {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 100;
        margin-left: -16px;
        margin-top: -16px;
    }

/*---Login---*/
    #loginContainer{
        background-color: gainsboro;
        height: 100%;
        width: 100%; 
        display: table;
        position: absolute;
        top: 0;
        left: 0;
    }

    #loginContainerVertical{
        display: table-cell;
        vertical-align: middle;
    }

    #loginContainerBackground{
        width:350px;
        height:530px;
        background-color: white;
        box-shadow: 0px 5px 20px #888888;
        overflow: hidden;
        margin: auto;   
    }

    #loginContainerBar{
        height: 170px;
        width: 310px;
        background-color: white;
        border-bottom: 1px solid lightgrey;
        margin: 0px 20px;
    }



    #loginContainerBarTitle{
        color: grey;
        font-size: 1.2em;
        font-weight: lighter;
        margin-top: 2px;
        text-align:center;
    }

    #loginText{
        margin-left: 20px;
        margin-top:20px;
        width: 310px;
    }

    #loginPageError{
        margin-left: 20px;
        color: red;
        background-color: #ffb3b3;
        width: 360px;
        border: 1px solid red;
        border-radius: 5px;
    }

    #loginPage{
        list-style-type: none;
        margin-left: 20px;
    }

    .loginLine{
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        margin: 20px;
    }

    #loginPageUsername{
        width: 306px;
        height: 30px;
        border: 1px solid lightgrey;
        border-radius: 5px;
        background: none;
        color: black;
    }

    #loginPagePassword{
        width: 306px;
        height: 30px;
        border: 1px solid lightgrey;
        border-radius: 5px;
        background: none;
        color: black;
    }

    #loginPageResetText{
        color: black;
    }

    #loginPageSubmit{
        height: 30px;
        width: 310px;
        background: none;
            background-color: rgba(0, 0, 0, 0);
        border: none;
        border: 1px solid lightgrey;
        border-radius: 5px;
        background-color: gainsboro;
        margin-top: 20px;
        cursor: pointer;
    }

    #loginPageSubmit:hover{
        height: 30px;
        width: 310px;
        background: none;
            background-color: rgba(0, 0, 0, 0);
        border: none;
        border: 1px solid lightgrey;
        border-radius: 5px;
        background-color: whitesmoke;
        margin-top: 20px;
        cursor: pointer;
    }

    #loginLink{
        margin-left: 100px;
        outline: none;
    }

    #loginPowered{
        height: 40px;
        width: 140px;
        margin-top: -3px;
    }

    #loginOverlay{
        width: 500px;
        height: 500px;
        background-color: white;
        z-index: 9999;
        position: absolute;
        border-radius: 50%;
        margin-left: -100%;
        bottom: -100%;
    }

    #loginLoading{
        position: fixed;
        top: 0;
        left: 0;
        height: 700px;
        margin-left: calc(50% - 350px);
        margin-top: 50px;
    }