@charset "utf-8";
/* CSS Document */
.login-page .main-header { padding-top: 0; }

.main-header {
	background:  url(../../meno_images/upenn/header-bg.png) no-repeat center -20px!important;
}
.login-page .main-header, .registration-page .main-header {  background:none!important;}
.welcome-text ul li, .welcome-text ul li a { color: #000 !important; }
.welcome-text ul li a:hover { color: #b3103b!important; }
.navbar-inverse { background: #CA5876 !important; /*9DBEDD */ }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #B3103B !important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color: #B3103B !important;  /* 24305E */
}
.navbar-nav > li { border-right: 1px solid #b3b3b3 !important; }
.nav.navbar-nav > li:first-child { border-left: 1px solid #b3b3b3 !important; }
.navbar-inverse .navbar-nav > li > a { color: #fff!important; }
.advice .headding {	background: #B3103B !important;	color: #fff !important;}
.btn-primary { background: #CA5876 !important; /* CA5876 */}
.btn-primary:hover { background: #B3103B !important;	}
.sidebar { background: #ededed !important;}
.color-bg {	background: #740331 !important;}
.photo-library-listing .panel-default > .panel-heading { background:#b3103b !important; }
.border-box-header h3 { color: #007bc2 !important; }
.sidebar h3 { background: #b3103b !important; }
.question-listing ul li { background: none!important; }
.cover span { background: #740331 !important; }
.color { color: #CA5876 !important; }
.stepsbar ul li.active .number { background: #CA5876 !important; }
.login-header { background: #B3103B !important; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #CA5876 !important;
	border-color: #CA5876 !important;
	color: #fff !important;
}
.pagination.alphabet-list li.active a { background: #CA5876 !important; border-color: #CA5876 !important;}

.pagination > li > a, .pagination > li > span { color: #000 !important; }
.question-listing ul li .number { background: #B3103B!important; color: #fff; }
.template-outer.active { background:#F7E9C0 !important; }
.welcome-text ul li::after { background: #000 !important; }
.btn-group.wide .wide, .wide.btn.ng-binding { background: #CA5876 !important; }
.welcome-text ul li:last-child::after { background: none !important; }
.panel-default > .panel-heading { background-color: #86a6c9!important; color: #fff!important;}
.question-listing ul li.active a { color: #b3103b !important; }
.question-listing ul li a:hover { color: #b3103b !important; }
.question-listing ul li a {	color: #000!important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {	background-color: #b3103b!important; }
.student-list-content ul li { color: #fff!important; background: #ca5876; }
.student-list-content ul li:hover {	color: #fff!important; }
.question-listing ul li:hover::after, .question-listing ul li.active::after {
	background: url("../../images/tab-arrow-black.png") no-repeat right top!important;
}
.custom-select:after {
	background: #ffffff url("arrow-down.png") no-repeat center center!important;
}
.custom-select-multiple::after {
	background: #fff url("arrow-multiple.jpg") no-repeat center top !important;
}

.photo-library-listing ul li a { color: #333; }
.photo-library-listing ul li a:hover, .photo-library-listing ul li.active a { background:#000 !important; /* 9DBEDD;  */ }
.photo-library-listing ul li { background:#ca5876 !important; }

@media (max-width:1024px) {
	.main-header {  background-image:none!important;}
}
/* Create a custom checkbox for welcome page starts */
.checkmark { border: 1px solid #B3103B  !important; }
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {  background-color: #B3103B  !important;  }
/* Create a custom checkbox for welcome page ends */