/* Minification failed. Returning unminified contents.
(624,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(625,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(636,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(637,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(2155,37): run-time error CSS1031: Expected selector, found ','
 */
/* Site.css - Global CSS for the Review site. Included on every page. */

/*Fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

@font-face {
    font-family: OpenSansLight;
    src: url(font/OpenSans-Light.ttf), url(font/OpenSans-Light-webfont.eot);
}

/*html {
    height: 100%;
}*/

body {
    padding-top: 10px;
    /*margin-right: 50px;*/
    height: inherit;
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    width: 96%;
}

footer {
    text-align: center;
    width: 100%;
}

.auto-margin {
    margin: auto;
}

.rows-container .row .hidden {
    display: none;
}

.hidden {
    display: none;
}

.navbar-inner:after {
    clear: none;
}

select:focus {
    outline-color: transparent;
}

input:focus {
    outline-color: transparent;
}

.open-sans {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .open-sans.small-margin {
        margin-top: 10px;
        margin-bottom: 10px;
    }

table thead .open-sans th, table.dataTable thead .open-sans th {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 19px;
}

.text-center {
    text-align: center !Important;
}

.vertical-middle {
    vertical-align: middle !important;
}

table td .long-text-box {
    width: 300px;
}

.remove-text {
    text-indent: -9999px;
}

table.table-striped th {
    font-size: 17.5px;
}

.manager-new-link {
    margin-left: 10%;
    color: rgb(196, 196, 196);
}

    .manager-new-link:hover {
        color: rgb(196, 196, 196);
        text-decoration: none;
    }

.settings-new-button {
    margin-left: 10%;
    color: rgb(196, 196, 196);
}

    .settings-new-button:hover {
        color: rgb(196, 196, 196);
        text-decoration: none;
    }

.review-main-nav {
    padding-top: 0px;
    float: left;
    width: 250px;
    height: 100%;
    margin-right: 0px;
    display: none;
    left: 0px;
    position: fixed;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

    .review-main-nav .well {
        position: fixed;
        height: 100%;
        width: 250px;
        border-radius: 0px;
        padding-right: 0px;
        padding-left: 0px;
        border-left: 0px;
        padding: 0;
    }

        .review-main-nav .well > div {
            float: left;
            width: 100%;
        }

        .review-main-nav .well h4 {
            border: 0;
            float: left;
            width: 100%;
            text-align: center;
            border-style: inset;
            padding-top: 10px;
            padding-bottom: 10px;
            margin: 0;
            font-weight: normal;
            color: #666;
            background: #cccccc;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            -moz-background-size: 100%;
            -o-background-size: 100%;
            -webkit-background-size: 100%;
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
            background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(224, 224, 224));
            background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
            background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
            background-image: linear-gradient(top, #eeeeee, #cccccc);
            -webkit-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
            text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
            border-bottom: 1px solid #cccccc;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
        }

            .review-main-nav .well h4 > i {
                margin-left: 8px;
                margin-top: 3px;
            }

            .review-main-nav .well h4:hover {
                cursor: pointer;
            }

        .review-main-nav .well ul {
            margin: 0;
            border-bottom: 1px solid #cccccc;
            float: left;
            width: 100%;
        }

            .review-main-nav .well ul li:nth-child(-n+3) {
                border-top: 0;
            }

            .review-main-nav .well ul li:nth-child(3n) {
                border-right: 0;
            }

            .review-main-nav .well ul li {
                margin: 0;
                float: left;
                width: 33.3%;
                height: 84px;
                padding-top: 3%;
                border: 1px solid rgb(209, 209, 209);
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                display: block;
                border-left: none;
                border-bottom: none;
                -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
                -moz-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
                box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
                text-align: center;
                color: #434343;
                line-height: 1;
                background: #ededed;
                background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                background-size: 100%;
                background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ededed));
                background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
                background-image: -moz-linear-gradient(top, #ffffff, #ededed);
                background-image: -o-linear-gradient(top, #ffffff, #ededed);
                background-image: linear-gradient(top, #ffffff, #ededed);
                background: -ms-linear-gradient(top, #ffffff, #ededed);
                text-shadow: rgba(255, 255, 255, 0.5) 0 1px 1px;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
            }

                .review-main-nav .well ul li.action-cell {
                    padding-top: 6%;
                }

                .review-main-nav .well ul li.green-cell a > em {
                    color: #6aa84f;
                }

                .review-main-nav .well ul li.red-cell a > em {
                    color: rgb(247, 61, 61);
                }

                .review-main-nav .well ul li.in-use:hover {
                    cursor: pointer;
                    background: #e3e3e3;
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                    background-size: 100%;
                    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
                    background-image: -webkit-linear-gradient(top, #f7f7f7, #e3e3e3);
                    background-image: -moz-linear-gradient(top, #f7f7f7, #e3e3e3);
                    background-image: -o-linear-gradient(top, #f7f7f7, #e3e3e3);
                    background-image: linear-gradient(top, #f7f7f7, #e3e3e3);
                    background: -ms-linear-gradient(top, #f7f7f7 0%,#e3e3e3 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e3e3e3',GradientType=0 );
                }

                .review-main-nav .well ul li a {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    text-align: center;
                    color: #555;
                    font-size: 13px;
                }

                    .review-main-nav .well ul li a:hover {
                        text-decoration: none;
                    }

                .review-main-nav .well ul li.reporting-cell a em {
                    margin: 0;
                    display: block;
                    margin-bottom: 10px;
                    font-style: normal;
                    font-weight: 300;
                    font-size: 45px;
                    font-family: 'Open Sans', Helvetica, sans-serif;
                }

                .review-main-nav .well ul li.action-cell a em {
                    width: 32px;
                    height: 32px;
                    display: block;
                    margin: auto;
                    text-indent: -10000px;
                    margin-bottom: 9px;
                    -moz-background-size: 32px 32px;
                    -o-background-size: 32px 32px;
                    -webkit-background-size: 32px 32px;
                    background-size: 32px 32px;
                    background-repeat: no-repeat;
                }

                .review-main-nav .well ul li.action-cell.validate a em {
                    background-image: url(Icons/checkmark.png);
                }

                .review-main-nav .well ul li.action-cell.historical-event a em {
                    background-image: url(Icons/history.png);
                }

                .review-main-nav .well ul li.action-cell.view-form a em {
                    background-image: url(Icons/search.png);
                }

                .review-main-nav .well ul li.action-cell.form-reject a em {
                    background-image: url(Icons/x.png);
                }

                .review-main-nav .well ul li.action-cell.form-committee a em {
                    background-image: url(Icons/user.png);
                }

                .review-main-nav .well ul li.action-cell.favourable-opinion a em {
                    background-image: url(Icons/thumbs-up.png);
                }

                .review-main-nav .well ul li.action-cell.form-contacts a em {
                    background-image: url(Icons/address-book.png);
                }

                .review-main-nav .well ul li.action-cell.form-meetings a em {
                    background-image: url(Icons/calendar.png);
                }

/*Are you sure dialog*/
.are-you-sure {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

    .are-you-sure label {
        margin-bottom: 10px;
        border-top: 1px solid #DDD;
        padding-top: 15px;
    }

#ulActions {
    margin-bottom: 60px;
}

/*Form Validation Errors*/

label.error {
    display: block;
    text-align: right;
    color: red;
}

/* styles for validation helpers */
.field-validation-error {
    font-weight: normal;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
    border: 1px solid #d89a99;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-weight: normal;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*Timeline Feedback*/
#timeline-feedback, .feedback-bar {
    position: fixed;
    left: 0;
    z-index: 999999;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 43px;
    color: #FFF;
    text-align: center;
    padding-top: 10px;
    font-size: 1.5em;
    display: none;
    top: 40px;
}

    #timeline-feedback.successful, .feedback-bar.successful {
        background-color: #6AA84F;
    }

    #timeline-feedback.failure, .feedback-bar.failure {
        background-color: #F74343;
    }

    #meeting-feedback.successful, .feedback-bar.successful {
        background-color: #6AA84F;
    }

    #meeting-feedback.failure, .feedback-bar.failure {
        background-color: #F74343;
    }

    #timeline-feedback.inProgress, .feedback-bar.inProgress {
        background-color: #f77d43;
        background-position: right 20px center;
    }

    #timeline-feedback.inProgress {
        background-image: url(images/winLoading.GIF);
        background-repeat: no-repeat;
    }

.clock {
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    background-color: rgba(250, 250, 250, 1);
    padding: 5px;
    margin-left: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 3px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    margin: auto;
}

    .clock.None {
        background-image: url("/Content/images/clock_black_32.png");
    }

    .clock.Stop {
        background-image: url("/Content/images/clock_red_32.png");
    }

    .clock.Start {
        background-image: url("/Content/images/clock_green_32.png");
    }

.count {
    font-weight: bold;
    -webkit-text-shadow: 2px 2px 2px rgba(255,255,255, 1);
    text-shadow: 2px 2px 2px rgba(255,255,255, 1);
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 32px;
    width: 32px;
    display: table-cell;
}

/*Create Event*/
input.eventInput, textarea.eventInput {
    width: 300px;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
}

.create-event-elements {
    height: 300px;
}

    .create-event-elements .control-group #feedback {
        width: 300px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 5px;
    }

#createNewModal {
    display: none;
}

#divSessionTimeoutModal {
    z-index: 100000;
}

