.master-header{
    height: auto !important;
}
.master-header .container .sidebar {
    width: 100% !important;
}
@media screen and (min-width: 300px) {
    .master-header .sidebar {
        display: block !important;
    }
}

.mystanfordconnection-tools {
    font-size: 12pt;
}
#login-form{
    display: none;
    width: 100%;
}
#loginInfo{
    float: left;
}

#cartInfo{
   display: block;
   float: right;
   margin-top: 15px;
   text-align: center;
}
@media (min-width:300px){
    #cartInfo{ margin-right: 15px;}
}
@media (max-width:300px){
    #cartInfo{ margin-right: 0;}
}

#mobileLoginInfo{
    display: none;
}



.glyphicon-search:before {
    content: ""}
.glyphicon-search:before{
    position: absolute;
    background-image: url(//scpd.stanford.edu/upload/icons.jpg);
    background-position: -10px -295px;
    height: 28px;
    width: 28px;
    background-color: rgba(0, 0, 0, 0);
    min-width: 0;
    opacity: 0.85;
    outline: medium none;
    padding: 0;
    text-shadow: none;
    margin-left:-23px;
    margin-top:9px;
    vertical-align: middle;
}


#quickSiteSearch{
    width:25%;
    float:right;
    margin-top:8px;
}
#quickSiteSearch .form-control {
    background: none repeat scroll 0 0 #660000;
    border-color: #660000;
    border-radius: 15px;
    color: #F5F4EF;
    display: table-cell;
    height: 25px;
    margin-top: 5px;
    min-width: 150px;
    padding-left: 5px;
    padding-right: 33px;
    position: relative;
    width: 25%;
}
#quickSiteSearch .btn, #quickSiteSearch .btn-default{
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left:-65px;

}



#loginEmbeddableMenuButton{
    margin-top:-5px;
    background: #E3DFD5;
    padding-left:5px;
    padding-right:30px;
    color: #8C1515;
    text-transform:none;
    height: 33px;
    line-height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width:785px){.loginInfo{
    margin-top:15px;
}}
#mobileLoginInfo{
    margin-top: 0;
}
@media (max-width:784px){
    #cartInfo{margin-top:12px;}
    #studentLoginFrameContainer{display:none;}
    #quickSiteSearch {display: none;}
    .loginInfo.hidden-xs { margin-top: 15px;}
    .hidden-xs { display: none;}
    .master-footer-primary .quickSiteSearch { display: block !important;}
    .glyphicon { display: none;}
    #mobileLoginInfo{ display: block;}
    #loginEmbeddableMenuButton{ display: none; }
}
#loginEmbeddableMenuButtonMobile{
    margin-top:10px;
    background: #E3DFD5;
    font-size: 75%;
    text-transform:none;
    height: 30px;
    line-height: 29px;
    padding-left:5px;
    padding-right:5px;
    color: #8C1515;
}
 #buttonLoginEmbeddable{
     background: #3F3B30;
 }
 #formLoginExistingEmbedded{
     text-align:left;
 }
 #formLoginExistingEmbedded .form-control{
     height:28px;
 }
 .retrieveCredentialsLinksContainer a{
     color:#FFFFFF !important;
 }
 .retrieveCredentialsLinksContainer .a:hover, .retrieveCredentialsLinksContainer .a:focus{
     color:#FFFFFF !important;
 }


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//scpd.stanford.edu/fonts/glyphicons-halflings-regular.eot');
  src: url('//scpd.stanford.edu/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('//scpd.stanford.edu/fonts/glyphicons-halflings-regular.woff') format('woff'), url('//scpd.stanford.edu/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('//scpd.stanford.edu/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    font-size:16px;
  position: relative;
  /*top: 1px;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before{
    content: "";}
.glyphicon-chevron-down:before{/*still used in menu drop down login*/
    content: "";
}
.glyphicon {
    /*font: 0/0 a;*/
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: inline-block;
    vertical-align: top;
    background-image: url("//scpd.stanford.edu/upload/icons.jpg");
}
/* added for login drop down this is the minus*/
#loginEmbeddableMenuButton .glyphicon-chevron-down:before{
    background-image: url("//scpd.stanford.edu/upload/icons.jpg");
    position: absolute;
    background-position: -373px -73px;
    height: 12px;
    width: 12px;
    right:-17px;
     margin-left:7px;
     margin-top:7px;
 }
 /* added for login drop down this is the plus */
 #loginEmbeddableMenuButton .glyphicon-chevron-left:before{
     background-image: url("//scpd.stanford.edu/upload/icons.jpg");
    position: absolute;
    background-position: -373px -43px;
    height: 12px;
    width: 12px;
     margin-left: 5px;
    margin-top: 9px;
 }