/** *****************************************************************************
 Copyright 2009-2015 Ellucian Company L.P. and its affiliates.
 ****************************************************************************** */
/*
 Updates to this file for IE6 ================================================================
 modified .hover styles to represent a different class altogether to fix bug with class chaining.

 Ex:
 primaryButtonLeft.hover to primaryButtonLeftHover
 primaryButtonMiddle.hover to primaryButtonMiddleHover
 primaryButtonRight.hover to primaryButtonRightHover


 Modified .blue styles to represent a different class.

 Ex:
 primaryButtonMiddle.blue to primaryButtonMiddleblue
 */
.buttonBar {
    margin: 0 6px 0 0;
}

.buttonBarSpacer {
    width: 8px;
    float: right;
}

.primaryButton {
    background: url('images/primary_button.png') no-repeat;
    position: relative;
    display: block;
    float: right;
    width: 46px;
    height: 30px;
    text-align: center;
    line-height: 26px;
}

.primaryButton:hover {
    background: url('images/primary_button_hover.png') no-repeat;
}

.primaryButton:active {
    background: url('images/primary_button_active.png') no-repeat;
}

.primaryButtonLeftblue {
    background: url('images/primary_button_blue_left.png') no-repeat;
    position: relative;
    float: left;
    width: 3px;
    height: 30px;
    margin-left: 8px;
}

.primaryButtonLeftblue.hover {
    background: url('images/primary_button_blue_left_hover.png') no-repeat;
}

.primaryButtonMiddleblue {
    background: url('images/primary_button_blue_middle.png') repeat-x;
    position: relative;
    float: left;
    height: 30px;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 30px;
    color: #0989d7;
    text-decoration: none;
    padding: 0 5px 0 5px;
}

.primaryButtonMiddleblue.hover {
    background: url('images/primary_button_blue_middle_hover.png') repeat-x;
}

.primaryButtonRightblue {
    background: url('images/primary_button_blue_right.png') no-repeat;
    position: relative;
    float: left;
    width: 3px;
    height: 30px;
}

.primaryButtonRightblue.hover {
    background: url('images/primary_button_blue_right_hover.png') no-repeat;
}

.primaryButton span {
    float: none;
    font-size: 0.75em;
    font-weight: bold;
    color: #0989d7;
    text-decoration: none;
}

.textInputBox {
    position: relative;
    float: left;
    background: url('images/text_input_background.png') no-repeat;
    width: 220px;
    height: 22px;
    margin: 0 0 0 5px;
}

.textInput {
    position: absolute;
    top: 2px;
    left: 2px;
    line-height: 18px;
    width: 214px;
    border: 0px;
    color: #666666;
    font-size: 0.88em;
    padding: 0 0 0 2px;
}

.label {
    position: relative;
    display: block;
    float: left;
    color: #666666;
    line-height: 20px;
}

.clearBoth {
    clear: both;
}

.primaryButton2 {
    position: relative;
    float: right;
    cursor: pointer;
}

.primaryButtonLeft {
    background: url('images/com-small-btn-left.png') no-repeat top left;
    width: 4px;
    height: 20px;
    display: block;
    float: left;
}

.primaryButtonLeftHover {
    background: url('images/primary_button_left_hover.png') no-repeat;
}

.primaryButtonMiddle {
    background: url('images/com-small-btn-center.png') repeat-x top left;
    height: 20px;
    display: block;
    float: left;
    color: #fff;
    font-size: 0.72em;
    font-weight: bold;
    padding: 2px 10px;
}

.primaryButtonMiddleHover {
    background: url('images/primary_button_middle_hover.png') repeat-x;
}

.primaryButtonRight {
    background: url('images/com-small-btn-right.png') no-repeat top left;
    width: 4px;
    height: 20px;
    display: block;
    float: left;
}

.primaryButtonRightHover {
    background: url('images/primary_button_right_hover.png') no-repeat;
}

.modalWindowModal {
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0;
    display: none;
}

.modalWindow {
    position: absolute;
    z-index: 1001;
    top: 30%;
    left: 30%;
    display: none;
}