a#createEvent {
    width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
}

/*Timeline Event List*/
#timeline-table-body tr:hover {
    cursor: pointer;
}

#timeline-table-with-hidden-body tr:hover {
    cursor: pointer;
}

.selected {
    border-color: #FFC200;
    background-color: #FFF785;
}

table tbody tr.selected td {
    border-color: #FFC200 !Important;
    background-color: #FFF785 !Important;
}

#timeline-table-body tr td {
    vertical-align: middle;
}

#timeline-table-with-hidden-body tr td {
    vertical-align: middle;
}

#timeline-graph {
    padding-top: 20px;
    margin-bottom: 50px;
}

.events-list thead th {
    font-size: 1.4em;
}

#timeline-graph div.timeline-event.new-event {
    opacity: 0;
}

.no-events-alert {
    display: none;
    padding-bottom: 30px;
}

.delete-row {
}

    .delete-row span {
        width: 28px;
        height: 28px;
        background-image: url(images/minus-alt.png);
        background-repeat: no-repeat;
        -moz-background-size: 28px;
        -o-background-size: 28px;
        -webkit-background-size: 28px;
        background-size: 28px;
        margin-left: 20%;
        display: none;
    }

        .delete-row span:hover {
            display: block;
        }

.table-hover tbody tr.error:hover td {
    background-color: rgb(255, 190, 190);
}

/*Timeline Events Controls*/

#timeline-controls-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

#timeline-controls-toggle:hover {
    cursor: pointer;
    background: whitesmoke;
}

#timeline-controls {
    display: none;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    height: 40px;
}

    #timeline-controls.with-clock {
        height: 80px;
    }

    #timeline-controls.with-date {
        height: 120px;
    }

    #timeline-controls .sort label {
        width: 72px;
    }

    #timeline-controls .filter label {
        width: 108px;
    }

#timeline-controls-toggle span:nth-child(2) {
    margin-left: 10px;
    margin-right: 4px;
    line-height: 30px;
    font-size: 17px;
}

#timeline-controls-toggle i {
    margin-right: 4px;
}

.line {
    position: relative;
    display: inline-block;
    * display: inline; /* fix for IE bugs */
    * zoom: 1; /* fix for IE bugs */
    height: 1px;
    width: 39%;
    background-color: #ddd;
    vertical-align: middle;
    display: inline-block;
}

.notification-line {
    position: relative;
    display: inline-block;
    * display: inline; /* fix for IE bugs */
    * zoom: 1; /* fix for IE bugs */
    height: 1px;
    width: 30%;
    background-color: #ddd;
    vertical-align: middle;
}

#timeline-controls-toggle {
    width: auto;
    margin: auto;
    text-align: center;
}

#timeline-controls .middle-text {
    display: inline-block;
}

#timeline-controls > div {
    display: inline-block;
    width: 50%;
}

#timeline-controls > .sort {
    vertical-align: top;
    float: left;
}

