@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";
@font-face {
    font-family: proximaNova;
    src: url(/sa/font/ProximaNova-Regular.otf);
}
@font-face {
    font-family: proximaNova;
    src: url(/sa/font/ProximaNova-Bold.otf);
    font-weight:bold;
}
@font-face {
    font-family: proximaNova;
    src: url(/sa/font/ProximaNova-Light.otf);
    font-weight:200;
}
@font-face {
    font-family: proximaNova;
    src: url(/sa/font/ProximaNova-Semibold.otf);
    font-weight: 600;
}

body {
    padding-top: 50px;
    font-family: proximaNova, helvetica, sans-serif;
}
img {
	image-orientation: from-image;
}

.container-fluid {
	max-width:940px;
}
.clear {
	clear: both;
}

/* Scrollbar */

::-webkit-scrollbar {
	width: 8px;
} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
	background-color: #FFFFFF;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
	background-color: #BDBDBD;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
	background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

/* End scrollbar */

/* Membership labels */

.membership {
	font-size: 10px;
	color: #fff;
	background-color: #555;
	border-radius: 5px 5px 0 0;
	text-align: center;
}
.membership-recruit {
	border-color: #EC008C;
	background-color: #EC008C;
}
.membership-client,
.membership-unapproved-client,
.membership-paused-client,
.membership-transitioning-client {
	border-color: #2BB673;
	background-color: #2BB673;
}
.membership-member {
	border-color: #FCB040;
	background-color: #FCB040;
}
.membership-member-free {
	border-color: #25AAE1;
	background-color: #25AAE1;
}
.membership-former-client,
.membership-former-member,
.membership-non-paid {
	border-color: #939598;
	background-color: #939598;
}

/* End membership labels */

/* Comments CSS */

.comment-message {
	color: purple;
	margin: 10px 0 20px;
	line-height: 150%;
	font-size: 14px;
}
.comment-message[data-commenter-primary-role="MATCHMAKER"] {
	color: #666;
}
.comment-message[data-commenter-primary-role="CS"] {
	color: red;
}
.comment-message[data-commenter-primary-role="EMISSARY"] {
	color: green;
}
.comment-message[data-commenter-primary-role="SALES"] {
	color: blue;
}
.comment-message-compact {
	margin-bottom: 3px;
	font-size: 12px;
}
.comment-message-text {
	margin: 10px 0;
	padding: 0 10px;
}
.comment-message-compact .comment-message-text {
	margin: 5px 0;
	padding: 0 5px;
}
.comment-message-commenter {
	font-weight:bold;
}
.comments-container {
	position: relative;
	overflow: hidden;
}
.comments-actions-container {
	position: absolute;
}
.comments-messages-container {
	position: relative;
	margin-top: 20px;
	max-height: 255px;
	overflow-y: auto;
}
.comments-messages-container::-webkit-scrollbar {
	display: none;
}

/* End comments CSS */

/* CSS for card partials */