.modalWindowTop {
    background: url('images/dialog_top_2.png') no-repeat;
    float: left;
    width: 400px;
    height: 53px;
}

.modalWindowMiddle {
    background: url('images/dialog_middle_2.png') repeat-y;
    float: left;
    clear: both;
    width: 400px;
}

.modalWindowBottom {
    background: url('images/dialog_bottom_2.png') no-repeat;
    float: left;
    clear: both;
    width: 400px;
    height: 51px;
}

.modalWindowContent {
    position: relative;
    height: 100%;
    margin: 20px 20px 0 20px;
    overflow-y: auto;
}

.modalWindowTop .modalWindowIcon {
    position: relative;
    display: block;
    float: left;
    padding-right: 10px;
    top: 5px;
    left: 6px;
    height: 24px;
    text-decoration: none;
}

.modalWindowTop .modalWindowTitle {
    position: relative;
    display: block;
    float: left;
    top: 28px;
    left: 15px;
    font-size: 0.88em;
    font-weight: bold;
    color: #0c4e8c;
    text-decoration: none;
}

.modalWindowTop .modalCloseIcon {
    position: absolute;
    width: 9px;
    height: 8px;
    top: 32px;
    right: 29px;
    cursor: pointer;
}

.modalButtonBar {
    margin-right: 25px;
}

.modalButtonBar .primaryButton2 {
    top: 8px;
}

.modalLabelPrimary {
    font-size: 1em;
    font-weight: bold;
}

.modalLabelSecondary {
    font-size: 0.75em;
    font-weight: normal;
}

.modalWindowTopblue {
    background: url('images/dialog_top.png') no-repeat;
    float: left;
    width: 402px;
    height: 38px;
}

.modalWindowMiddleblue {
    background: url('images/dialog_middle.png') repeat-y;
    float: left;
    clear: both;
    width: 402px;
    height: 165px;
}

.modalWindowBottomblue {
    background: url('images/dialog_bottom.png') no-repeat;
    float: left;
    clear: both;
    width: 402px;
    height: 50px;
}

.modalWindowContentblue {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.modalWindowContentblue .errorMessage {
    position: relative;
    float: left;
    clear: both;
    color: #5c5c5c;
    width: 100%;
}

.modalWindowTopblue .modalWindowIcon {
    background: url('images/error_window_info.png') no-repeat;
    position: relative;
    display: block;
    float: left;
    padding-right: 10px;
    top: 5px;
    left: 6px;
    width: 26px;
    height: 26px;
    text-decoration: none;
}

.modalWindowTopblue .modalWindowTitle {
    position: relative;
    display: block;
    float: left;
    top: 7px;
    left: 5px;
    font-size: 1.13em;
    color: #0989d7;
    font-weight: normal;
    text-decoration: none;
}

.modalWindowTopblue .modalCloseIcon {
    display: none;
}

.modalButtonBarblue {
    margin: 8px 8px 0 0;
}


.headerBottomBorder {
    position: relative;
    width: 100%;
    clear: both;
    background: #00559e;
    float: left;
    height: 1px;
    z-index: 999;
    background: #f00;
}

#headerDropShadow {
    position: absolute;
    width: 100%;
    clear: both;
    z-index: 998;
    background: url('images/areas_drop_shadow_gradient.png') repeat-x;
    background-color: transparent;
    height: 9px;
}

#areasMenu {
    float: left;
    padding: 0;
    margin: 0px 0px 0px 14px;
    list-style: none;
}

#areasMenu li {
    display: block;
    float: left;
    height: 35px;
    cursor: pointer;
    background: url('images/com-tab-right.png') no-repeat top right;
}

#areasMenu li.activeWorkspace, #areasMenu li:hover {
    background: url('images/com-tab-right.png') no-repeat top right;
}

#areasMenu li.activeWorkspace.edit, #areasMenu li:hover.edit {
}

#areasMenu li #workspaceText {
    background: url('images/com-tab-left.png') no-repeat 0px 0px;
    display: block;
    padding: 5px 20px;
}


#browseMenuContainer {
    position: absolute;
    top: 75px;
    z-index: 1000;
    /*width: 100%;*/
    left: 4px;
    right: 10px;
}