#timeline-controls > .filter {
    text-align: right;
}

    #timeline-controls > .filter > div {
        margin-bottom: 10px;
    }

        #timeline-controls > .filter > div input {
            width: 193px;
        }

.filter-clock {
    display: none;
}

.filter-date {
    display: none;
}

.add-on:hover {
    cursor: pointer;
}

.filter-committee {
    display: none;
}

.filter-flag {
    display: none;
}

/*Timeline Graph*/
#timeline-graph {
    display: none;
    margin-top: 20px;
}

    #timeline-graph div.timeline-frame:hover {
        cursor: e-resize;
    }

    #timeline-graph div.timeline-frame {
        border: none;
        border-bottom: 1px solid #BEBEBE;
        border-top: 1px solid #BEBEBE;
    }

    #timeline-graph div.timeline-event {
        color: #1A1A1A;
        border-color: rgb(171, 193, 255);
        background-color: rgb(221, 237, 255);
        display: inline-block;
    }


        #timeline-graph div.timeline-event:hover {
            cursor: pointer;
        }

    #timeline-graph div.timeline-event-selected {
        border-color: #FFC200;
        background-color: #FFF785;
        z-index: 999;
    }

    #timeline-graph div.clockrunning {
        background-color: lightgreen;
        border-color: green;
        color: #333;
    }

    #timeline-graph div.clockstopped {
        background-color: pink;
        border-color: red;
        color: #333;
    }

/*Event info modal*/
#event-info-modal .modal-body label {
    display: block;
    float: left;
    width: 32%;
    font-weight: bold;
}

#event-info-modal .modal-body p {
    margin-left: 32%;
}

#event-info-modal .modal-body .control-group {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

/* formsdesigner modal*/

#advanced-edit-overlay {
    width: 64%;
    margin-left: -32%;
    height: 540px;
}

    #advanced-edit-overlay .modal-body {
        height: 100%;
    }
#customquestion-overlay {
    z-index: 99999;
    width: 78%;
    margin-left: -38%;
}

#dependency-overlay {
    z-index: 99999;
    width: 78%;
    margin-left: -38%;
    height: 540px;
}

    #dependency-overlay .modal-body {
        padding-left: 30px;
        padding-right: 30px;
        min-height: 400px;
    }

    #dependency-overlay .modal-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 97%;
    }


/*Validation*/
.field-validation-error {
    float: left;
    margin-top: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    margin-bottom: 10px;
}

    .field-validation-error > span {
        margin: 0;
    }

/* Action Manager Page */
.actionManagerTitle {
    margin-top: 30px;
    margin-bottom: 40px;
}

#newAction, #duplicateAction {
    margin-left: 10%;
    padding: 5px 15px;
}

    #newAction:hover, #duplicateAction:hover {
        cursor: pointer;
        text-decoration: none;
    }

#resultGrid tbody td {
    vertical-align: middle;
}

table tbody tr:hover {
    cursor: pointer;
}

table.notclickable tbody tr:hover {
    cursor: auto;
}

[data-visible="false"] {
    display: none;
}

#finish-status-select {
}

.action-creation-form.form-horizontal .control-label {
    font-family: 'open sans';
    font-size: 16px;
}

#iconsModal .modal-body {
    max-height: 600px;
}

#iconsModal #icons-list li {
    padding: 12px;
    border-radius: 4px;
    list-style-type: none;
    display: inline-block;
}

    #iconsModal #icons-list li:hover {
        background-color: rgb(211, 211, 211);
        cursor: pointer;
        opacity: 0.9;
    }

#selected-icon-preview {
    -moz-background-size: 504px;
    -o-background-size: 504px;
    -webkit-background-size: 504px;
    background-size: 504px;
    width: 30px;
    height: 24px;
    vertical-align: middle;
    margin-left: 6px;
    display: inline-block;
}

td.delete-cell, td.disable-cell {
    text-align: center;
}

#resultGrid .close {
    float: none;
    font-size: 28px;
    text-align: center;
}

#resultGrid tr[data-deleted = "true"] {
    display: none;
}

div[data-recommendation="True"] {
    display: none;
}

.table tbody tr[data-systemAction = "true"] td {
    border-color: #FFC200;
    background-color: #FFF785;
}

.action-mask {
    background: black;
    position: absolute;
    opacity: 0.7;
    display: none;
    color: white;
}

/* Manager Pages */
.manager-page-container {
    width: 95%;
    float: left;
}

/* Status Manager Page */

.table tbody tr[data-systemStatus = "true"] td {
    border-color: #FFC200;
    background-color: #FFF785;
}

#newStatus {
    margin-left: 10%;
}

    #newStatus:hover {
        cursor: pointer;
        text-decoration: none;
    }

#resultGrid tr[data-deleted-status = "true"] {
    display: none;
}

/* Tile Manager Page */
.back-arrow-container {
    width: 40px;
    height: 100%;
}

/* Role Manager Page */
.table tbody tr[data-systemRole = "true"] td {
    border-color: #FFC200;
    background-color: #FFF785;
}

/* User Manager Page */
.table tbody tr[data-systemUser = "true"] td {
    border-color: #FFC200;
    background-color: #FFF785;
}

.user-control-float {
    float: left;
}

/* Notifications Page */
table.notifications-table tbody tr[data-read="false"] > td {
    border-color: #FFC200;
    background-color: #FFF785;
}

table.notifications-table tbody tr[data-read="true"] > td .mark-as-read {
    background-image: url(/Content/Images/TickGreen.png);
}

table.notifications-table tbody tr[data-important="true"] > td .mark-as-important {
    background-image: url(/Content/Images/redFlag.png);
}

/*****************************
 * Styles for the Tile
 *****************************/
.tile-zone {
    float: left;
}

.tile-zone-home {
    margin-top: 20px;
}

.tile-zone-header {
    margin-top: 20px;
    clear: both;
}

