﻿/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

div#powerschool-header div#powerschool-header-links {
    text-align: right;
    float: right;
}

div#powerschool-header div#powerschool-header-links ul {
line-height: 20px;
text-indent: 0px;
list-style-position: outside;
list-style-type: none;
padding-left: 0px;
padding-top: 15px;
padding-bottom: 5px;
text-align: right;
}

div#powerschool-header div#powerschool-header-links li {
line-height: 18px;
display: inline-block;
padding-right: 30px;
}

div#powerschool-header div#powerschool-header-links li.powerschool-no-padding {
    padding-right: 0;
}

div#powerschool-header div#powerschool-header-links a, div#powerschool-header div#powerschool-header-links a:visited, div#powerschool-header div#powerschool-header-links a:active, div#powerschool-header div#powerschool-header-links a:link {
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 14px;
}

div#powerschool-header div#powerschool-header-links a:hover {
    text-decoration: underline;
}

div#powerschool-atrieve-header {
    background-color: #ffffff;
}

div#powerschool-atrieve-header img.atrieve-logo {
    height: 45px;
    position: relative;
    left: -8px;
}

div#powerschool-atrieve-header .portal-message {
    font-size: 150%;
    font-weight: normal;
    color: #ff0000;
    padding-top: 7px;
}

div#powerschool-atrieve-header div#powerschool-atrieve-header-links {
    text-align: right;
    float: right;
    padding-top: 14px;
}

div#powerschool-atrieve-header div#powerschool-atrieve-header-links span.powerschool-atrieve-client-name {
    padding-right: 20px;
}

div#powerschool-atrieve-header div#powerschool-atrieve-header-links a, div#powerschool-atrieve-header div#powerschool-atrieve-header-links a:visited, div#powerschool-atrieve-header div#powerschool-atrieve-header-links a:active, div#powerschool-atrieve-header div#powerschool-atrieve-header-links a:link {
    color: #042D40;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
}

div#powerschool-atrieve-header div#powerschool-atrieve-header-links a:hover {
    color: #9e582d;
    text-decoration: none;
}


div#powerschool-atrieve-header div#powerschool-atrieve-header-links .glyphicon-atrieve-tasks {
    font-size: 20px;
    padding-left: 10px;
    position: relative;
    top: 5px;
}

div#powerschool-atrieve-header div#powerschool-atrieve-header-links .badge-atrieve-tasks {
    background: #075B7F;
    position: absolute;
    left: 20px;
    bottom: -5px;
    font-size: 10px;
    z-index: 3;
}

div#powerschool-atrieve-menu {
    background-color: #075B7F;
    color: #ffffff;
    text-align: center;
    min-height: 27px;
}

.mmenu {
    font-size: 12px;
}

div#powerschool-content {
    padding-top: 10px;
}

.panel-powerschool-login {
    margin-top: 50px;
}

.panel-powerschool-login > .panel-heading {
    background-color: #ffffff !important;
    background-image: none;
    color: #5a5958;
    font-size: 185%;
}

.panel-powerschool-login > .panel-heading > span {
    color: #818384;
    display: block;
    font-weight: normal;
    font-size: 75%;
}

.panel-powerschool-login > .panel-body {
    background-color: #f5f5f5;
    border-bottom: none;
}

.panel-powerschool-login > .panel-footer {
    border-top: none;
}

.btn-powerschool-login {
    display: block;
    width: 100%;
}

.form-group-powerschool-login {
    padding: 0 15px 0 15px;
    margin-bottom: 0;
}

.form-control-powerschool-validator {
    float: right;
    position: relative;
    top: -25px;
    left: -3px;
    color: #ff0000;
}

p.powerschool-login-error {
    color: #ff0000;
    text-align: center;
}

#supportItems ul {
    list-style-type: none;
    padding-left: 20px;
}

/**
 * Media Query Breakpoints
 **/

@media (max-width: 767px) {
    div#powerschool-header div#powerschool-header-links li {
        line-height: 18px;
        display: block;
        padding-right: 0;
        text-align: right;
    }

    div#powerschool-atrieve-header div#powerschool-atrieve-header-links span.powerschool-atrieve-client-name {
        padding-right: 0;
        display: block;
    }
}

/**
 * Print Stylesheet
 **/

@media print {
    a[href]:after {
        content: none !important;
    }
}
