﻿.TermSelectionContainer {
    margin-bottom: 15px;
}

.portlet-section-separator {
    margin-top: 5px;
    margin-bottom: 0;
}

.portlet-section-content {
    padding: 0.5em 0.5em 0.5em 5.5em;
}

.portlet-section-content h4 {
    padding-bottom: 0;
    margin-bottom: 5px;
}

.portlet-section-alert-container {
    margin-left: -10px;
}

#RegistrationPortletPanel #RegistrationPlanningContainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

#RegistrationPortletPanel #RegistrationPlanningText,
#RegistrationPortletPanel #RegistrationText {
    padding-left: 110px;
    padding-top: 7px;
}

.StudentHomePage #StudentHomepageHeaderBar {
    min-height: 10px;
}

.StudentHomePage #adminCog {
    text-decoration: none;
    border: 0;
    z-index: 1;
    background-color: transparent;
    color: #265B8C;
    width: 12px;
    padding: 0;
    font-weight: inherit;
}
.StudentHomePage #adminCog:focus {
    border: none;
    text-decoration: none;
}
.StudentHomePage .mainHeaderComponent {
    clear: both;
}

.StudentHomePage .block-icon { color: #989A9E; }
 
.StudentHomePage .block-icon-background-size {
     background-size: 50px 50px;
}

.StudentHomePage #StudentAccountsPortletPanel .yearTermSelectView {
    display: inline-block;
}

.StudentHomePage #RegistrationPortletPanel .select2-selection__rendered {
    background-color: #F3F3F3
}

.StudentHomePage .yearTermSelectView .select2 {
    width: 100% !important;
}
.StudentHomePage .select2-container {
    width: inherit !important;   
}

@media (max-width: 450px) {
    .StudentHomePage .select2-container {
        max-width:325px;    
    }
}

.StudentHomePage #pastDuePopover {
    text-decoration: none;
}

.StudentHomePage .settingsPanel legend {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.15em;
}

.StudentHomePage .settingsPanel h4 {
    padding: 0;
    margin: 20px 0;
    font-size: 1.45em;
}

.StudentHomePage .settingsButtonGroup a {
    text-decoration: none;
}

.StudentHomePage #StudentAccountsPortletPanel .glyphicon {
    font-weight: normal;
}

.StudentHomePage #StudentAccountsPortletPanel .alert-container {
    margin-left: 0px;
}

.portlet-grid .portlet .StudentHomePage .form-wrapper label.form-label {
    margin-left: 2em;
    vertical-align: baseline;
}

@media (max-width: 1025px) {
    .StudentHomePage .settingsPanel .other-input {
        display: inline;
        width: 66%;
        margin-bottom: 2em;
        margin-left: 2em;
    }

    .portlet-grid .portlet .StudentHomePage .form-wrapper label.form-label {
        margin-bottom: .5em;
        vertical-align: baseline;
    }
}

.yearTermSelectContainer ul:not(.withBullets) {
    margin-bottom: 5px;
}

.yearTermSelectContainer li:not(.withBullets) {
    margin: .5em 0;
}

.yearTermSelectContainer li span {
    display: inline-block;
}

.yearTermSelectContainer .select2-results__option hr{
    margin: 5px 0;
}
.yearTermSelectContainer .select2-results__option .YearTerm{
    padding-left: 10px;
    width: 60%;
}
.yearTermSelectContainer .select2-results__option span:not(.YearTerm){
    padding-right: 10px;
    text-align: right;
    width: 40%;
}