.tile {
    font-size: 18px;
    position: relative;
    float: left;
    width: 150px;
    height: 100px;
    margin: 5px;
    overflow: hidden;
    padding: 4px;
    background-color: #1BA1E2;
}

    .tile a:focus {
    }

    .tile > .loading {
        margin-top: 2.5em;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 18px;
        color: #cccccc;
    }

    .tile.error {
        background-color: #f00;
        color: #fff;
        padding: 5px;
    }

        .tile.error p {
            margin-top: 10px;
        }

    .tile > a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fcfcfc !important;
        float: left;
    }

        .tile > a:hover {
            text-decoration: none;
        }

    .tile.single .header {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin: 5px;
    }

    .tile.single .content {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        bottom: 20px;
        color: #fff;
        white-space: nowrap;
        font-size: 30pt;
        margin: 0 5px 0 30px;
    }

    .tile.single .footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        color: #ccc;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-align: right;
        margin: 5px;
    }

.query-tile {
    background-color: #6aa84f;
}

.inline-block {
    display: inline-block;
}

.tile-title {
    padding-left: 31px;
    float: left;
    padding-bottom: 40px;
}

.box-green {
    color: white;
    border: 2px solid black;
    background-color: #009E0F;
    width: 82px;
    text-align: center;
}

.box-red {
    color: white;
    border: 2px solid black;
    background-color: #CF2A27;
    width: 82px;
    text-align: center;
}

.box-blue-active {
    color: white;
    border: 2px solid black;
    background-color: #2B78E4;
    width: 102px;
    text-align: center;
    display: inline-grid;
}

.box-blue-not-active {
    color: #8A97A5;
    border: 2px solid #898989;
    background-color: #2B78E4;
    width: 102px;
    text-align: center;
    display: inline-grid;
}

/* Icons displayed in lists of applications to be reviewed, within the Tiles */
.redFlag {
    background-image: url(Images/redFlag.png);
    height: 14px;
    width: 14px;
}

.grayFlag {
    background-image: url(Images/grayFlag.png);
    height: 14px;
    width: 14px;
}

.tickGreen {
    background-image: url(Images/TickGreen.png);
    height: 14px;
    width: 14px;
}

.tickGrey {
    background: url(Images/TickGrey.png);
    height: 14px;
    width: 14px;
}

.viewNote {
    background-image: url(Images/viewNote.png);
    height: 14px;
    width: 14px;
    margin: auto;
}

/* Paperclip icon, displayed on the Timeline in the "Attachment" column */
.attachTemplate {
    background-image: url(Images/attachTemplate.png);
    height: 14px;
    width: 14px;
    margin: auto;
}

/* Email message icon, displayed on the Timeline in the "Email" column */
.emailIcon {
    background-image: url(Images/message-icon.png);
    height: 22px;
    width: 32px;
    margin: auto;
}

/*Work Area*/

.work-area {
    font-family: 'OpenSansLight', 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    margin-top: 20px;
}

    .work-area h1 {
        font-weight: 300;
        font-size: 3em;
    }

    .work-area > .tile-group > h3.tile-group-title {
        font-weight: 300 !important;
        margin-bottom: 10px;
        font-size: 27.5px;
    }

    .work-area > div > .tile-group > h3.tile-group-title {
        font-weight: 300 !important;
        margin-bottom: 10px;
        font-size: 27.5px;
    }

.tile-group {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.tile-group-list {
    float: left;
    margin: 0;
}

    .tile-group-list .tile {
        color: white;
        margin: 0;
        font-weight: 300;
        position: relative;
        float: left;
        width: 150px;
        height: 100px;
        overflow: hidden;
        padding: 9px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .tile-group-list .tile.tile-disabled {
            background: #CECECE !important;
        }

        .tile-group-list .tile.tile-chrome {
            color: black;
            background: #e3e3e3;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
            background-image: -webkit-linear-gradient(top, #f7f7f7, #e3e3e3);
            background-image: -moz-linear-gradient(top, #f7f7f7, #e3e3e3);
            background-image: -o-linear-gradient(top, #f7f7f7, #e3e3e3);
            background-image: linear-gradient(top, #f7f7f7, #e3e3e3);
            background: -ms-linear-gradient(top, #f7f7f7 0%,#e3e3e3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e3e3e3',GradientType=0 );
            border: 1px solid #cccccc;
        }

            .tile-group-list .tile.tile-chrome:hover {
                opacity: 0.7;
            }

            .tile-group-list .tile.tile-chrome h5, .tile-group-list .tile.tile-chrome span {
                color: #636363;
            }

        .tile-group-list .tile.tile-blue {
            background-color: #1BA1E2;
        }

        .tile-group-list .tile.tile-green {
            background-color: #009719;
        }

        .tile-group-list .tile.tile-magenta {
            background-color: #BD1E4A;
        }

        .tile-group-list .tile span.red-text {
            color: #F73D3D;
        }

        .tile-group-list .tile span.green-text {
            color: #6aa84f;
        }

.tile.work-area-tile {
    display: none;
}

.tile-group-list .tile h5 {
    font-weight: 300;
    font-size: 21px;
    line-height: 21px;
    margin: 0;
}

.tile-group-list .tile span {
    font-weight: 300;
    display: block;
    padding-top: 16%;
    padding-left: 58%;
    font-size: 53px;
    line-height: 53px;
}

.tile-group-list .tile:active {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
}

.tile-group-list .tile:hover {
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.tile-contents:hover {
    cursor: pointer;
}

.tile-contents.disabled:hover {
    cursor: default;
}

/* Project Index */

.ProjectIndex {
    width: 97%;
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin-top: 30px;
    float: left;
    box-shadow: 1px 1px 3px #AAA;
    margin-bottom: 2px;
    margin-left: 1px;
}

.ProjectIndexTable {
    border: none;
    width: 95%;
}

    .ProjectIndexTable td {
        border: none;
        padding: 2px;
    }

.ProjectIndexPageLinks {
    border: 1px solid #AAA;
    padding: 5px;
}

    .ProjectIndexPageLinks td {
        /**text-decoration: underline; */
        border: 1px solid #AAA;
        padding-left: 5px;
        padding-right: 5px;
    }

#pageHeader {
    margin-bottom: 20px;
    background-color: #EEE;
}

#formInfo {
    border: #000000 solid 1px;
}

.pageNavigation {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-navigation.navigation {
    width: 80px;
    height: 100%;
    position: absolute;
    top: 200px;
}

    .form-navigation.navigation .well {
        position: absolute;
        padding: 10px;
        width: 58px;
        height: 450px;
    }

        .form-navigation.navigation .well.fixed {
            position: fixed;
            top: 40px;
            margin-top: 20px;
        }

        .form-navigation.navigation .well ul {
            width: 100%;
            height: 100%;
            margin: 0;
        }

            .form-navigation.navigation .well ul li {
                list-style-type: none;
                height: 50px;
                margin-bottom: 20px;
                margin-left: 5px;
            }

                .form-navigation.navigation .well ul li a {
                    float: left;
                    width: 100%;
                    height: 100%;
                }

.elementRow {
    float: left;
    width: 96%;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
}

.panelContainer {
    float: left;
    width: 100%;
}

/* Large tick and cross, used to display boolean values in tables
      Green Tick:      class="existing True"
      Red Cross:       class="existing False"
*/
.existing {
    height: 27px;
    width: 31px;
    margin: auto;
}

    .existing.True {
        background-image: url(Icons/success.png);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .existing.False {
        background-image: url(Icons/unsuccess.png);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
    }

.processes-th {
    text-align: center;
}

#load-overlay-pane {
    background-color: #f4fbfe;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 200px;
    zoom: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7;
    top: 0;
    left: 0;
}

.div-overlay-checkbox {
    padding-bottom: 5px;
}

    .div-overlay-checkbox input {
        margin-right: 5px;
    }

/*Form Comments Modal*/
#no-comments-alert {
    display: none;
}

#formComments-table {
    display: none;
}

    #formComments-table tbody tr:hover {
        cursor: auto;
    }

    #formComments-table tbody tr:hover {
        cursor: pointer;
    }

        #formComments-table tbody tr:hover .comment-text {
            text-decoration: underline;
        }

        #formComments-table tbody tr:hover .edit-comment-text {
            visibility: visible;
        }

#form-comments.modal {
    width: 80%;
    margin-left: -40%;
}

