@import url("content-bootstrap.css");

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar {
    display: none;
}
@font-face {
	font-family: 'humanist';
	src:  url('../fonts/humanist.eot');
	src:  url('../fonts/humanist.eot#iefix') format('embedded-opentype'),
		url('../fonts/humanist.ttf') format('truetype'),
		url('../fonts/humanist.woff') format('woff'),
		url('../fonts/humanist.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'univers';
	src: url('../fonts/univers.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html {
	width: 100%;
	height: 100%;
	font-size: 1em;
}
body {
	overflow-x: hidden;
    font-family: "Source Sans Pro", sans-serif;
	background: #fbfbfb;
	background-size: cover;
	color: #000000;
    font-size: 12pt;
	/*font-size: 1em;*/
	cursor: default;
}
body.sticky {
	padding-bottom: 64px;
    background-position: right;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    body.modal-open {
        position: fixed;
    }
}
@media (min-width: 991px) {
	body.sticky {
		padding-bottom: 120px;
        background-position: center;
        background-repeat: repeat;
	}
}
@media (min-width: 1920px) {
	body {
		font-size: 1.5em;
	}
}
.isbusy #content, .isbusy footer {
	pointer-events: none;
	filter: blur(3px) opacity(.4);
}
.container {
	padding: 1em 15px;
}
header {
	color: #fff;
}
#top-header {
	font-family: Montserrat, sans-serif;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 10px;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	background: #1D212B;
}
@media (max-width: 768px) {
	#top-header {
		font-size: 1.1em;
	}
}
#top-header-back {
	padding: 12px;
	margin: 0 0 0 -8px;
}
#top-header .fa {
	color: #fff;
}
#top-header .row div {
	padding: 5px 0 0 0;
}
.primary-header {
	margin-top: -75px;
	text-transform: uppercase;
	height: 25em;
	background: #0096d6;
	background: linear-gradient(#34aade, #0086c0);
}
.smc-heading-font {
	font-family: univers, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}
.smc-heading {
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 5em;
	margin: 1.25em 0 .75em 0;
}
.strapline {
	font-family: humanist, sans-serif;
	font-size: .95em;
	text-transform: uppercase;
	color: #1D212B;
}
.page-header {
    background: #1D212B;
   	background: linear-gradient(#1D212B, #403f41);
	margin: 0;
	padding: 0;
}
.page-header .container {
	display: inline-block;
	padding: 0 15px 5px 15px;
}
.page-header-text {
	font-weight: bold;
	font-size: 2em;
	padding: 2em 0 3em 0;
}
.section-header {
	font-weight: bold;
	text-transform: uppercase;
}
.section-header-topic {
	font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
	background: #0096d6;
	background: linear-gradient(#34aade, #0086c0);
	color: #ffffff;
    padding: 0.65em;
	margin: 0;
}
.section-header-topic a {
	color: #ffffff !important;
}
.section-header-category {
	background: #f5f5f5;
	background: linear-gradient(#f5f5f5, #dfdfdf);
	color: #1D212B;
	padding: 1em;
	margin: 0;
}
.tab-heading {
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
}
.tab-heading {
	background: #0096d6;
	background: linear-gradient(#0086c0, #34aade);
	padding: 1em;
	color: #fff;
}
.tab-heading.active {
	background: #fff;
	color: #1D212B;
	padding: 1em;
	margin: 0;
	pointer-events: none;
}
.tab-heading:not(.active) {
    box-shadow: inset 10px 4px 12px 0 rgba(0,0,0,0.25);
}
.panel {
	border-radius:0;
	margin-bottom: 1px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.panel-body, .panel-heading {
	padding: 1em;
}
.panels-small .panel-heading {
	padding: .25em;
}
.panels-small .panel-body {
    min-height: 80px;
}

.hide-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.divClosed {
	height: 120px;
	overflow: hidden;
	position: relative;
}
.divClosed:before {
	content: "";
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));*/
	box-shadow: 0px -5px 25px 0 rgba(0,0,0, 0.01);
}
.divClosed .expander {
	position: absolute;
	text-align: center;
	margin: 55px 0 0 -30px;
	width: 100%;
}

.news {
	background: #f5f5f5  no-repeat center center fixed;
	background-size: cover;
}

.news-summary {
	background-color: rgba(29,33,43,.9);
	padding: 15px;
	color: #fff;
	transition: top 200ms ease-in-out;
}
/*@media (max-width: 990px) {*/
	/*.news-summary {*/
		/*margin-top: 35vh;*/
	/*}*/
/*}*/

/*.news-summary {*/
	/*position: fixed;*/
	/*width: 100%;*/
	/*top: calc(100vh - 150px);*/
	/*bottom: 0;*/
	/*overflow: hidden;*/
	/*background-color: rgba(29,33,43,.8);*/
	/*color: #fff;*/
	/*box-shadow: 0 -10px 50px 0 rgba(0,0,0,0.3);*/
	/*transition: top 200ms ease-in-out;*/
/*}*/
/*.sticky .news-summary {*/
	/*top: calc(95vh - 185px);*/
	/*padding-bottom: 100px;*/
/*}*/
/*.news-summary.open {*/
	/*top: 20vh;*/
	/*overflow-y: scroll;*/
	/*-webkit-overflow-scrolling: touch;*/
	/*background-color: rgba(29,33,43,.9);*/
/*}*/
/*@media (max-height: 640px) {*/
	/*.news-summary.open {*/
		/*top: 30vh;*/
	/*}*/
/*}*/
/*.news-summary:before {*/
	/*content: "\f077";*/
	/*position: absolute;*/
	/*right : 15px;*/
	/*font-family: 'FontAwesome';*/
	/*font-size: 2em;*/
	/*-webkit-font-smoothing: antialiased;*/
	/*cursor: pointer;*/
/*}*/
/*.sticky .news-summary.open:before {*/
	/*content: "\f078";*/
/*}*/

.bordered-bottom {
	border-bottom: 1px solid #eee;
	box-shadow: 0px -5px 25px 0 rgba(0,0,0, 0.01);
}

.unpadded {
	padding: 0;
}
.padded {
    padding: 1em;
}
.padded-large {
    padding: 3em;
}
.v-padding-mini {
	padding-top: .5em;
}
.v-padding {
	padding-top: 1em;
}
.v-padding-medium {
	padding-top: 2em;
	padding-bottom: 2em;
}
.v-padding-large {
	padding-top: 3em;
	padding-bottom: 1em;
}
.v-padding-x-large {
	padding-top: 6em;
	padding-bottom: 3em;
}

.footer-sticky {
	position: fixed;
	bottom: -1200px;
	width: 100%;
	overflow: hidden;
	background-color: rgba(29,33,43,.9);
	box-shadow: 0 -10px 50px 0 rgba(0,0,0,0.3);
	transition: bottom 200ms ease-in-out;
}
.sticky .footer-sticky {
	bottom: 0;
	z-index: 10;
}


/* Text */
h1, h2, h3 {
    font-family: "Source Sans Pro", sans-serif;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	line-height: 1.3;
}
h1 {
    font-size: 1.5em;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.15em;
}
h3 span {
    font-size: 1.2em;
}
.headline {
	font-size: 1.5em;
	font-weight: bold;
}
.news-summary .headline {
	padding-right: 15px;
}
.news-summary .headline-date {
    font-size: 1.2em;
    font-weight: normal;
}
.text-large {
	font-size: 4em;
}
.text-large sup {
	font-size: .5em;
	top: -0.7em;
}
.text-view {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1;
}
.text-muted {
	color: #999;
}
.text-muted p {
    margin: 0;
}
.text-info, .icon {
	color: #0096D6;
}
.text-success {
	color: #00AA9C;
}
.text-white {
	color: #FFF;
}
.text-clip {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

a.text-info:focus, a.text-info:hover {
	color: #0078AB;
}

.list-group {
	padding: 0;
	margin: 0;
}
.list-group-item {
	border-radius: 0 !important;
	padding: 1em;
	text-transform: none;
    color: #4b4b4b;
	border: none;
	border-bottom: 2px solid #eee;
}
.list-group-item.linked-category {
	color: #1D212B;
}
.list-group-item:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
}
.list-group-item.linked:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    right: 1em;
    top: 1em;
}
.list-group-item.linked.quotation-arrow:after {
    top: 3em;
}
.list-group-item.linked-external:after {
    content: "\f08e";
}
.list-group-item.linked {
	cursor: pointer;
	transition: color 200ms ease-in-out;
}
@media (max-width: 768px) {
	.list-group-item.linked {
		padding: 1em 2em 1em 1em;
	}
}
.list-group-item.linked:focus, .list-group-item.linked:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}
.list-group-item.active {
	color: #fff !important;
	background: #00D5C3;
	border-color: #00AA9C;
}
.list-group-item.active:focus, .list-group-item.active:hover {
	color: #fff !important;
	background: #00AA9C;
	border-color: #00AA9C;
}
.list-group-item-heading {
	font-family: Montserrat, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #1D212B;
}
.list-group-item .fa {
    margin-right: 5px;
}
.list-group-badges {
    display: inline-block;
}

/* Buttons and links */
a {
	cursor: pointer;
	color: #00D5C3;
	transition: color 200ms ease-in-out;
}
a.plain, a.plain:focus {
	color: #1D212B;
}
:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #00D5C3;
}
.btn {
	position: relative;
	display: inline-block;
	margin: 15px 0;
	outline: none !important;
	border-radius: 4px;
	border: none;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	min-width: 120px;
	transition: none;
}
@media (max-width: 768px) {
	.btn {
		font-size: 1em;
	}
}
.btn:active {
	transition: all 50ms ease-out;
}
.btn-xs {
	padding: 1px 10px;
}

.btn-default, .btn-default:focus {
	background-color: #f6f6f6 !important;
	border-color: #999;
	box-shadow: 0 4px #999;
	top: 0;
}
.btn-default:active {
	box-shadow: 0 2px 1px #999;
	top: 2px;
}

.btn-info, .btn-info:focus {
	background-color: #0096d6 !important;
	border-color: #0096d6;
	box-shadow: 0 4px #0078ab;
	top: 0;
}
.btn-info:active {
	box-shadow: 0 2px 1px #0078ab;
	top: 2px;
}

.btn-success, .btn-success:focus {
	background-color: #00d5c3 !important;
	border-color: #00d5c3;
	box-shadow: 0 4px #00AA9C;
	top: 0;
}
.btn-success:active {
	box-shadow: 0 2px 1px #00AA9C;
	top: 2px;
}

.btn-danger, .btn-danger:focus {
	background-color: #d95e75 !important;
	border-color: #d95e75;
	box-shadow: 0 4px #ae4b5e;
	top: 0;
}
.btn-danger:active {
	box-shadow: 0 2px 1px #ae4b5e;
	top: 2px;
}

.button-panel {
	padding-left: 3em;
}
.button-panel:before {
    content: "\f05a";
    font-family: 'FontAwesome';
	font-size: 1.4em;
    position: absolute;
    left: .6em;
}
.button-title {
	font-size: 1.3em;
	white-space: initial;
	text-align: left;
}
.button-description {
	text-transform: initial;
    white-space: initial;
    text-align: left;
}

/* Notifications */
.alert {
	border: 0;
	color: #fff;
	padding-left: 2em;
	font-size: 1em;
}
.alert:before {
    content: "\f05a";
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.alert strong {
	display: block;
	text-transform: uppercase;
}
.alert-info {
	background-color: #0096D6;
}
.alert-info:before {
	content: "\f05a";
}
.alert-success {
	background-color: #00d5c3;
}
.alert-success:before {
	content: "\f058";
}
.alert-warning {
	background-color: #00d5c3;
}
.alert-warning:before {
	content: "\f06a";
}
.alert-danger {
	background-color: #D95E75;
}
.alert-danger:before {
	content: "\f06a";
}

#alert-message {
	position: absolute;
	z-index: 800;
	width: 100%;
}
#alert-message .alert {
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: 0 5px 25px 0 rgba(0,0,0,0.1);
}
.close {
    opacity: 0.5;
    font-size: 1.5em;
    font-weight: 400;
}

