﻿#wrapper .header {
    background-color: #337ab7;
    padding: 10px 0;
    margin-bottom: 20px;
}

#wrapper .header .RadMenu {
    margin: 10px 0;
    float: none;
}

#wrapper .logo {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}

#wrapper .logo img {
    max-width: 100%;
}

#wrapper .jumbotron {
    border-radius: 4px;
    padding: 1.875em;
    padding-top: 1em;
    background-color: #F5F5F5;
    border-color: #DEDEDE;
    border-width: 1px;
    border-style: solid;
}

#wrapper .jumbotron .RadButton {
    float: right;
    margin-top: .667em;
    font-size: .5em;
}

#wrapper .jumbotron a {
    color: #1a3f5f !important;
}

#wrapper .footer {
    line-height: 30px;
    text-align: center;
    border-top-color: #337ab7;
    border-top-width: 30px;
    border-top-style: solid;
    margin-top: 20px;
    padding: 0px;
    padding-top: 20px;
}

#wrapper .smallText {
    font-size: small;
    text-align: right;
}

.reminderItemPanel {
    border-radius: 4px;
    padding: 2px;
    margin: 2px;
    background: #F5F5F5;
}
    .reminderItemPanel:hover {
        box-shadow: inset 0 0 10px gainsboro;
    }

.callOut {
    border-radius: 4px;
    background-color: #F5F5F5;
    padding: 10px;
    margin-top: 5px;
    border-color: #DEDEDE;
    border-width: 1px;
    border-style: solid;
}
.callOut a {
    color: #1a3f5f !important;
}

.blueCallOut {
    border-radius: 4px;
    background-color: #337ab7;
    padding: 10px;
    margin-top: 20px;
    border-color: #337ab7;
    border-width: 1px;
    border-style: solid;
    color: white;
}
.blueCallOut a {
    color: white !important;
}

.RadGrid .rgSelectedRow label.rfdCheckboxChecked {
    color: white !important;
}

#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink {
    font-size: 1em;
}

a {
    color: #337ab7;
}

/* links within tables need to be darker for rows that have background shading,
    but don't apply this style to selection buttons at the bottom of the RadEditor 
*/
td a:not(.reSelectedMode) {
    color: #1a3f5f !important;
}
.RadForm_Bootstrap .rfdTable a:not(.reSelectedMode) {
    color: #1a3f5f;
}

/* background color for mode selection in RadEditor; improve contrast */
.RadEditor_Metro .reModes .reSelectedMode {
    background: #337ab7 !important;
    border-color: #337ab7 !important;
}

a.noDecoration {
    text-decoration: none;
    color: #1a3f5f;
}

.material-icons {
    vertical-align: middle;
    padding-bottom: 3px;
}

/* By default, the radajaxpanel class will display items using display: block. This causes 
    formatting issues.
*/
.RadAjaxPanel {
    display: inline !important;
}

/* styles for cards (on sign-in page) */
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.k-card {
    width: 300px;
    margin: 1%;
    text-align: center;
}

#reminder .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

#reminder .k-card  {
    text-align: left !important;
}

/* makes the checkbox icon elastic in addition to the label text */
.RadButton.RadCheckBox .rbIcon,
.RadButton.RadCheckBox .rbIcon::before {
    font-size: inherit;
    width: 1em;
    height: 1em;
}

/* end card styles */