﻿/***********************BODY**********************************/
body {
    padding-top: 40px;
}

a {
    color: #9d1347;
}

.btn-custom-lighten.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-custom-lighten {
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #af154f;
    background-image: -moz-linear-gradient(top, #9d1347, #ca195c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9d1347), to(#ca195c));
    background-image: -webkit-linear-gradient(top, #9d1347, #ca195c);
    background-image: -o-linear-gradient(top, #9d1347, #ca195c);
    background-image: linear-gradient(to bottom, #9d1347, #ca195c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d1347', endColorstr='#ffca195c', GradientType=0);
    border-color: #ca195c #ca195c #86103d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ca195c;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-family: "Open Sans", sans-serif !important;
}

    .btn-custom-lighten:hover,
    .btn-custom-lighten:focus,
    .btn-custom-lighten:active,
    .btn-custom-lighten.active,
    .btn-custom-lighten.disabled,
    .btn-custom-lighten[disabled] {
        color: #ffffff;
        background-color: #ca195c;
        *background-color: #b41651;
    }

    .btn-custom-lighten:active,
    .btn-custom-lighten.active {
        background-color: #9d1347;
    }

.strong {
    font-weight: bold;
}
/*************************GRAY ICON**************************/
.icon-fast-backward-gray {
    background-position: -216px -72px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("less/Shared/images/glyphicons-halflings-gray.png");
    background-repeat: no-repeat;
}

.icon-backward-gray {
    background-position: -240px -72px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("less/Shared/images/glyphicons-halflings-gray.png");
    background-repeat: no-repeat;
}

.icon-forward-gray {
    background-position: -336px -72px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("less/Shared/images/glyphicons-halflings-gray.png");
    background-repeat: no-repeat;
}

.icon-fast-forward-gray {
    background-position: -360px -72px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("less/Shared/images/glyphicons-halflings-gray.png");
    background-repeat: no-repeat;
}

.icon-plus-gray {
    background-position: -408px -96px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("less/Shared/images/glyphicons-halflings-gray.png");
    background-repeat: no-repeat;
}

.icon-minus-gray {
    background-position: -433px -96px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("less/Shared/images/glyphicons-halflings-gray.png");
    background-repeat: no-repeat;
}
/***********************HEADER**********************************/
#header-logo {
    background-color: #9d1347;
}

    #header-logo #header-logo-left {
        float: left;
    }

    #header-logo #header-logo-right {
        float: right;
    }

        #header-logo #header-logo-right span {
            display: inline;
        }

    #header-logo .navbar-text {
        color: #ffffff;
    }

    #header-logo .brand {
        padding: 0px;
    }

    #header-logo ul.nav li > a {
        color: #ffffff;
        text-shadow: none;
    }

    #header-logo ul.nav li.open > a {
        background-color: #a62a58;
        padding-bottom: 13px;
    }

    #header-logo ul.nav .dropdown-menu > li > a {
        color: #9d1347;
    }

        #header-logo ul.nav .dropdown-menu > li > a:hover,
        #header-logo ul.nav .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: #9d1347;
            background-image: none;
            filter: none;
        }

#screen-overlay-report {
    position: absolute;
    background-color: black;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    top: 0px;
}

    #screen-overlay-report #loader span {
        color: white;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

    #screen-overlay-report #loader img {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }
/***********************Hero Unit**************************/
#content > .hero-unit {
    margin-top: 25px;
}
/*********************************************************/
/***********************LOGIN**********************************/
body {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
    }
/*********************VALIDATION SUMMARY*************/
.validation-summary-errors ul {
    margin-bottom: 0px;
}

.pager-left {
    float: left;
    position: relative;
}

.pager-center {
    float: left;
    padding-left: 20%;
}

.pager-right {
    float: right;
    position: relative;
}

#BookletImage {
    margin-left: 0px;
}

#booklet-details {
    padding: 0px 19px 0px;
    margin: auto;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    font-size: 10pt;
}

    #booklet-details #booklet-details-content {
        overflow: auto;
        height: 40px;
    }

        #booklet-details #booklet-details-content table {
            margin-bottom: 0px;
            margin-top: 5px;
        }

            #booklet-details #booklet-details-content table tr td {
                border: none;
            }

                #booklet-details #booklet-details-content table tr td:first-child {
                    font-weight: bold;
                }