.message {
	padding: 15px 0;
	margin: 0px 0 15px 0;
	border-radius: 5px;
	color: #fff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}
.message.info {
	background-color: #0096D6;
}
.message.error {
	background-color: #D95E75;
}
.message.success {
	background-color: #00d5c3;
}
.message.default {
	background-color: #333;
}

.modal {
	z-index: 9050;
}
.modal-dialog {
    margin: 65px 5px;
}
.modal-title {
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0.3em;
}
@media (min-width: 768px) {
	.modal-dialog {
	    margin: 85px auto;
	}
	.modal-title {
		margin-top: 0.6em;
	}
}
.modal-backdrop.in {
	opacity: .6;
}
.modal button.close {
    padding: 5vh 15px;
    opacity: 1;
    color: #fff;
    font-size: 3em;
}
.modal .modal-header:before {
    content: "\f05a";
    font-family: 'FontAwesome';
    position: absolute;
	font-size: 2em;
	left: 0.35em;
	top: 1vh;
}
.modal .modal-body {
	padding: 0 1em 0 3em;
}
.modal .modal-header, .modal .modal-footer {
	border: none;
	padding-left: 3em;
}
.modal .modal-header {
	padding-right: 1em;
	text-transform: uppercase;
}
.modal-info {
	background-color: #0096D6;
	color: #fff;
}
.modal-info .modal-header:before {
    content: "\f05a";
}

.modal.modal-fullscreen.in {
    padding: 15px !important;
}
.modal-fullscreen .modal-dialog {
	width: 100% !important;
	margin: 0;
}
.modal-fullscreen .modal-content {
	padding: 10px;
	max-height: 80vh;
	overflow-y: scroll;
}
.modal-fullscreen img {
	margin: auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.img-responsive {
	display: inline-block;
}

.alert-modal-success {
	background-color: #00D5C3;
	color: #fff;
}
.modal .alert-modal-success .modal-header:before {
    content: "\f06a";
}
.alert-modal-danger {
	background-color: #D95E75;
	color: #fff;
}
.modal .alert-modal-danger .modal-header:before {
    content: "\f06a";
}

.callout {
	position: relative;
	border-left: 1em solid #b2b2b2;
	border-bottom: 2px solid #eee;
	padding:  2em;
	margin-bottom: -1px;
	/*background: linear-gradient(#fff, #fff 95%, #fbfbfb 100%);*/
	box-shadow: 0px -5px 25px 0 rgba(0,0,0, 0.01);
}
.callout:after {
	content: "";
	background: url(/img/icon-screwdriver.png) no-repeat;
	background-size: contain;
	width: 64px;
	height: 64px;
	position: absolute;
	right: 1em;
	top: 1em;
}
.callout-clickable {
	cursor: pointer;
}
.callout-clickable:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    right: 2em;
	top: 10em;
}
.callout-clickable h2 {
    padding-right: 1em;
}
.callout.callout-pmv {
	border-left: 1em solid #72c472;
}
.callout.callout-pmv:after {
	background : url(/img/icon-clipboard.png) no-repeat;
	background-size: contain;
}
.callout.callout-remote {
	border-left: 1em solid #e0e073;
}
.callout.callout-remote:after {
	background : url(/img/icon-laptop.png) no-repeat;
	background-size: contain;
}
.callout.callout-other {
	border-left: 1em solid #be71d1;
}
.callout.callout-other:after {
	background: url(/img/icon-screwdriver.png) no-repeat;
	background-size: contain;
}
.callout.callout-info {
    border-left: 1em solid #0096D6;
}
.callout.callout-info:after {
	background: url(/img/icon-screwdriver.png) no-repeat;
	background-size: contain;
}

@media (max-width: 768px) {
	.callout {
		border-left:none !important;
		border-top: .5em solid #b2b2b2;
        padding: 2em 1em;
	}
    .callout:after {
    	right: 0;
    }
    .callout-clickable:after {
        right: 1em;
    }
	.callout.callout-pmv {
		border-top: .5em solid #72c472;
	}
	.callout.callout-remote {
		border-top: .5em solid #e0e073;
	}
	.callout.callout-other {
		border-top: .5em solid #be71d1;
	}
	.callout.callout-info {
	    border-top: .5em solid #0096D6;
	}
}

.activity {
	/*background: linear-gradient(transparent, transparent 95%, #f9f9f9 100%);*/
	box-shadow: 0px -5px 25px 0 rgba(0,0,0, 0.01);
	padding: .5em 0 2em 0;
}

/* Forms */
form.overlap {
	padding: 1.5vw;
	border-radius: 5px;
	margin: -4em 0 2em 0;
    background: #fbfbfb;
}
.form-control {
	min-height: 2em;
	font-size: 1.3em;
    max-width: 100%;
}
.form-control:not(.has-error) {
	border: 1px solid #1D212B;
}
.form-control:focus {
	box-shadow: none;
}
.input-group {
	display: flex;
}
.input-group-addon {
	border: 1px solid #1D212B !important;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 3em;
	background-color: #1D212B;
	color: #FFF;
	font-size: 1.5em;
}
input:focus {
	outline: none !important;
}
.checkbox input[type=checkbox], .radio input[type=radio] {
	width: 20px;
	background: none;
	border: 0;
}
.checkbox label, .radio label {
	padding: 8px;
}
.form-group > label{
	font-weight: 700;
}
input[type="radio"]:checked, input[type='checkbox']:checked, input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
    color: #0096d6 !important;
}
input[type="checkbox"]:before, input[type="radio"]:before {
    content: "\f096";
}
input[type='checkbox']:checked:before, input[type='radio']:checked:before {
    content: "\f046";
}
input[type="radio"], input[type="checkbox"] {
	font-family: 'FontAwesome';
	margin: 0 !important;
    position: relative !important;
    cursor: pointer;
	-webkit-border-radius:0px;
	border-radius:0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="file"] {
    opacity: 0;
	cursor: pointer;
	padding: 8px;
	margin-left: -155px;
}
label[for="photo"] {
	position: absolute;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #999;
	/*box-shadow: 0 6px #999;*/
	text-transform: uppercase;
	font-weight: 400;
	cursor: pointer;
}
#upload-thumbnail {
    height: 8vw;
    max-height: 96px;
    float: right;
}