#browseMenu {
    display: none;
    z-index: 999;
}

.browseMenuShadow {
    display:block;
    padding:7px 5px 5px;
    border: 1px #13689E solid;
    border-top: none;
    background: #477b9c;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    box-shadow: 2px 2px 2px #999999;
    -moz-box-shadow: 2px 2px 2px #999999;
    -webkit-box-shadow: 2px 2px 2px #999999;

}

#browseButton {
    position: absolute;
    left: 66px;
    background-position: 0px 0px;
    z-index:1;
}


/* used in browse menu, while the scrollable list is calculating the height of the invisible navList containers */
.visibility {
    /* using display:none will not allow us to get the height of the container.
    The height() will always be 0 unless the display is set to 'block'. Using visibility
    attribute instead lets us read the height even when the element is hidden */
    display:block  !important;
    visibility: hidden;
}
/*
 End ================================================================
 */


#browseButtonState {
    border:1px solid transparent;
    float:left;
    height:33px;
    left:4px;
    position:absolute;
    right:198px;
}

#browseButtonState.active {
    background-color: #477b9c;
    border:1px solid #13689E;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.browseButton {
    cursor:pointer;
    white-space: nowrap;
}

.browseButton div {
    height:24px;
}

.browseButton div div {
    padding:0px 5px;
}
.menuWrap{
    position:relative;
}
#menuArrow{
    width:20px;
    clear:none;
    height:24px!important;
    background:url("images/header-composite-button-sprites.png") no-repeat scroll right 0px transparent !important;
    position:absolute;
    right:15px;
    top:0px;
}


#menuArrow:hover {
    background: transparent url("images/header-composite-button-sprites.png") no-repeat scroll 100% -48px !important;
}

.browseButtonDownArrow:link, .browseButtonDownArrow:active, .browseButtonDownArrow:visited {
    display: block;
}


.browseTab {
    height:24px;
    margin-left:0px;
    margin-right:0px;
    float:left;
    cursor:pointer;
    white-space: nowrap;
}

.browseTab div {
    height:24px;
}

.browseTab div div {
    color:#fff;
    text-align:center;
    line-height: 24px;
    padding:0px 5px;
}

.browseTab .upArrow:link, .browseTab .upArrow:active, .browseTab .upArrow:visited {
    display: block;
    padding: 0;
}
/* other header buttons */

.headerButton {
    background:url(images/header-button-sprites.png) no-repeat left 0px;
    height:24px;
    cursor:pointer;
    white-space: nowrap;
}

.headerButton div {
    background:url(images/header-button-sprites.png) no-repeat right 0px;
    height:24px;
    padding-right:4px;
    padding-left:4px;
}

.headerButton div div {
    background:url(images/header-button-sprites.png) repeat-x 0px -24px;
    color:#fff;
    text-align:center;
    line-height: 24px;
    padding:0px 5px;
}

.headerButtonDownArrow:link, .headerButtonDownArrow:active, .headerButtonDownArrow:visited {
    background: url("images/crumbarrow_down.png") no-repeat right 10px;
    display: block;
    color: #FFF;
    font: bold 1.2em Arial, Tahoma, sans-serif;
    padding: 5px 16px 4px 6px;
    text-align: left;
    text-decoration: none;
}

.headerButtonDownArrow:hover {
    background: url("images/crumbarrow_down.png") no-repeat right 10px;
    color: #FFF;
}

.headerButton .upArrow:link, .upArrow:active, .upArrow:visited {
    background: url("images/callout_arrow.png") no-repeat scroll right 8px transparent;
}

.upArrow:link, .upArrow:active, .upArrow:visited {
    display: block;
    color: #FFF;
    font: bold 1.2em Arial, Tahoma, sans-serif;
    padding: 5px 16px 4px 6px;
    text-align: left;
    text-decoration: none;
    line-height: 1em;
}

/* --------------------- */
#browseButtonBottom {
    position: absolute;
    bottom: -2px;
    left: 0px;
    margin: 0 0 0 15px;
    z-index: 999;
    width: 86px;
    height: 12px;
    cursor: pointer;
    display: none;
}