#booklet-questions {
    padding: 9px 19px 9px;
    margin: 20px auto 10px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    #booklet-questions table#questions {
        /* target IE7 */
        *width: 90%;
    }

        #booklet-questions table#questions tr td select,
        #booklet-questions table#questions tr td input[type='text'] {
            width: 60px;
            margin-bottom: 0px;
        }

        #booklet-questions table#questions tr td label {
            margin-bottom: 0px;
            width: 35px;
        }

        #booklet-questions table#questions tr td:first-child {
            vertical-align: middle;
            width: 75%;
        }

    #booklet-questions #booklet-questions-header {
        margin: 10px 0;
        font-family: inherit;
        font-weight: bold;
        line-height: 20px;
        color: inherit;
        text-rendering: optimizelegibility;
        font-size: 14px;
    }

    #booklet-questions #booklet-questions-content {
        overflow: auto;
    }

        #booklet-questions #booklet-questions-content table > thead > tr th {
            vertical-align: middle;
            text-align: center;
            background-color: #E5E5E5;
        }

        #booklet-questions #booklet-questions-content .table-striped tbody > tr:nth-child(odd) > td,
        #booklet-questions #booklet-questions-content .table-striped tbody > tr:nth-child(odd) > th {
            background-color: #EDEDED;
        }

        #booklet-questions #booklet-questions-content .table-striped tbody > tr.info > td {
            background-color: #d9edf7;
        }

        #booklet-questions #booklet-questions-content table > tbody > tr td {
            vertical-align: middle;
            text-align: center;
        }

            #booklet-questions #booklet-questions-content table > tbody > tr td div.control-group {
                margin-bottom: 0px;
            }

                #booklet-questions #booklet-questions-content table > tbody > tr td div.control-group select {
                    margin-bottom: 0px;
                }

            #booklet-questions #booklet-questions-content table > tbody > tr td.agm-score {
                width: 60px;
            }

            #booklet-questions #booklet-questions-content table > tbody > tr td:first-child {
                vertical-align: middle;
                text-align: left;
                font-size: 12px;
            }

                #booklet-questions #booklet-questions-content table > tbody > tr td:first-child div.control-group {
                    margin-bottom: 0px;
                }

                    #booklet-questions #booklet-questions-content table > tbody > tr td:first-child div.control-group select {
                        margin-bottom: 0px;
                    }

#booklet-history {
    padding: 9px 19px 9px;
    margin: 10px auto 10px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    overflow: auto;
    height: 150px;
}

    #booklet-history table tr th {
        font-size: 10pt;
    }

#booklet-thumbnail {
    overflow: auto;
}

    #booklet-thumbnail #booklet-image-src {
        max-width: 200%;
        width: 100%;
    }

.book-navbar .navbar-inner {
    padding-left: 0px;
    padding-right: 0px;
}

    .book-navbar .navbar-inner ul.image-save {
        padding-left: 10px;
    }

        .book-navbar .navbar-inner ul.image-save li div.btn-group .btn {
            font-size: 12px;
        }

    .book-navbar .navbar-inner ul.image-export li div.btn-group .btn {
        font-size: 12px;
    }

    .book-navbar .navbar-inner ul.image-nav {
        left: 32.7%;
    }

        .book-navbar .navbar-inner ul.image-nav li {
            line-height: 20px;
        }

            .book-navbar .navbar-inner ul.image-nav li a {
                padding-left: 5px;
                padding-right: 5px;
            }

        .book-navbar .navbar-inner ul.image-nav span.image-num {
            float: none;
            padding: 5px 15px 5px;
            color: #777777;
            text-decoration: none;
            text-shadow: 0 1px 0 #ffffff;
            height: 20px;
            display: block;
        }

            .book-navbar .navbar-inner ul.image-nav span.image-num select {
                margin-bottom: 0px;
                width: 60px;
                min-height: 20px;
            }

            .book-navbar .navbar-inner ul.image-nav span.image-num span.image-num-text {
                padding-left: 10px;
                padding-top: 15px;
            }

    .book-navbar .navbar-inner ul.image-magnify {
        float: right;
    }

        .book-navbar .navbar-inner ul.image-magnify select.magnify {
            margin-bottom: 0px;
            margin-top: 5px;
            width: 75px;
            min-height: 20px;
            /* IE7 Only */
            *height: 20px;
            *margin-top: 9px;
        }

        .book-navbar .navbar-inner ul.image-magnify li a {
            padding-left: 5px;
            padding-right: 5px;
        }

        .book-navbar .navbar-inner ul.image-magnify input[type='text'] {
            padding: 0px;
            margin: auto;
            text-align: center;
            width: 40px;
        }

.disabled-nav {
    cursor: default;
}

#booklet-image-preloader,
#booklet-question-preloader {
    background-color: black;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    #booklet-image-preloader img,
    #booklet-question-preloader img {
        width: 20px;
        height: 20px;
        float: left;
    }

    #booklet-image-preloader span,
    #booklet-question-preloader span {
        color: white;
        font-weight: bold;
        float: left;
        padding-left: 5px;
    }

.thumbnail,
#booklet-questions {
    overflow: auto;
}
/************************SEARCH INDEX PAGE******************/
#search {
    padding: 19px 29px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    #search #loader img {
        height: 20px;
        width: 20px;
        padding-top: 3px;
    }
/**************************ADVANCE SEARCH PAGE*****************/
#searchresult {
    padding: 19px 29px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tablesorter-bootstrap {
    font-size: small;
}

#loading-searchresult {
    text-align: center;
}

    #loading-searchresult img {
        width: 20px;
        height: 20px;
    }

.report-content input[type='text'] {
    margin-bottom: 0px;
    height: 15px;
}

.report-content input[name$='CurrentPage'] {
    width: 15px;
}
/***********SSRS Report Looks Fixup*************/
#ctl00_MainContent_rv_AgmReport_ctl05 div {
    border: 1px #DFDCCD solid;
}
/*# sourceMappingURL=Site.vic.css.map */


.thumbnails-fix {
    padding-inline-start: 0px;
}