#formComments-table thead th {
    font-weight: 300;
    font-size: 23px;
}

#form-comments-textbox-container {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#form-comments.modal .modal-body {
    padding-left: 0;
    padding-right: 0;
    max-height: none;
}

#form-comments-textbox {
    width: 90%;
    min-height: 80px;
    float: left;
}

#formComments-table-container, #formPreviousComments-table-container, #formHistoricalComments-table-container {
    max-height: 400px;
    float: left;
    width: 100%;
    overflow-y: scroll;
}

#addComment-container {
    float: left;
    padding-left: 20px;
    padding-top: 27px;
}

    #addComment-container span:hover {
        cursor: pointer;
        background-image: url(Icons/green_plus_32.png);
        background-position: 0 0;
    }

.comment-text {
    width: 65%;
}

.edit-comment-text {
    visibility: hidden;
}

#formComments-table .comment-dateAdded, #formComments-table .comment-user, #form-comments .edit-comment-text-container, #form-comments .comment-moderator {
    text-align: center;
}

.inline-comment-edit {
    width: 100%;
}

.save-comment {
    margin-right: 5px;
}

.delete-comment {
    float: right;
}

/* --- Datatables styling -- */

/* Searchbox on the left */
.dataTables_filter {
    float: left !important;
    text-align: left !important;
    width: 50%;
    margin-bottom: 20px;
}

    .dataTables_filter input {
        /* ... and a bit wider than normal */
        float: left;
        margin-bottom: 20px;
        line-height: 20px;
        height: 24px;
        font-size: 17px;
        width: 100%;
    }

/* "No items found" message - looks the same as a bootstrap alert */
.dataTables_empty {
    background-color: rgb(252, 248, 227) !important;
    color: rgb(192, 152, 83) !important;
    text-align: left !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    height: 40px !important;
    font-weight: bold !important;
}

/* No black border at bottom of DataTables header */
.dataTable thead th {
    border-bottom: 0px none black !important;
}

/* Some column headings should be centered */
.dataTable .center {
    text-align: center;
}

/*--- Kendo Editor ---*/

/* Kendo Editor - Image Browser popup window */
div.k-widget.k-window {
    height: 680px !important; /* Window size needs increasing (was 650px, buttons were off-screen) */
}

/* Kendo Editor - Save tool - icon*/
.k-editor .k-save {
    background: 50% 50% no-repeat url(/Content/icons/disk.png);
}

/* Personalisation - Page Content */
.personalisation-webcontent-container {
    /* Fixed width - same for displaying and editing WebPage content */
    width: 800px;
}

/* Persoanlisation - Site Logo */
.site-logo {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* ---------------- */

/* Bootstrap 3 buttons*/

.btn.bootstrap3Button {
    -ms-text-shadow: none;
    text-shadow: none;
    background: none;
    background-color: #fff;
    border-color: #ccc;
}

    .btn.bootstrap3Button.btn-danger {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn.bootstrap3Button.btn-info {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn.bootstrap3Button.btn-success {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn.bootstrap3Button.btn-warning {
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn.bootstrap3Button.btn-primary {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn.bootstrap3Button:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn.bootstrap3Button.btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn.bootstrap3Button.btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn.bootstrap3Button.btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn.bootstrap3Button.btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn.bootstrap3Button.btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }


.invalid {
    border-color: red !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
}

/* Action css for overflow when tile is too long */
.application-tile a {
    margin: 0;
    /*word-break: break-all !important;*/
    text-overflow: ellipsis;
    overflow: hidden;
}

/*Report styles*/

#list-of-reportParameters {
    margin-top: 20px;
}

#report-information-container {
    margin-bottom: 35px;
}

#report-download-form button {
    border: none;
    background: none;
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 40px;
    font-size: 31.5px;
}

#application-report-table {
    margin-top: 50px;
    position: absolute;
}

    #application-report-table th {
        padding-bottom: 15px;
        text-align: center;
        line-height: 25px;
    }

    #application-report-table td {
        text-align: center;
        line-height: 30px;
    }

span.manualValidationMessage {
    color: red;
}

    span.manualValidationMessage.valid {
        display: none;
    }

    span.manualValidationMessage.notvalid {
        display: block;
    }

.inline-form {
    display: inline;
}

