﻿/*Covered by AvePoint copyright and license agreement*/
body {
    margin: 0px;
    padding: 0px;
}

img {
    border: medium none;
}

.coverbackground {
    background: #ffffff; /* for non-css3 browsers */
}

.logonback {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 1;
}

.logoncontainer {
    width: 100%;
    height: 100%;
}

.logobase {
    /*background-image:url(../Images/Login/login.png);*/
    height: 495px;
    width: 900px;
    margin: auto;
    padding-top: 75px;
    position: relative;
}

.logo {
    width: 490px;
    height: 65px;
    overflow: hidden;
    margin-top: 20px;
}

.logonbody {
    width: 350px;
    height: 248px;
    top: 230px;
    left: 145px;
    position: absolute;
    overflow: hidden;
}

.logonbodydes {
    position: absolute;
    font-size: 18px;
    color: #555555;
    top: 495px;
    left: 140px;
    text-align: center; /*LoginPage*/
    cursor: default;
}

.logonformouter {
    width: 380px;
    position: absolute;
    top: 180px;
    left: 510px;
    background-color: #f2f2f2;
    padding: 30px 0 0 30px;
    z-index: 3;
}

.logonformouter-Title {
    font-size: 36px;
    font-weight: lighter;
    color: #333333;
    cursor: default;
}


.logonformdiv {
    margin-top: 35px;
}

    .logonformdiv input[type=text] {
        height: 22px;
        width: 215px;
        margin-left: 8px;
        border: 1px solid #bebebe;
        padding:0px;
    }

    .logonformdiv input[type=password] {
        height: 22px;
        width: 215px;
        border: 1px solid #bebebe;
        margin-left: 8px;
        padding:0px;
    }

    .logonformdiv input[type=checkbox] {
        /*height:20px;
        width:20px;
        margin:-2px;
        padding:0px;
        border:1px solid #bebebe;*/
    }

    .logonformdiv select {
        height: 24px;
        width: 215px;
        border: 1px solid #bebebe;
        margin-left: 8px;
    }

.description {
    text-align: right;
    font-size: 14px;
    color: #393939;
}

