.new-opp-form-button {
	width: 100%;
	margin-bottom: 20px;
}
.org-mgr .opp-list{
	list-style:none;
	padding:0;
	margin:0;
}
.org-mgr .sort-title {
	min-width: 120px;
	display: inline-block;
}
.org-mgr .opp-list-record, .roster-slot-list .slot-record, .upcoming-schedule-list .slot-record{
	padding:.6em;
	background:#f4f4f4;
	border-bottom:1px solid #eee;
	cursor:pointer;
}
.upcoming-schedule-list .slot-record {
	background: #fafafa;
}
.org-mgr .opp-list-record:hover{
	background:#fbfbfb;
	border-bottom:1px solid #f7f7f7;
}
li.opp-list-record.active, .slot-record.active {
	background: #ffface;
	/* border-left: 11px solid #fff; */
	margin: 2px 0 2px 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.05);
	position: relative;
	z-index:9;
	left: 2px;
	border:1px solid #f7f7f7;
}
li.opp-list-record.active:hover, .slot-record.active:hover {
	background: #ffffd1;
}
.opp-dash-card{
	box-shadow:1px 1px 10px rgba(0,0,0,0.04);
}
.opp-dash-card .card-header{
    padding: 10px 10px 5px 10px;
    font-size: 1.2em;
    color: #555;
}
.opp-dash-card .card-footer{
    padding: 5px 10px 10px 10px;
}
.opp-dash-card .card-content{
	min-height: 260px;
    margin: 3px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 10px;
}
.org-mgr .hour-feature{
	display: inline-block;
	padding:10px 0;
	margin:0 2% 15px 0;
	background:#f7f7f7;
	border-radius:4px;
	min-width: 40%
}
.org-mgr .hour-feature+.hour-feature{
	margin:0 0 0 2%;
	margin-bottom:0;
}
.org-mgr .hour-feature .hour-label{
	font-size:0.9em;
}
.org-mgr .hour-feature .hour-counter{
	font-size:2em;
}

.org-mgr #selected_opp_pane .back-btn{
	display: none;
}

li.opp-list-record .round-btn{
	border-radius:50%;
	width: 1.7em;
	height: 1.7em;
	line-height: 1.86em;
	display: inline-block;
	background: transparent;
	transition:background-color .3s;
}
li.opp-list-record .round-btn:hover{
	border-radius:50%;
	background: rgba(0,0,0,0.08);
}
.roster-slot-list .slot-record.active:before, .upcoming-schedule-list .slot-record.active:before {
	content: "\f105";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    opacity: 0.8;
    line-height: 46px;
    vertical-align: top;
}
.roster-slot-list .slot-record:hover{
    background:#fbfbfb;
}
.upcoming-schedule-list .slot-record:hover{
    background:#f4f4f4;
}
.roster-slot-list .slot-record:hover:before, .upcoming-schedule-list .slot-record:hover:before{
    content: "\f105";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    opacity: 0.25;
    line-height: 46px;
    vertical-align: top;
}

.roster-placement-list{
	width: 100%;
}
.roster-vol{
	border-bottom:1px solid #eee;
	padding:6px;
}
.month-repeat-tab .nav-tabs{
	border-bottom:0 none;
}
.nav-tabs>li.month-sub-tab.active>a {
	border:0 none;
}
.month-sub-tab a.nav-link {
	padding: 5px 15px;
}
.nav-tabs>li.month-sub-tab.tab1 a.nav-link {
	border-right:1px dotted #ccc;
}


.org-mgr .opp-tab-group{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.org-mgr .opp-tab{
	font-size:0.95em;
	padding:4px 10px;
	background: #f6f6f6;
	color:#337ab7;
	text-decoration:none;
	margin-right:5px;
	display: inline-block;
	border:1px solid #f3f3f3;
	border-bottom:0 none;
	border-radius:3px 3px 0 0;
	position: relative;
	bottom: -1px;
}
.org-mgr .opp-tab.active{
	background:#fff;
	border:1px solid #777;
	border-bottom:1px solid #fff;
}
/**** Slot Interval Styles ****/
.slotIntervalBtn{
	padding: 6px 12px 6px 0;
    background: #e6e6e6;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    margin-right:20px;
    cursor: pointer;
}
.slotIntervalBtn input,.monthlyIntervalBtn input{
	display:none;
}
.slotIntervalBtn span .fa{
	visibility:hidden;
}
.slotIntervalBtn span{
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    padding: 10px 12px;
    border-radius: 4px;
    margin-right:4px;
    width:46px;
}
.slotIntervalBtn input[type=checkbox]:checked + span .fa,.monthlyIntervalBtn input[type=checkbox]:checked + span .fa{
	visibility: visible;
}
.monthlyIntervalBtn{
	text-align: center;
	background: #cacaca;
    border: 1px solid #ccc;
    display: inline-flex;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    cursor: pointer;
    width:14% !important;
    height: 46px;
    margin-bottom: 0 !important;
    border-radius: 100%;
}
/*.monthlyIntervalBtn:hover{
	background: #e6e6e6;
}*/
.monthlyIntervalContainer{
	max-width:400px;
}
.monthlyIntervalContainer .leftColumn,.monthlyIntervalContainer .rightColumn{
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.monthlyIntervalContainer .leftColumn{
	width:12.5%;
    display: inline-block;
    vertical-align: top;
}
.monthlyIntervalContainer .rightColumn{
	width: 86.5%;
    display: inline-block;
    margin-left: -3px;
}
.leftColumn .cell{
	text-align: center;
	padding:10px;
	border:1px solid #ccc;
	display:block;
	height:46px;
}
.rightColumn .cell{
	text-align: center;
	padding:10px;
	border:1px solid #ccc;
	display: inline-flex;
    width: 14%;
    float: left;
    height:46px;
}
.monthlyIntervalBtn input[type=checkbox]:checked + span{
	background-color: #428bca;
    color: white;
    width: 100%;
    border-radius: 100%;
}
.monthlyIntervalBtn span .fa{
    font-size: 1.75em;
    margin-top: 8px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -o-baseline-middle;
    vertical-align: -moz-baseline-middle;
    vertical-align: baseline-middle;
}
.monthlyIntervalBtn span{
    width: 100%;
    color: #e5e5e5;
}
@media (max-width: 420px){
	.rightColumn .cell {
	    padding: 10px 0;
	}
}