﻿body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none;
    color: inherit;
}

.accept {
    background: url(/images/tick.png) no-repeat center;
    height: 24px;
    width: 24px;
    cursor: pointer;
    float: left;
}

    .accept:hover {
        background-color: cornsilk;
    }

.decline {
    background: url(/images/cross.png) no-repeat center;
    height: 24px;
    width: 24px;
    cursor: pointer;
    float: left;
}

    .decline:hover {
        background-color: cornsilk;
    }

.edit {
    background-image: url(/images/edit.png);
    height: 24px;
    width: 24px;
    cursor: pointer;
    float: left;
}

    .edit:hover {
        background-image: url(/images/edithover.png);
    }

.datarow {
    width: 99%;
    background-color: #666565;
    padding: 0.5%;
}

.altdatarow {
    width: 99%;
    background-color: #707070;
    padding: 0.5%;
}

.none {
    display: none;
}

.fileUpload {
    font-size: 10pt;
    width: 200px;
    padding: 5px;
    color: #FFF;
}

input[type=file], input[type=file] + input {
    border: 2px solid #5375ac;
    background: #858585;
    width: 200px;
}

    input[type=file] + input {
        border: 2px solid #5375ac;
        background: #858585;
        width: 200px;
    }

::-webkit-file-upload-button {
    border: none;
    padding: 7px 10px 7px 10px;
    background-color: #8bc04b;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin: 2px;
}

    ::-webkit-file-upload-button:hover {
        background-color: #70a233;
        cursor: pointer;
        color: #002c58;
    }

::-ms-browse {
    background-color: #00b7cd;
    border: 1px solid gray;
}

#blanket {
    background-color: #000;
    opacity: 0.93;
    *background: none;
    position: absolute;
    z-index: 2001;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#popUpDiv {
    position: fixed;
    /*background: url(pop-back.jpg) no-repeat;*/
    z-index: 2002;
    top: 30%;
    margin-top: -50px;
    left: 50%;
    width: auto;
    align-content: center;
    text-align: center;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

#popup {
    position: fixed;
    /*background: url(pop-back.jpg) no-repeat;*/
    z-index: 2002;
    top: 30%;
    margin-top: -50px;
    left: 50%;
    align-content: center;
    text-align: center;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

.link {
    width: 24px;
    height: 24px;
    background-image: url(images/link.png);
    background-repeat: no-repeat;
}

    .link:hover {
        background-image: url(images/linkhover.png);
    }

.download {
    width: 24px;
    height: 24px;
    background-image: url(images/download.png);
    background-repeat: no-repeat;
    float: right;
}

    .download:hover {
        background-image: url(images/downloadhover.png);
    }

.deleteBtn {
    background-image: url(images/delete.png);
    width: 24px;
    height: 24px;
    float: left;
}

    .deleteBtn:hover {
        background-image: url(images/deletehover.png);
    }

.endDiv {
    float: none;
    clear: both;
}

.pageContent {
    width: 96%;
    padding: 1%;
    margin: 1%;
}

.rdmTextBox {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width: 200px;
    padding: 5px;
    font-size: 10pt;
    margin-bottom: 15px;
    margin: 0 auto;
    border-radius: 5px;
    resize: none;
}

.mutiLneTb {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 0;
    margin: 0;
    border: 0.5%;
    width: 95%;
    /*width: calc(96% - 2px);*/
    padding: 2%;
    border-radius: 5px;
    resize: none;
}

.fullWdtTB {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 0;
    margin: 0;
    width: 96%;
    /*width: calc(96% - 2px);*/
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    resize: none;
    border: 0;
}

.fullWdtTBborder {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 0;
    margin: 0;
    width: 96%;
    /*width: calc(96% - 2px);*/
    padding: 2%;
    border-radius: 5px;
    resize: none;
}

.verTBborder {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 0;
    margin: 0;
    width: 20%;
    /*width: calc(96% - 2px);*/
    padding: 2%;
    border-radius: 5px;
    resize: none;
}

.autoSizeDDL {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 0;
    margin: 0;
    width: 98%;
    /*width: calc(96% - 2px);*/
    padding: 1%;
    border-radius: 5px;
    resize: none;
}

.rdioBtn {
    margin: 0;
    float: left;
    margin-left: 30px;
}

.loginTextBox {
    width: 95%;
    padding: 2.5%;
    font-size: 12pt;
    margin-bottom: 15px;
}

.loginButton {
    border: none;
    padding: 7px 20px 7px 20px;
    background-color: #8bc04b;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin: 2px;
    border-radius: 50px;
    display: inline-block;
}

    .loginButton:hover {
        background-color: #70a233;
        cursor: pointer;
        color: #002c58;
    }

.loginBox {
    width: 40%;
    margin: 0 auto;
    border: 2px solid #002c58;
    padding: 1% 2% 1% 2%;
    max-width: 285px;
    background-color: #002c58 !important;
}

.header {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #002c58 !important;
    color: white;
    margin: 0 auto;
}

.navigation {
    text-align: center;
    clear: both;
    background-color: #0090d0 !important;
}

    .navigation ul {
        list-style-type: none;
        height: 40px;
        padding: 0;
        padding-left: 20px;
        background-color: #0090d0 !important;
        margin: 0 auto;
    }

    .navigation li {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        list-style-type: none;
        height: 20px;
        text-align: center;
        display: block;
        color: #FFF;
    }

        .navigation li a {
            text-decoration: none;
            color: inherit;
            display: block;
            height: 40px;
        }

        .navigation li:hover {
            background-color: #002c58 !important;
            cursor: pointer;
        }