/*Documents table on _ProjectTransferRequestsTable partial view*/
#all-document-container #all-document-table_filter {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 25px;
}

    #all-document-container #all-document-table_filter input {
        float: left;
        width: 50%;
    }

#all-document-table_info {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
}

#all-documents-overlay .no-documents-alert {
    display: none;
}

#all-documents-overlay {
    width: 80%;
    margin-left: -40%;
}

/***********Timeline modals************/
#action-letter {
    float: left;
}

#letter-table {
    position: relative;
}

#document-table {
    position: relative;
}

#action-modal {
    width: 92%;
    margin-left: -46%;
}



#action-modal .control-group {
    margin-bottom: 30px;
}

#action-committee-reviewers {
    margin-top: 30px;
    margin-bottom: 30px;
}

#action-modal input, #action-modal select, #action-modal textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 65%;
    min-height: 30px;
}

    #action-modal input[type="checkbox"], #action-modal .datepicker {
        width: auto;
    }

#action-modal .control-group.control-group-padded {
    margin-left: 10%;
}

#action-modal .search-query {
    border-radius: 4px;
}

button#import-letter {
    float: left;
    display: none;
}

button#import-draft {
    float: left;
    display: none;
}

button#preview-letter {
    float: left;
    display: none;
}

.horizontal-breaker {
    height: 30px;
    float: left;
    background: #ddd;
    width: 1px;
    margin-left: 30px;
}

.displayNone {
    display: none;
}

#letter-table-container, #draft-table-container, #minutes-agenda-table-container {
    float: left;
    width: 45%;
}

.btn.btn-active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.accordion-attachment > td {
    padding: 0;
}

    .accordion-attachment > td > div {
        padding: 8px;
        display: none;
    }

#action-modal .letter-arrow, #ViewMinutes .letter-arrow, #ViewAgenda .letter-arrow {
    float: left;
    width: 7%;
    height: 100%;
    min-height: 55px;
    position: relative;
    top: 75px;
}

    #action-modal .letter-arrow .icon-arrow, #ViewMinutes .letter-arrow .icon-arrow, #ViewAgenda .letter-arrow .icon-arrow {
        width: 100%;
        height: 32px;
        float: left;
        background-image: url(Icons/arrow-left.png);
        background-position: center top;
        top: 55px;
    }

        #action-modal .letter-arrow .icon-arrow:hover, #ViewMinutes .letter-arrow .icon-arrow:hover, #ViewAgenda .letter-arrow .icon-arrow:hover {
            cursor: pointer;
            background-image: url(Icons/arrow-left-green.png);
        }

.jquery-ui-transfer {
    border: 2px dotted grey;
    z-index: 1100;
}

h4.import-documents-title {
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 21px;
    color: #aaa;
}

#letter-overlay {
    background: rgba(255, 255, 255, 0.5);
    height: 300px;
    width: 300px;
    opacity: 0.8;
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px solid #ccc;
    text-align: center;
}

    #letter-overlay h4 {
        border-bottom: 1px solid #ccc;
        font-size: 24px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin: 0;
        font-weight: 600;
        padding-top: 14px;
    }

    #letter-overlay #letter-overlay-header {
    }

    #letter-overlay #letter-overlay-body {
        overflow-y: scroll;
        padding-left: 15px;
        padding-right: 15px;
    }

        #letter-overlay #letter-overlay-body > div {
            margin-top: 20px;
        }

    #letter-overlay #letter-overlay-footer {
        border-top: 1px solid #ccc;
    }

        #letter-overlay #letter-overlay-footer > div {
            padding-top: 10px;
            padding-bottom: 10px;
        }

#action-letter .k-editor .k-saveTemplate {
    background: 50% 50% no-repeat url(/Content/icons/disk.png);
}

#action-letter .k-saveTemplate:hover {
    background: 50% 50% no-repeat url(/Content/icons/disk.png);
}

#letter-overlay-body #draft-table-container {
    display: block;
    width: 100%;
}

    #letter-overlay-body #draft-table-container h4 {
        display: none;
    }

#new-draft-textbox {
    height: 30px;
    width: 30%;
    margin-top: 10px;
}

.font18 {
    font-size: 18px;
}

th.open-sans {
    font-family: 'open sans';
    font-weight: 300;
}

@media (max-width: 1500px) {
    #action-modal {
        width: 92%;
        margin-left: -46%;
    }

    #action-letter {
        max-height: 235px;
        margin-bottom: 5px;
    }

    #action-modal .modal-body {
        margin-bottom: 5px;
    }
}

@media (max-height: 800px) {
}

/*Overal Panel Comments table on _OverallPanelCommentsTable partial view*/
#OverallPanelComments-container #OverallPanelComments-table_filter {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 25px;
}

    #OverallPanelComments-container #OverallPanelComments-table_filter input {
        float: left;
        width: 50%;
    }

#OverallPanelComments-table_info {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
}

#ViewOverallPanelComments .no-documents-alert {
    display: none;
}

#ViewOverallPanelComments {
    width: 80%;
    margin-left: -40%;
}

.panel-group.previous-panel-group, .panel-group.previous-approval-panel-group {
    background: #F7F7F7;
}

.review-main-nav .well ul li.action-cell.disabled-action {
    opacity: 0.4;
}

/* Removes the ability of users to select/highlight text by holding the mouse down, then dragging */
.no-user-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Error Pages*/

.error-page .well {
    margin-top: 30px;
}

.close-22 {
    width: 20px;
    height: 20px;
    background-image: url(Icons/close_22x22.png);
}

/*Help*/
.modal-dialog .modal-help {
    margin-left: 20px;
}

.modal-help:hover {
    cursor: pointer;
}

.popover {
    font-family: 'open sans';
    font-weight: 300;
}

    .popover .popover-content {
        line-height: 22px;
        font-size: 13px;
    }

/*Form Comments Modal*/
/*#no-commentsPanel-alert {
    display: none;
}*/

/*#formCommentsPanel-table {
    display: none;
}*/
#formCommentsPanel-table tbody tr:hover {
    cursor: auto;
}