.card-name-dropdown-container {
	display: inline-block;
	max-width: 100%;
}
.card-name-dropdown-container button {
	width: 100%;
	position: relative;
	font-weight: 700;
	padding: 5px 0;
	border: none;
	background-color: inherit !important;
}
.card-name-dropdown-container button:hover,
.card-name-dropdown-container button:focus,
.card-name-dropdown-container button:active {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.card-name-dropdown-container > span.card-name {
	padding: 5px 0;
}
.card-name {
    user-select: all;
	margin-right: 10px;
	display: block;
	overflow: hidden;
	font-weight: 700;
}
.card-name-dropdown-container .caret {
	position: absolute;
	top: 14px;
	right: 0;
}
.card-name-dropdown-container li {
	font-size: 12px;
}

div.person-card {
	height: 100%;
}
div.person-card-photo {
	max-width: 100%;
	padding-top: 100%;
	background-position: center;
	background-size: cover;
	border-radius: 0 0 5px 5px;
	position: relative;
	cursor: pointer;
}
.person-card-overlay {
    cursor: default;
	color: #fff;
	background-color: rgba(25, 25, 25, .5);
	padding: 0 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-radius: 0 0 5px 5px;
	text-shadow: 0 0 1px black;
	z-index: 0;
}
.person-card-overlay > span,
.person-card-overlay > a {
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	font-weight: 200;
	color: #FFF;
}
.person-card-overlay > span > i,
.person-card-overlay > a > i {
	margin-right: 2px;
}
.person-card-attribution-details,
.person-card-additional-details {
	font-size: 12px;
	margin-bottom: 2px;
}
.person-card-attribution-details {
	color: #888;
}
.person-card-attribution-details ul,
.person-card-additional-details ul {
	padding: 0;
	margin: 0;
}
.person-card-attribution-details li,
.person-card-additional-details li {
	list-style-type: none;
}
.person-card .dropdown-menu li {
	cursor: pointer;
}

/* End CSS for card partials */

/* CSS for a switch control */

.switch-container {
	color: black;
	margin: 10px auto;
	text-align: center;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.switch input { /* Hide default HTML checkbox */
	display:none;
}
.switch-label {
	display:inline-block;
	position:relative;
	bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 200;
	min-width: 40px;
}
.switch-label.active {
	font-weight: bold;
}
#on.switch-label.active {
	color: #00A650;
}
.switch-status-label {
	color: #aaa;
}
.switch-status-label.on {
	color: #00A650;
}
.switch-status {
	font-size: 14px;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #aaa;
	border-radius: 20px;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #00A650;
}
input:focus + .slider {
	box-shadow: 0 0 1px #00A650;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* END switch control */

/* Select2 styles */

.select2-container .list-item {
	position: relative;
	width: 100%;
	font-size: 12px;
	display: inline-block;
}

.select2-container div.search-result .account-role {
	color: #BBBDC0;
	font-weight: 100;
}
.select2-container div.search-result .profile-thumb {
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
}
.select2-container div.search-result .profile-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.select2-container .search-result div:not(.profile-thumb)  { /* for select2 */
	display: inline-block;
	text-overflow: ellipsis;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 12px;
	font-weight: 200;
}
.select2-container .search-result div.name {
	display: block;
}
.select2-container .search-result div.account-role {
	font-size: 10px;
}
.select2-container .search-result div.id {
	float: right;
	margin-right: 5px;
	color: #aaa;
}
.select2-container .search-result div.email,
.select2-container .search-result div.phone {
	display: block;
	color: #aaa;
	font-size: 8px;
}
.select2-container--default .select2-search--inline .select2-search__field {
	padding: 0 10px;
}
/* User & Matchmaker color roles for select2 */

.select2-container div.profile-thumb {
	border: 2px solid #25AAE1;
}

.select2-container div.profile-thumb[data-account-role="CS"] {
	border: 2px solid red;
}

.select2-container div.profile-thumb[data-account-role="EMISSARY"] {
	border: 2px solid green;
}

.select2-container div.profile-thumb[data-account-role="SALES"] {
	border: 2px solid blue;
}

.select2-container div.profile-thumb[data-account-role="MATCHMAKER"] {
	border: 2px solid #666666;
}

.select2-container div.profile-thumb[data-account-role="OPERATIONS"],
.select2-container div.profile-thumb[data-account-role="ENGINEER"] {
	border: 2px solid purple;
}

.select2-container div.profile-thumb[data-account-role="CLIENT"] {
	border: 2px solid #2BB673;
}

.select2-container div.profile-thumb[data-account-role="MEMBER"] {
	border: 2px solid #FCB040;
}

.select2-container div.profile-thumb[data-account-role="RECRUIT"] {
	border: 2px solid #EC008C;
}

.select2-container div.profile-thumb[data-account-role="FORMER-CLIENT"] {
	border: 2px solid #555555;
}

/* END Select2 styles */

/* Bootstrap button styles */

.btn-compact {
	font-size: 10px;
	padding: 3px;
}

/* END Bootstrap button styles */




/* [Pashih] Old styles that need an update... */

/* forms */

label.sForm {
    display:block;
    color: #666;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight:400;
    font-size:11px;
    letter-spacing:1px;
}
input.sForm {
    width:100%;
    height:40px;
    min-height:40px;
    padding:0 9px;
    margin:0px 0px 0px 0px;
    line-height:22px;
    font-size:14px;
    border: 1px solid #dfdfdf;
    border-radius:2px;
    outline:none;
    background:#fff;
    color:#5f6a7d;
    font-weight:300;
    letter-spacing:1px;
}
textarea.sForm {
    width: 100%;
    padding: 0 9px;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    outline: none;
    background: #fff;
    color: #5f6a7d;
    font-weight: 300;
    letter-spacing: 1px;
}

/* Style Guide */
	.topSpacing {
		margin-top:150px;
	}
	.paragraphPadding {
		margin: 25px 0px;
	}
	.horizontalSection {
		padding:40px 0px 45px;
		font-size:15px;
	}
		.horizontalSubSection {
			padding:30px 0px 20px;
		}
	.h1s1 {
		font-weight:bold;
		text-align:center;
		font-size:25px;
		margin-top:10px;
	}
	.h2s1 {
		text-align:center;
		font-size:20px;
		margin-bottom:10px;
		line-height:1.3em;
	}
	.h3s1 {
		  font-weight: lighter;
		  text-align: center;
		  font-size: 30px;
		  margin-bottom:10px;
	}
	.t1s1 {
		font-weight:bold;
		text-transform:uppercase;
		text-align:center;
		letter-spacing:1px;
		font-size:20px;
	}
		.t1highlight {
			margin-top:5px;
			margin-bottom:25px;
			border-bottom:4px solid;
		}
		.t1highlight.green {
			border-bottom-color:#8CC741;

		}
		.t1highlight.pink {
			border-bottom-color:#EE008A;
		}
	.t2s1 {
		text-transform:uppercase;
		font-size:16px;
	}
	.p1s1 {
		font-size: 20px;
		text-align:center;
	}
		.p1s1 p {
			margin:0px 0px 30px;
		}
	.p2s1 {
		font-size:18px;
		font-weight:200;
		text-align: center;
		line-height:1.2em;
	}
		.p2s1 p {
			margin:0px 0px 25px;
		}
	.p3s1 {
		font-size:16px;
		font-weight:200;
	}
	.bulletsS1 {
		font-weight:200;
		font-size:18px;
	}
	.bulletsS2 {
		font-weight:200;
		font-size:16px;
		margin-top:10px;
		margin-bottom:20px;
	}
	.buttonS1 {
		width:100%;
		text-transform: uppercase;
		background-color: #0F6633;
		border-color: #0F6633;
		padding: 10px 12px 6px 12px;
		font-size: 17px;
		border-radius: 0px;
		margin-bottom: 15px;
	}
	.buttonS1:hover {
			background-color:#148442;
			border-color:#148442;
	}
	.buttonS2 { /* dark blue */
		width:100%;
		text-transform:uppercase;
		background-color:#1C75BC;
		border-color:#1C75BC;
		padding: 12px 12px 10px 12px;
		font-size: 18px;
		border-radius: 0px;
		margin-bottom: 15px;
	}
	.buttonS2:hover {
			background-color:#3282c2;
			border-color:#3282c2;
	}
    .buttonS3 { /* light grey */
        width:100%;
        text-transform:uppercase;
        background-color:#A7A9AC;
        border-color:#A7A9AC;
		 padding: 12px 12px 10px 12px;
        font-size: 18px;
        border-radius: 0px;
        margin-bottom: 15px;
    }
    .buttonS3:hover {
        background-color:#808285;
        border-color:#808285;
    }
	.buttonS4 { /* purple */
        width:100%;
        text-transform:uppercase;
        background-color:#8C258A;
        border-color:#8C258A;
		 padding: 12px 12px 10px 12px;
        font-size: 18px;
        border-radius: 0px;
        margin-bottom: 15px;
    }
    .buttonS4:hover {
        background-color:#6F1D6E;
        border-color:#6F1D6E;
    }
	.buttonS5 { /* white Transparent */
        width:100%;
        color:#999;
        text-transform:uppercase;
        background-color:#fff;
        border-color:#999;
		 padding: 10px 12px 6px 12px;
        font-size: 18px;
        border-radius: 0px;
        margin-bottom: 15px;
    }
    .buttonS5:hover {
        background-color:#ececec;
        border-color:#999;
		color:#999;
    }
	.buttonS6 { /* baby blue */
        width:100%;
        text-transform:uppercase;
        background-color:#00B9D7;
        border-color:#00B9D7;
		 padding: 10px 12px 6px 12px;
        font-size: 18px;
        border-radius: 0px;
        margin-bottom: 15px;
    }
    .buttonS6:hover {
        background-color:#07A4D7;
        border-color:#07A4D7;
    }
	.buttonS7 { /* blue Transparent */
        width:100%;
        color:#005CB5;
        text-transform:uppercase;
        background-color:#fff;
        border-color:#005CB5;
		 padding: 10px 12px 6px 12px;
        font-size: 18px;
        border-radius: 0px;
        margin-bottom: 15px;
    }
    .buttonS7:hover {
		background-color:#ececec;
		border-color:#005CB5;
		color:#005CB5;
    }

	/* Quote Box */
	.quoteBox {
		border-bottom: 1px solid #ddd;
		min-height: 200px;
		padding: 10px 0px 15px;
		border-top: 1px solid #ddd;
		text-align:center;
		margin-top:10px;
		position:relative;
	}
		.quoteBoxQuote {
			font-style: italic;
			font-weight:200;
		}
		.quotationMark {
			font-size: 80px;
			font-family: inherit;
			background-color: #fff;
			width: 100px;
			text-align: center;
			margin: -47px auto -40px;
			color:#666;
		}
		.quoteBox:after, .quoteBox:before {
			top: 100%;
			left: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}
		.quoteBox:after {
			border-color: rgba(213, 203, 198, 0);
			border-top-color: #fff;
			border-width: 12px;
			margin-left: -12px;
		}
		.quoteBox:before {
			border-color: rgba(221, 221, 221, 0);
			border-top-color: #ddd;
			border-width: 14px;
			margin-left: -14px;
		}
	/* Press */
	.pressLogo img {
		width:100%;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		filter: grayscale(100%);
	}

/* Image Subtext */
.imageSpanS1 {
	position:relative;
	min-height:380px;
	margin-bottom:20px;
}
	.imageSpanMessage {
		width: 100%;
		background-color: #333;
		position: absolute;
		opacity: .7;
		bottom: 0px;
		color: #fff;
		text-align: center;
		padding: 20px;
		font-size: 30px;
		font-weight: 200;
	}
	.imageSubText {
		background-color: #000;
		color: #fff;
		opacity: .8;
		position: relative;
		bottom: 0;
	}

/* footer */

.footerLine {
    font-size:14px;
    margin: 60px 0px 30px 0px;
}
.footerContent {
    padding: 0px 10px;
    text-transform:uppercase;
    color:#000;
    font-weight:lighter;
    text-align:center;
}
.footerContent a {
    text-decoration:none;
    color: #666;
}

/* bootstrap overrides */
.text-danger {
	color: red;
}

.text-success {
	color: #52AF52;
}