#show-password[aria-pressed=true] {
    color: white;
}

.search-area {
    margin: 0 -15px;
    padding: 15px;
    background: #eee;
	font-size: 0.9em !important;
}
#search-btn {
    padding: 0px 50px;
	text-transform: uppercase;
}


/* Fancy */
.activity-indicator {
	width: 100%;
	z-index: 9000;
	height: 4px;
	background-color: #1D212B;
    background-size: 100% 10px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.isactive .activity-indicator {
	background: linear-gradient(90deg, #0078AB, #0096D6, #00AA9C, #00D5C3,
	#00AA9C, #0096D6, #0078AB);
	background-size: 200% 4px;
	-webkit-animation: isactive .5s cubic-bezier(1,0,0,1) infinite;
	animation: isactive .5s ease-in-out infinite;
}
@keyframes isactive {
	0%{background-position:0}
	20%{background-position:80%}
	40%{background-position:100%}
	60%{background-position:80%}
	80%{background-position:20%}
	100%{background-position:0}
}

@keyframes slideInFromTop {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	50% {
		opacity: .25;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideInFromRight {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slideInFromBottom {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	50% {
		opacity: .25;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideInFromLeft {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
.section-header-topic, .section-header-category, .alert, .panel {
	animation: slideInFromTop 250ms ease 0s 1;
}
#alert {
	animation: slideInFromBottom 250ms ease 0s 1;
}
#notification, .list-group-item, .callout {
	animation: slideInFromLeft 250ms ease 0s 1;
}

@media (max-width: 360px) {
	.hide-tiny {
		display: none;
	}
}
.container-header {
	background: #E6E7E8;
	padding: 1em;
}
.progress {
	height: 2em;
	overflow:visible;
}
.progress-bar {
	line-height: 2em;
	background-color: #0096D6;
	box-shadow: -1px 0 15px #34aade;
	transition: width 1.5s ease-in-out;
}
.tooltip{
	position:relative;
	float:right;
}
.tooltip > .tooltip-inner {background-color: #0096D6; padding:5px 15px; color:#fff; font-weight:bold;}
.popOver + .tooltip > .tooltip-arrow {	border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #0096D6;}

.dial-panel {
	padding: 25px 5px;
	border: 1px solid #fff;
}
.dial-panel-dial {
	height: 220px;
	z-index: -1;
}
.dial {
	font-family: inherit !important;
	font-weight: inherit !important;
	font-size: 1.8em;
	color: #000000 !important;
}
.dial-value {
	font-size: 1.8em;
}
.dial-label {
	font-size: 1em;
}


/* Icons */
@font-face {
  font-family: 'smcicon';
  src:  url('../fonts/smcicons.eot');
  src:  url('../fonts/smcicons.eot#iefix') format('embedded-opentype'),
    url('../fonts/smcicons.ttf') format('truetype'),
    url('../fonts/smcicons.woff') format('woff'),
    url('../fonts/smcicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon icon-"], [class*=" icon icon-"] {
	font-family: 'smcicon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-tech-news:before {
  content: "\e903";
}
.icon-support:before {
  content: "\e901";
}
.icon-settings:before {
  content: "\e906";
}
.icon-notifications:before {
  content: "\e904";
}
.icon-help-faq:before {
  content: "\e905";
}
.icon-contact:before {
  content: "\e908";
}
.icon-communications:before {
  content: "\e900";
}
.icon-account:before {
  content: "\e902";
}
.icon-about:before {
  content: "\e907";
}
.icon {
	font-size: 8em;
	margin: 0 auto;
	transition: all 200ms ease-in-out;
}
.icon.disabled {
	opacity: .3;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	cursor: default;
}
#callback-icon img {
    width: 50vw;
}
.profile-icon {
	height: 28px;
	border: 2px solid #ccc;
	border-radius: 50%;
	margin-right: 8px;
}
.large-icon {
    max-width: 320px;
}
.icon-count:after {
	content: attr(data-count);
    position: absolute;
    top: 1vh;
    left: 65%;
    min-width: 1.5rem;
    font-family: Montserrat, sans-serif;
	font-size: .7rem;
	font-weight: normal;
	line-height: 1.5rem;
    border-radius: 50%;
    background: #00d5c3;
    color: #fff;
}
.list-group .icon-count:after {
	position: relative;
	display: inline-block;
	text-align: center;
	left: 1em;
	top: -.25rem;
}
.btn.icon-count:after {
    margin: -0.25rem 0 0 -1.9rem;
    left: 100%;
}
.icon-count[data-count="0"]:after {
    display: none;
}
.icon-count[data-count="New"]:after {
	font-size: .5rem;
	text-transform: uppercase;
}
.quotation-arrow .icon-count[data-count="New"]:after {
    position: absolute;
    top: 5px;
    right: 10px;
    left: auto;
}
.icon:not(.disabled):hover {
	transform: scale(1.1);
}
.icon-text {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
span.badge {
    margin: 0 -1em 0 2em;
    background-color: #00D5C3;
}
.fa-splash {
	font-size: 18vw !important;
}
#close-app {
	color: #999;
}
@media (max-width: 768px) {
	.icon {
		font-size: 22vw;
	}
	.icon-text {
		font-size: 3vw;
	}
	.fa-splash {
		font-size: 45vw !important;
	}
    .quotation-arrow .icon-count[data-count="New"]:after {
        right: -5px;
    }
}
.container-fluid > .row, .container-fluid > div > .row {
    padding-top: 0;
    padding-bottom: 0;
}

div.admin-login-as {
	background: #D95E75;
	color: white;
	padding-left: 4px;
}

.modal-footer .btn+.btn {
    margin-bottom: 15px;
}

.logo-SAM {
    width: 200px;
}

@Media (max-width: 768px) {
    footer a.btn {
        min-width: 100px;
        font-size: 3vw;
    }
}