#browseButtonBottom.hover {
    position: absolute;
    bottom: -2px;
    left: 0px;
    margin: 0 0 0 15px;
    z-index: 999;
    width: 86px;
    height: 12px;
    cursor: pointer;
}


/* opened items */

#buttonContainer {
    float:right;
    position: absolute;
    right: 7px;
    left: auto;
}

#scrollableListContainer {
    height: 100%;   /* 268px */
    width: 100%;
    background: #ffffff;
}

#columnsContainer {
    overflow-x: auto;
    overflow-y: hidden;
}

#columnsContainerTrack {
}

.btn-l {
    z-index: 10;
    left: 187px;
    top: 0px;
    position: absolute;
    height: 136px;
    background: #646464 url('images/bp-horiz-nav-btns.png') no-repeat -1px center;
    cursor: pointer;
    width: 14px;
    border: 1px #666 solid;
    float: left;
    display: none;
}

.btn-r {
    z-index: 10;
    right: 0px;
    top: 0px;
    float: left;
    position: absolute;
    height: 136px;
    background: #646464 url('images/bp-horiz-nav-btns.png') no-repeat -18px center;
    cursor: pointer;
    width: 14px;
    border: 1px #666 solid;
    display: none;
}


.upButton {
    display: none;  /*block*/
    background: #eee url('images/bg-nav-btn-normal.png') repeat-x left bottom;
    height: 12px;
    border: 1px #aaa solid;
}

.downButton {
    display: none;  /*block*/
    background: #eee url('images/bg-nav-btn-normal.png') repeat-x left bottom;
    height: 12px;
    border: 1px #aaa solid;
}

.downButton:hover, .upButton:hover {
    background: #eee url('images/bg-nav-btn-over.png') repeat-x left bottom;
    border: 1px #2477C1 solid;
    cursor: pointer;
    display:block;
}

.navDownArrow {
    background: url('images/arrow-btn-down.png') no-repeat center center;
    height: 12px;
    display: block;
}

.navUpArrow {
    background: url('images/arrow-btn-up.png') no-repeat center center;
    height: 12px;
    display: block;
}

.navDownArrowOver {
    background: url('images/arrow-btn-down.png') no-repeat center center;
    height: 12px;
    display: block;
}

.navUpArrowOver {
    background: url('images/arrow-btn-up-over.png') no-repeat center center;
    height: 12px;
    display: block;
}

.downButtonDisabled {
    display: none;  /*block*/
    height: 12px;
    border: 1px #ccc solid;
    background: #f0f0f0 url('images/arrow-btn-down-disabled.png') no-repeat center center;
}

.upButtonDisabled {
    display: none;  /*block*/
    height: 12px;
    border: 1px #ccc solid;
    background: #f0f0f0 url('images/arrow-btn-up-disabled.png') no-repeat center center;
}

a.noButton {
    display: block;
    height: 14px;
}

a.noButton span {
    background-image: none;
}

/***********************************************************************************/
/* list of navigation items */
/***********************************************************************************/
.loader {
    background:url("images/indicator.gif") no-repeat scroll center center transparent;
}

.columns {
    width: 215px;   /*185px*/
    float: left;
    margin-right: 0px;
    border-right: 1px #ddd solid;
    background-color: #fff;
    display: block;
    /*margin-top: 14px;*/
}

.scrollContainer {
    overflow: hidden;
    position: relative;
    height: 254px;
    overflow-y: auto;
}

/* High Level Categories */
.navListStart {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 185px;
    display: block;
}

.navListStart span {
    display: block;
    height: 20px;
    text-decoration: none;
    padding: 3px 0 2px 10px;
    color: #777;
    cursor: pointer;
}

.navListStart span:hover {
    color: #fff;
    background-color: #666;
}

.navListStart .parent span:hover {
    background-color: #666;
    color: #fff;
    background: #999 url('images/bp-arrow-right-selected.png') no-repeat 170px .6em;
}

.navListStart .parent {
    background: transparent url('images/arrow-right-gray.png') no-repeat 170px .6em;
}

/* default list style */
.navList {
    list-style: none;
    margin: 0px;
    padding: 0;
    position: absolute;
    width: 215px;
    background-color: #fff;
    display: block;
    line-height: 28px;
}