.loginbtn {
    background-color: #0062af;
    min-width: 75px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.outerborderdiv {
    padding: 1px;
    filter: alpha(opacity=100,finishOpacity=100,style=1,startx=0,starty=0,finishx=0,finishy=100) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#deb1b1,endcolorstr=#b95151,gradientType=0);
    background: -moz-linear-gradient(top, #deb1b1 0%, #b95151 100%);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#deb1b1), to(#b95151));
    float: left;
    border: 1px solid #9a0606;
    WHITE-SPACE: nowrap;
}

.innerborderdiv {
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    WHITE-SPACE: nowrap;
}

.contentdiv {
    float: left;
    min-width: 75px;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
    font-family: 'Segoe UI';
    font-size: 18px;
    background-color: #b82020;
    width: 95px;
    height: 32px;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    /*filter: alpha(opacity=80,finishOpacity=100,style=1,startx=0,starty=0,finishx=0,finishy=70) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c56969,endcolorstr=#9f0909,middlecol,gradientType=0);
    background-color: #9f0909;
    background: -moz-linear-gradient(top, #c56969 0%, #af3232 50%,#9f0909 51%,#9f0909 100%);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c56969), to(#9f0909),color-stop(0.5, #af3232),color-stop(0.5,#9f0909));*/
}

.loginbtncontainer {
    margin-left: 200px;
    margin-top: 20px;
    min-width: 95px;
    height: 32px;
}

.bigtitle {
    font-weight: 300 !important;
    height: 120px;
    line-height: 120px;
    width: 100%;
    font-size: 36px;
    text-align: center;
    background-color: #ffffff;
}

.bigtitle-background {
    color: #3e3e3e;
}

.maincontent {
    width: 725px;
    margin: 0px auto;
}

.basecontainer {
    overflow: hidden;
    width: 340px;
    height: 236px;
    background-repeat: no-repeat;
}

.offset {
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.cotentimg {
    height: 90px;
    width: 105px;
    background-repeat: no-repeat;
    margin: 20px auto 0 auto;
}

.contenttitle {
    font-size: 19px;
    font-weight: bold;
    color: #d70000;
    text-align: center;
}

    .contenttitle:hover {
        cursor: pointer;
    }

.contenttitle-admin:hover {
    cursor: pointer;
}

.contentdescription {
    margin: 10px 20px 0px 20px;
    word-wrap: break-word;
    text-align: center;
    font-size: 14px;
    color: #939393;
}

.contentdescriptionfixed {
    height: 35px;
}

.contentlink {
    margin-top: 10px;
    margin-left: 30px;
}

    .contentlink a {
        color: #1f5dd9;
        font-size: 13px;
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
        border-right: 1px solid #aaaaaa;
        text-decoration: none;
    }

        .contentlink a:hover {
            cursor: pointer;
            text-decoration: underline;
        }

.arrowcontainer {
    clear: both;
    width: 833px;
    height: 25px;
    margin-left: -59px;
}

.rightarrow {
    cursor: pointer;
    height: 39px;
    width: 39px;
    float: right;
    margin-top: -7px;
}

    .rightarrow:hover {
    }

.leftarrow {
    cursor: pointer;
    height: 39px;
    width: 39px;
    float: left;
    margin-top: -7px;
}

    .leftarrow:hover {
    }

.notes {
    width: 193px;
    height: 66px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.notelabel-normal {
    font-size: 14px;
    color: #167e1b;
}

    .notelabel-normal:hover {
        cursor: pointer;
    }

.notelabel-exception {
    margin-top: 5px;
    font-size: 14px;
    color: #992b2b;
}

    .notelabel-exception:hover {
        cursor: pointer;
    }

/*ul {
    list-style-type: none;
    padding-left: 0;
}

li {
    list-style-type: none;
    float: left;
}*/

.covertopbar {
    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e6e6e6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e6e6e6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #efefef, #e6e6e6); /* for firefox 3.6+ */
}

.coverhead {
    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f6f6f6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f6f6f6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #fcfcfc, #f6f6f6); /* for firefox 3.6+ */
}

.coverfoot {
    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ffffff)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #f1f1f1, #ffffff); /* for firefox 3.6+ */
}

.topbar {
    height: 30px;
    width: 100%;
}

.topmainbar {
    width: 1024px;
    height: 30px;
    margin: 0px auto;
}

.bariconline {
    height: 16px;
    width: 1024px;
    padding-top: 7px;
}

.baricon {
    height: 16px;
    width: 16px;
    display: inline-block;
}

    .baricon:hover {
        cursor: pointer;
    }

.bariconright {
    float: right;
}

.proname {
    font-size: 14px;
    color: #9b9b9b;
    margin-left: 13px;
    vertical-align: top;
}

.nounderline {
    text-decoration: none;
}

.qr-code-img-big {
    width: 245px;
    height: 245px;
}

.qr-code-img-small {
    position: absolute;
    top: -251px;
    left: -57px;
}

.qr-code-container {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    position: relative;
    margin-left: 332px;
    margin-top: -5px;
    cursor: pointer;
}

.qr-code-container-placeholder {
    height: 48px;
}

.qr-code-popup-close {
    position: absolute;
    top: -240px;
    left: -170px;
    border: medium none;
}

.qr-code-popup-close-container {
    width: 10px;
    height: 9px;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 15px 0 0 375px;
}

.qr-popup-container {
    width: 400px;
    height: 400px;
}

.qr-code-description {
    width: 310px;
    margin: 20px auto 10px;
    font-size: 13px;
    color: #333333;
    text-align: center;
    font-family: 'Segoe UI';
}

.qr-code-img-big-container {
    width: 245px;
    margin: 0 auto;
    display: block;
}