#formCommentsPanel-table tbody tr[data-belongstouser = "true"]:hover {
    cursor: pointer;
}

    #formCommentsPanel-table tbody tr[data-belongstouser = "true"]:hover .commentPanel-text {
        text-decoration: underline;
    }

    #formCommentsPanel-table tbody tr[data-belongstouser = "true"]:hover .edit-commentPanel-text {
        visibility: visible;
    }

    #formCommentsPanel-table tbody tr[data-belongstouser = "true"]:hover .commentpanel-text {
        text-decoration: underline;
    }

    #formCommentsPanel-table tbody tr[data-belongstouser = "true"]:hover .edit-commentpanel-text {
        visibility: visible;
    }

#formCommentsPanel-table tbody tr:hover .commentPanel-panelGroupName {
    text-decoration: underline;
}

#formCommentsPanel.modal {
    width: 80%;
    margin-left: -40%;
}

#questionCommentsModal, #animalQuestionCommentsModal {
    width: 50%;
    margin-left: -25%;
}

    #questionCommentsModal textarea,, #animalQuestionCommentsModal textarea {
        min-height: 80px;
    }

.view-panelQuestion {
    cursor: pointer;
}

#formCommentsPanel-table thead th, #OverallPanelComments-table thead th {
    font-weight: 300;
    font-size: 23px;
}

#formCommentsPanel-textbox-container {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#formCommentsPanel.modal .modal-body {
    padding-left: 0;
    padding-right: 0;
    max-height: none;
}

#formCommentsPanel-textbox {
    width: 90%;
    min-height: 80px;
    float: left;
}

#formCommentsPanel-table-container {
    max-height: 400px;
    float: left;
    width: 100%;
    overflow-y: hidden;
}

#addCommentPanel-container {
    float: left;
    padding-left: 20px;
    padding-top: 27px;
}

    #addCommentPanel-container span:hover {
        cursor: pointer;
        background-image: url(Icons/green_plus_32.png);
        background-position: 0 0;
    }

.commentPanel-text {
    width: 50%;
}

.edit-commentPanel-text {
    visibility: hidden;
}

#formCommentsPanel-table .commentPanel-dateAdded, #formCommentsPanel-table .commentPanel-user, #formCommentsPanel .edit-commentPanel-text-container {
    text-align: center;
}

.inline-commentPanel-edit {
    width: 100%;
}

.save-commentPanel {
    margin-right: 5px;
}

.delete-commentPanel {
    float: right;
}



.force-show-sidenav.review-main-nav {
    left: 0 !Important;
}

/* id="container-withNavbar" surrounds all pages which have action buttons on the left-hand-side */
#container-withNavbar {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    width: inherit;
}

#container-withNavbar {
    padding-left: 260px;
    box-sizing: border-box;
}

#container-main {
    width: 100%;
}



@media (max-width: 1280px) {
    #container-withNavbar {
        padding-left: 180px;
        width: inherit;
    }

    .userEmailSpan {
        display: none;
    }
}

@media (max-width: 979px) {
    #sidebar-toggle {
        display: block;
        float: left;
    }

    #container-withNavbar.force-show-sidenav {
        padding-left: 180px !Important;
    }

    div.review-main-nav {
        left: -200px;
        position: fixed;
        z-index: 999;
    }

    #timeline-feedback, .feedback-bar {
        top: 50px;
    }

    #container-main {
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed !Important;
    }

    body {
        padding-top: 10px !Important;
        padding-bottom: 0px;
    }

    #container-withNavbar {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {

    .modal {
        width: 100px !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    #action-letter {
        max-height: 235px;
        margin-bottom: 5px;
    }

    #action-modal .modal-body {
        margin-bottom: 5px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: 0px !Important;
        margin-left: 0px !Important;
    }
}

.greyedout {
    color: #CCCCCC;
}

/* Filter form */

#filter-form {
    margin-top: 10px;
}

.inline-controls .control-label {
    width: 60px;
}

.inline-controls .controls {
    margin-left: 75px;
    width: 245px;
    margin-bottom: 5px;
}

.inline-control {
    float: left;
    width: 300px;
}

#slider-label {
    float: left;
    width: 60px;
    text-align: right;
}

#slider-range-min {
    width: 517px;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

    #slider-range-min .ui-slider-range {
    }

#slider-counter {
    float: left;
    margin-left: 10px;
    padding-top: 2px;
}

#search-items {
    margin-left: 75px;
}

#filter-form .search-info-text {
    margin: 0 0 10px 75px;
}

#filter-form .slide-counter-info-text {
    float: left;
    padding-left: 5px;
    padding-top: 2px;
}

#filter-form .searchAction {
    float: left;
}

#filter-form .additionalActions {
    display: none;
    float: left;
}

.page-help#review {
    float: right;
    right: 5px;
    margin-top: 25px;
    position: fixed;
}

.page-help#form {
    float: right;
    right: 5px;
    margin-top: 5px;
    position: fixed;
}

.page-help:hover {
    cursor: pointer;
}

.checkbox-cell {
    text-align: center;
}



/* Lists */


.remove-icon {
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    background-image: url(/Content/Icons/remove.png);
    margin-left: 10px;
}

.add-icon {
    float: right;
    width: 30px;
    height: 30px;
    background-image: url(/Content/Icons/add.png);
    margin-left: 10px;
}

    .add-icon:hover {
        cursor: pointer;
    }

.remove-icon:hover {
    cursor: pointer;
}

.no-list-type {
    list-style-type: none;
}

.table tbody tr[data-system = "true"] td {
    border-color: #FFC200;
    background-color: #FFF785;
}

.view-panelGroup, .commentPanel-panelGroupName {
    width: 15% !important;
}

.formCommentsPanel-table .dateAdded, .commentPanel-dateAdded {
    width: 15% !important;
}

form .control-group[data-dependentOn] {
    display: none;
}

form.modal-form input, form.modal-form select, form.modal-form textarea {
    width: 300px;
    box-sizing: border-box;
    display: block;
}



@media (max-width: 1024px) {
    .modal {
        width: 1020px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 90%;
            min-height: 30px;
        }
}

@media (max-width: 768px) {
    .modal {
        width: 760px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 90%;
            min-height: 30px;
        }
}