.navList span {
    display: block;
    text-decoration: none;
    padding: 0px 10px 0;
    color: #666666;
    line-height: 28px;
}

.navList span:hover {
    color: #11679D;
    background-color: #E1EFFD;
}

.navList span a {
    text-decoration: none;
    color: #666666;
}

.selectedListItem span {
    color: #fff;
    background: #005C96 url('images/bp-arrow-right-selected.png') no-repeat 180px 10px;
}

.selectedListPage span {
    color: #fff;
    background-color: #7FADCA;
}

.navList .scrollableListItem span:hover {
    color: #0C60A6;
    background-color: #D9F4FB;
}

.navList .scrollableListItem:focus span {
    color: #0C60A6;
    background-color: #D9F4FB;
}

.navList .parent span:hover {
    color: #11679D;
    background: #E1EFFD url('images/bp-arrow-right-blue.png') no-repeat 180px 10px;
}

.navList .parent:focus span {
    color: #11679D;
    background: #E1EFFD url('images/bp-arrow-right-blue.png') no-repeat 180px 10px;
}

div[id=mainMenuContainer] .navList .scrollableListItem:focus span {
    background-color: #D9E7EF;
}

div[id=mainMenuContainer] .navList .parent:focus span {
    color: #11679D;
    background: #D9E7EF url('images/bp-arrow-right-selected-gray.png') no-repeat 216px 1em;
}

.parent {
    background: transparent url('images/arrow-right-gray.png') no-repeat 180px 10px;
}

#searchBox {
    padding: 10px;
}

.searchInputContainer {
    float: left;
    background: url('images/search_small_dialog.png') no-repeat #ffffff;
    height: 22px;
    padding: 0 0 0 5px;
    width: 80%;
}

#searchBox span.findicon {
    background-image:url("images/search_icon_header.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: scroll;
    background-position: 0px;
    float:right;
    height:22px;
    width:14px;
    padding-right:3px;
}

#searchInput {
    position: relative;
    float: left;
    width: 141px;
    border: 0px;
    color: #b2b2b2;
    font-size: 0.75em;
    top: 3px;
    font-family: Arial;
}

#searchButton {
    float: right;
    background: url('images/search_submit_button.png') no-repeat;
    height: 22px;
    color: #fff;
    text-decoration:underline;
}

#searchButton:hover {
    background: url('images/search_submit_button_hover.png') no-repeat;
    height: 22px;
}

#searchButton:active {
    background: url('images/search_submit_button.png') no-repeat;
    height: 22px;
}

/* open items panel */
#openItemsPanel {

}
#openItemsPanel .openItemsHeader {

}
#openItemsPanel ul {

}
#openItemsPanel li {

}

/* Main Page Menu */

#homeButton {
    left: 5px;
    position: absolute;
    margin-right:0px;
}


#homeButton div div {
    background-position: 0px -24px;
}


.homeButton {
    cursor:pointer;
    white-space: nowrap;
}


.homeButtonDownArrow {
    display: block;
    width:26px;
    height:24px;
}

.homeButtonDownArrow:link, .homeButtonDownArrow:active, .homeButtonDownArrow:visited {
    background: url("images/btn-header-sprite.png") no-repeat 0 -29px;
}

.homeButtonDownArrow:hover {
    background: url("images/btn-header-sprite.png") no-repeat 0 0;
}

.offscreen {
    position: absolute;
    left: -200em;
    right: auto;
    top: -20em;
}


/*footer */

.banner-footer {
    background: #f4f4f4;
    color: #4f585f;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 999999999;  /*intended if z-indx of resizer is is normal with value =2 */
}

.banner-footer > div {
    padding: 1em 0;
    font-size: 0.750em;
}

/* Mobile screens*/
@media only screen and (max-width: 767px) {
    .banner-footer-hide {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);

    }

}

/*Tablet and Desktop screens*/
@media only screen and (min-width: 768px) {
    .banner-footer {
        font-size: 14px;
    }
    .banner-footer > div {
        padding: 1.5em 0;
        font-size: 0.875em;
    }
}

