﻿body {
    margin: 20px;
}

table {
    border: none;
    border-color: #ffffff;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

table td {
    border: none;
    padding: 0px 6px 4px 6px;
}

table th {
    padding: 0px 6px 4px 6px;
    border: none;
    border-bottom: 1px solid black;
    border-bottom-color: black;
}

table tr .odd {
    background-color: #f6f6f6;
}

table tr .even {
    background-color: #fefefe;
}

.overlay {
    background: #000;
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9003;
}

    .overlay.absolute {
        position: absolute;
    }

    .overlay.light {
        background: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        opacity: .8;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #444444;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
    .sidenav img {
        position: fixed;
        top: 20px;
        left: 20px;
    }
    
    .sidenav a {
        padding: 4px 8px 4px 32px;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


/*===================================
  Global Form Element Styles
-------------------------------------*/
form {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    /* --- [ Select Dropdown ] --- */
    /* --- [ Checkbox ] --- */
    /* --- [ Invalid State ] --- */
}

    form label {
        color: #5a5a5a;
    }

    form input[type="text"],
    form input[type="password"],
    form input[type="email"],
    form textarea {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        background: #fff;
        border: 1px solid #D7D7D7;
        clear: both;
        /*color: #9a9a9a;*/
        height: 30px;
        padding: 0 10px;
        position: relative;
        width: 100%;
    }

        form input[type="text"].disabled-input, form input[type="text"]:disabled,
        form input[type="password"].disabled-input,
        form input[type="password"]:disabled,
        form input[type="email"].disabled-input,
        form input[type="email"]:disabled,
        form textarea.disabled-input,
        form textarea:disabled {
            background: #eee;
            /*color: #9a9a9a;*/
        }

        form input[type="text"]:focus,
        form input[type="password"]:focus,
        form input[type="email"]:focus,
        form textarea:focus {
            color: #4a4a4a;
        }

    form textarea {
        height: 100px;
    }

    form .select-wrap {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background: white;
        /* Old browsers */
        background: -moz-linear-gradient(top, white 0%, #efefef 99%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(99%, #efefef));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, white 0%, #efefef 99%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, white 0%, #efefef 99%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, white 0%, #efefef 99%);
        /* IE10+ */
        background: linear-gradient(to bottom, white 0%, #efefef 99%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
        /* IE6-9 */
        border: 1px solid #d0d0d0;
        clear: both;
        height: 32px;
        margin-bottom: -2px;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        form .select-wrap select {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding-box;
            -ms-background-clip: padding-box;
            background-clip: padding-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: transparent;
            border: none;
            color: #5a5a5a;
            height: 30px;
            outline: 0;
            padding: 0 10px;
            position: relative;
            width: 140%;
            /*z-index: 50;*/
        }

.ie8 form .select-wrap select {
    top: -6px;
}

form .select-arrow {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    /*z-index: 40;*/
}

form .vector-select-arrows {
    text-align: center;
}

    form .vector-select-arrows .fa {
        color: #5a5a5a;
        display: block;
        font-size: .9em;
    }

    form .vector-select-arrows .fa-caret-up {
        margin: 5px 0 -4px 0;
    }

form .label-checkbox,
form .label-radio {
    color: #7a7a7a;
    line-height: 1.3;
    padding-left: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

    form .label-checkbox:hover,
    form .label-radio:hover {
        cursor: pointer;
    }

    form .label-checkbox input,
    form .label-radio input {
        background: #FFF;
        border: none;
        left: 0;
        position: absolute;
        top: 0;
        height: 12px;
        width: 12px;
    }

    form .label-checkbox span:hover,
    form .label-radio span:hover {
        cursor: pointer;
    }

    form .label-radio input {
        height: 13px;
        width: 13px;
    }

.btn {
    margin-bottom: 4px;
}

.btn-white {
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    background: #eaeaea;
    background: -moz-linear-gradient(top, white 0%, #c8c8c8 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(99%, #c8c8c8));
    background: -webkit-linear-gradient(top, white 0%, #c8c8c8 99%);
    background: -o-linear-gradient(top, white 0%, #c8c8c8 99%);
    background: -ms-linear-gradient(top, white 0%, #c8c8c8 99%);
    background: linear-gradient(to bottom, white 0%, #c8c8c8 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8',GradientType=0 );
    border: 1px solid #ccc;
    color: #303030;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
}

    .btn-white:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        background: #eaeaea;
        color: #303030;
    }

.btn-blue {
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    background: #2286B5;
    background: -moz-linear-gradient(top, #69c3ee 0%, #2286B5 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69c3ee), color-stop(99%, #2286B5));
    background: -webkit-linear-gradient(top, #69c3ee 0%, #2286B5 99%);
    background: -o-linear-gradient(top, #69c3ee 0%, #2286B5 99%);
    background: -ms-linear-gradient(top, #69c3ee 0%, #2286B5 99%);
    background: linear-gradient(to bottom, #69c3ee 0%, #2286B5 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2286B5',GradientType=0 );
    border: 1px solid #ccc;
    color: #303030;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    color: white;
}

    .btn-blue:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        background: #2286B5;
        color: white;
    }

.btn-green {
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    background: #209b2a;
    background: -moz-linear-gradient(top, #63d05f 0%, #209b2a 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63d05f), color-stop(99%, #209b2a));
    background: -webkit-linear-gradient(top, #63d05f 0%, #209b2a 99%);
    background: -o-linear-gradient(top, #63d05f 0%, #209b2a 99%);
    background: -ms-linear-gradient(top, #63d05f 0%, #209b2a 99%);
    background: linear-gradient(to bottom, #63d05f 0%, #209b2a 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#209b2a',GradientType=0 );
    border: 1px solid #ccc;
    color: #303030;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    color: white;
}

    .btn-green:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        background: #209b2a;
        color: white;
    }

.btn-orange {
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    background: #b56f22;
    background: -moz-linear-gradient(top, #eeba69 0%, #b56f22 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeba69), color-stop(99%, #b56f22));
    background: -webkit-linear-gradient(top, #eeba69 0%, #b56f22 99%);
    background: -o-linear-gradient(top, #eeba69 0%, #b56f22 99%);
    background: -ms-linear-gradient(top, #eeba69 0%, #b56f22 99%);
    background: linear-gradient(to bottom, #eeba69 0%, #b56f22 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b56f22',GradientType=0 );
    border: 1px solid #ccc;
    color: #303030;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    color: white;
}

    .btn-orange:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        background: #b56f22;
        color: white;
    }

.btn-red {
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    background: #b52222;
    background: -moz-linear-gradient(top, #ee6969 0%, #b52222 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee6969), color-stop(99%, #b52222));
    background: -webkit-linear-gradient(top, #ee6969 0%, #b52222 99%);
    background: -o-linear-gradient(top, #ee6969 0%, #b52222 99%);
    background: -ms-linear-gradient(top, #ee6969 0%, #b52222 99%);
    background: linear-gradient(to bottom, #ee6969 0%, #b52222 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b52222',GradientType=0 );
    border: 1px solid #ccc;
    color: #303030;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    color: white;
}

    .btn-red:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        background: #b52222;
        color: white;
    }

.btn-pink {
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    -ms-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    background: #b52297;
    background: -moz-linear-gradient(top, #ee69df 0%, #b52297 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee69df), color-stop(99%, #b52297));
    background: -webkit-linear-gradient(top, #ee69df 0%, #b52297 99%);
    background: -o-linear-gradient(top, #ee69df 0%, #b52297 99%);
    background: -ms-linear-gradient(top, #ee69df 0%, #b52297 99%);
    background: linear-gradient(to bottom, #ee69df 0%, #b52297 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b52297',GradientType=0 );
    border: 1px solid #ccc;
    color: #303030;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    color: white;
}

    .btn-pink:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        background: #b52297;
        color: white;
    }

body {
    margin: 0px;
    background-color: #666;
}

#logoVM {
    height: 90px;
    margin-left: 40px;
}

@media print {
    body {
        visibility: hidden;
    }

    #section-to-print {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 100px;
    }

    .btn {
        display: none;
    }

    .unassigned {
        visibility: hidden;
    }

    .unspecified {
        display: none;
    }

    .additional {
        display: none;
    }

    .unavailable {
        display: none;
    }

    #Content_headerBreadcrumbs {
        display: none;
    }

    .pageBreakBefore {
        page-break-before: always;
    }

    .pageBreakInsideAvoid {
        page-break-inside: avoid;
    }
}

.screenReaderText {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.modal { 
    min-width: 300px;
    max-width: 800px;
}

.no-sort::after {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}