@media (max-width: 435px) {
    .modal {
        width: 430px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 415px;
            min-height: 30px;
        }
}


@media (max-width: 414px) {
    .modal {
        width: 405px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 394px;
            min-height: 30px;
        }
}


@media (max-width: 411px) {
    .modal {
        width: 405px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 391px;
            min-height: 30px;
        }
}

@media (max-width: 375px) {
    .modal {
        width: 370px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 355px;
            min-height: 30px;
        }
}

@media (max-width: 360px) {
    .modal {
        width: 355px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 340px;
            min-height: 30px;
        }
}

@media (max-width: 320px) {
    .modal {
        width: 315px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 300px;
            min-height: 30px;
        }
}


@media (max-width: 240px) {
    .modal {
        width: 235px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 220px;
            min-height: 20px;
        }
}

@media (max-width: 160px) {
    .modal {
        width: 155px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 140px;
            min-height: 10px;
        }
}

@media (max-width: 120px) {
    .modal {
        width: 115px !important;
        left: 2px !important;
        top: 2% !important;
        right: 2px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .modal input, .modal select, .modal textarea {
            width: 100px;
            min-height: 10px;
        }
}


#animalCommentsPanel-table tbody tr:hover {
    cursor: auto;
}

#animalCommentsPanel-table tbody tr[data-belongstouser = "true"]:hover {
    cursor: pointer;
}

    #animalCommentsPanel-table tbody tr[data-belongstouser = "true"]:hover .commentPanel-text {
        text-decoration: underline;
    }

    #animalCommentsPanel-table tbody tr[data-belongstouser = "true"]:hover .edit-commentPanel-text {
        visibility: visible;
    }

    #animalCommentsPanel-table tbody tr[data-belongstouser = "true"]:hover .commentpanel-text {
        text-decoration: underline;
    }

    #animalCommentsPanel-table tbody tr[data-belongstouser = "true"]:hover .edit-commentpanel-text {
        visibility: visible;
    }

#animalCommentsPanel-table tbody tr:hover .commentPanel-panelGroupName {
    text-decoration: underline;
}

#animalCommentsPanel.modal {
    width: 80%;
    margin-left: -40%;
}


#animalCommentsPanel-table-container {
    max-height: 400px;
    float: left;
    width: 100%;
    overflow-y: scroll;
}


#animalCommentsPanel-table thead th, #OverallPanelComments-table thead th {
    font-weight: 300;
    font-size: 23px;
}

#animalCommentsPanel-textbox-container {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#animalCommentsPanel.modal .modal-body {
    padding-left: 0;
    padding-right: 0;
    max-height: none;
}

#animalCommentsPanel-textbox {
    width: 90%;
    min-height: 80px;
    float: left;
}

#animalCommentsPanel-table-container {
    max-height: 400px;
    float: left;
    width: 100%;
    overflow-y: scroll;
}

.m-margin-bot {
    margin-bottom: 25px;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
}
    .chosen-container-multi .chosen-choices li.search-choice {
        background: white;
        -ms-border-radius: 0;
        border-radius: 0;
        margin-top: 5px;
        padding: 7px 20px 7px 8px;
    }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            top: 9px;
        }

    .chosen-container.chosen-container-single > a.chosen-single {
        border-color: #CCCCCC;
        color: rgb(132, 132, 143);
        font-family: 'open sans';
        width: 294px;
        border-radius: 4px;
        height: 28px;
        line-height: 28px;
        padding-left: 4px;
        font-weight: 200;
    }

    .chosen-container.chosen-container-single.chosen-container-active > a.chosen-single {
        border-radius: 4px 4px 0 0;
    }

    .chosen-container.chosen-container-multi ul.chosen-choices {
        border-color: #CCCCCC;
        background: none;
        color: rgb(132, 132, 143);
        font-family: 'open sans';
        height: 28px;
        line-height: 28px;
        padding-left: 4px;
        font-weight: 200;
    }

    .chosen-container-multi .chosen-choices {
        box-shadow: none;
    }

    .chosen-container.chosen-container-single.chosen-with-drop .chosen-drop {
        border-color: #CCCCCC;
        color: rgb(143, 154, 154);
        font-family: 'open sans';
    }

    .chosen-search input:focus {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .chosen-container .chosen-results li.highlighted {
        background: none;
        background-color: #08C;
    }


    .chosen-container a.chosen-single {
        background: white;
        box-shadow: none;
    }

        .chosen-container a.chosen-single b {
            background-position-y: 6px;
        }

    .chosen-container.chosen-with-drop a.chosen-single {
        background: white;
    }

/*General Styles*/
.width30 {
    width: 30%;
}
.width100 {
    width: 100%;
}
.floatLeft {
    float: left;
}

/* Table with 4 columns and no headers */
        table.four-columns {
            width: 100%;
            float: left;
            font-size: 14px;
        }

            /* Fixed width for the "label" columns */
            table.four-columns .label-column {
                width: 160px;
            }

            table.four-columns .text-column {
                width: 220px;
            }

            table.four-columns tr {
                vertical-align: text-top;
                cursor: default;
            }


    /* Modal styles */

    .modal.modal60 {
        width: 60%;
        margin-left: -30%;
    }

.buttonAsLink {
    background: none;
    border: none;
    color: #0088cc;
    float: left;
    padding-top: 0px;
    padding-bottom: 0;
}

    /*Form controls*/
    textarea.fullWidth {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 160px;
    }
    .files-input-container {
        padding: 10px;
        border: 1px solid #ccc;
        width: 100%;
        -ms-border-radius: 4px;
        border-radius: 4px;
        box-sizing:border-box;
    }

input[type=file].largeFileInput {
        font-size: 17px;
        margin: 0;
        vertical-align: baseline;
        line-height: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


/*Correspondence*/
#correspondOverlay .progress {
    height: 30px;
    width: 60%;
    margin: 0;
    margin-left: 5%;
}

#correspondOverlay .largeFileInput{
    width: 35%;
}

.x-large-text {
    display: block;
    font-weight: 600;
    font-size: 24.5px;
    line-height: 40px;
}

.xx-large-text {
    font-size: 31.5px;
    margin: 10px 0;
    line-height: 40px;
    display: block;
}
