﻿@import url("MvpcStyles/BasicStyles-bootstrap.css");
@import url("MvpcStyles/ToolbarItems_22x22-bootstrap.css");
@import url("MvpcStyles/StartItems_64x64-bootstrap.css");
@import url("MvpcStyles/ContextToolbarItems_16x16-bootstrap.css");
@import url("Brand.css");

/* Site specific styles */

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

textarea.input-validation-error {
    border: 1px solid #b94a48;
}

select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/* Editor Labels should be bold. */
.editor-label {
    font-weight: bold;
    margin-top: 10px;
}

.required {
    font-weight: normal !important;
    color: gray !important;
}

/* Labels should be treated like data. */
label {
    font-weight: normal;
    font-size: 16px;
}

/* Do want the groups in this application's editors. */
fieldset legend {
    display: block;
    margin-bottom: 0px;
}

/* Dont want legends on the login form. */
#loginForm legend {
    display: none;
}

/* For code editors */
.CodeMirror {
    border: 1px solid;
}


/* Make the navigation screen buttons take 100% of the cell */
.content-button {
    width: 100%;
    margin-bottom: 8px;
}

.category-button {
    width: 100%;
    margin-bottom: 8px;
}

.favourite-button {
    width: 100%;
    margin-bottom: 8px;
}

.recent-button {
    width: 100%;
    margin-bottom: 8px;
}


/* Quiz/Poll - Content Renderer styles */
/*.main-content-renderer-container {
    padding: 0;
    margin: 0;
}*/

.content-question {
    font-size: 225%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.content-answer {
    font-size: 140%;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
}

/*.content-answer_body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;

    background-color: #eee;
    border-radius: 6px;
}*/

.content-answer-radio {
    margin-top: 8px !important;
}

.form-control-fullwidth {
    max-width: none;
}

.goprevious {
    background-image: url('../Images/ThemeImages/go_previous_22x22.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 2px;
    padding-left: 30px;
    margin-left: -15px;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    padding: .1em .2em;
    background: #ffffff;
    color: #333333;
    max-width: 400px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu-item {
    padding-left: 10px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.toolbar-item-go_previous {
    display: none !important;
}

.label-success {
    background-color: #67BEB0 !important;
}
.label-success[href]:focus {
    background-color: #67BEB0 !important;
}