/*!
 * components.css
 */

/* Content */

.profile-header {
 	padding: 15px 20px;
 	background: #F5F9F9;
    border-bottom: 1px solid #d7d7d7;
    color: #777777;
}
.profile-header .span3 {
    overflow: hidden;
    white-space: nowrap;
}
.profile-header .span3:last-child {
    overflow: visible;
}
	.profile-header div.border-right {
		border-right: 1px solid #D2E0E0;
		-moz-box-shadow: 1px 0 0 #FFF;
		-webkit-box-shadow: 1px 0 0 #FFF;
		box-shadow: 1px 0 0 #FFF;
	}
	.profile-header strong { color: #5E5F5F; }
	.profile-header a { text-shadow: 0 1px 0 rgba(255, 255, 255, .7); }
	.profile-header img {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.profile-header .alerts { margin: 0; padding: 8px 0; list-style: none; float: right; white-space: nowrap; max-width: 200px; }
	.profile-header .alerts li { float: left; margin-left: 5px; font-size: 12px; height: 20px; }
    .profile-header .alerts li a {
        display: block;
        padding: 0 6px;
        border: 1px solid #2E81AB;
        color: #416880;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px rgba(135,179,205,1);
        -moz-box-shadow: 0 0 2px rgba(135,179,205,1);
        box-shadow: 0 0 2px rgba(135,179,205,1);
    }
	.profile-header .alerts li a:hover { color: #000; }

    .profile-header .alerts li i { color: #FF5148; font-size: 14px; width: auto; top: 1px; position: relative; }
    .profile-header .alerts li a:hover i { color: #CC3C36; }

    .profile-header .alerts li.alert-warning { border: 0; }
    .profile-header .alerts li.alert-warning a { padding: 1px 5px; border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
    .profile-header .alerts li.alert-warning i { font-size: 16px; top: 1px; }
    .profile-header .alerts li.alert-lock {}
    .profile-header .alerts li.alert-nursys {}
    .profile-header .alerts li.alert-fits {}

    .profile-header a.alert-hold { color: #333; padding: 0 3px; }

    .profile-header a.alert-individual { color: #FF5148; padding: 0 3px; }
    .profile-header a.alert-individual:hover { color: #000; }

/* profile content */
.profile-content {}
.profile-content h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 1;
}


.btn-group>.btn, .btn-group>.dropdown-menu, .btn-group>.popover {
    font-size: 14px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0 0;
    margin: 0 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-menu > li {
    border-top: 1px solid #CCC;
}
    .dropdown-menu > li:first-child {
        border-top: 0;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .dropdown-menu > li:last-child {
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
.dropdown-menu > li > a {
    display: block;
    padding: 7px 15px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}
    .dropdown-menu > li:first-child > a {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .dropdown-menu > li:last-child > a {
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
.dropdown-menu > li > a:hover {
    background-color: #FFF9E5;
    background-image: none;
    color: #5E5F5F;
}



/* Tabs */
.nav-tabs {
    border-top: 1px solid #ccc;
    border-bottom: 0;
}
.nav-tabs > li {
    margin-bottom: 0;
    text-align: center;
}
    .nav-tabs-2 > li {
        width: 50%;
    }
    .nav-tabs-3 > li {
        width: 33.333333333333333%;
    }
.nav-tabs > li > a {
    margin-right: 0;
    background: #F0EFEE;
    color: #444444;
    text-shadow: #fff 0 1px 1px;
    border-top: 1px solid #fff;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    background: #CFCECD;
    font-weight: bold;
    border-top: 1px solid #9f9f9f;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #aeaeae;
}


/* Nav pills */
.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #444444;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
}
.nav-pills > li > a:hover {
    background: #EDEDED;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #444444;
  background-color: #E8F3F3;
  font-weight: bold;
}
/* Arrows for .nav-pills (http://cssarrowplease.com/) */
.nav-pills > .active > a {
    position: relative;
    background: #E8F3F3;
    border: 0px solid #c2e1f5;
}
.nav-pills > .active > a:after, .nav-pills > .active > a:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.nav-pills > .active > a:after {
    border-color: rgba(232, 243, 255, 0);
    border-top-color: #E8F3F3;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}