.sectionRow {
background-color: #000;
}

.sectionRow .nav-tabs>li>a {
background: none repeat scroll 0 0 #fd0;
}

.sectionRow .nav-tabs>li>a {
color: #000;
}

.account-name  {
color: #fff;
}


.headerBackground {
background-color: #000;
background-image: none;
}


/* START of Josh's Mods Oct 25/2016  */
html {
    position: relative;
    height: auto;
    min-height: 100%;
}

body.is--hidden{
padding-top:60px;
}

body{
padding-top:144px;
padding-bottom:99px;
background:#f1f1f1;
}

/*body {
  padding-top: 100px;
  padding-bottom: 40px;
}
*/

@media (max-width: 9999px) {
  .navbar-fixed-top {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .nbs--fixed-nav.sticky {
    top: 0;
    transition: top 300ms ease-out;
  }
}

.nbs--fixed-nav {
  background: #fff;
  padding: 6px;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .nbs--fixed-nav {
    position: fixed;
    top: 41px;
    z-index: 999999;
    left: 240px;
    box-shadow: none;
    border-radius: 0;
    background: none;
    transition: top 300ms ease-out;
  }
}
@media (min-width: 1024px) {
  .nbs--fixed-nav h6 {
    display: none;
  }
}
.nbs--fixed-nav .search-query {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  height: 24px;
  margin-bottom: 6px;
  display: block;
}
.nbs--fixed-nav .navbar-search {
  float: none;
}
@media (min-width: 1024px) {
  .nbs--fixed-nav .navbar-search {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .nbs--fixed-nav .nav-list {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .nbs--fixed-nav .nav-list li {
    display: inline-block;
    margin: 0 6px;
  }
}
@media (min-width: 1024px) {
  .nbs--fixed-nav .nav-list li a {
    color: #999;
    text-shadow: none;
    font-size: 12px;
  }
  .nbs--fixed-nav .nav-list li a:hover {
    color: #f1f1f1;
    background: none;
  }
}
@media (min-width: 1024px) {
  .nbs--fixed-nav .nav-list li a .caret {
    border-top: 4px solid #999;
  }
  .nbs--fixed-nav .nav-list li a .caret:hover {
    border-top: 4px solid #f1f1f1;
  }
}

.nav--branding {
  top: 0px;
  transition: top 300ms ease-in;
}
.nav--branding.sticky {
  top: -41px;
  transition: top 3000ms ease-out;
}
.nav--admin {
  top: 41px;
  transition: top 300ms ease-out;
}
.nav--admin.sticky {
  top: 0px;
  transition: top 300ms ease-out;
}



@media (max-width: 979px){
	body{
	padding-top:72px;
	}
	
	.bs--hide__column{
		min-height:0px !important;
		max-height:0px !important;
	}
}


.notificationDialog{
z-index:999000;
}

.nav--branding.is--hidden.sticky {
    top: 0;
}

.nav--branding.is--hidden.sticky a.brand {
    height: 0;
    opacity: 0;
}

.nav--admin.is--hidden{
top:-100%;
}


.orbisFooter {
    background: #444;
    color: #FFF;
    margin: 40px 0px 0px 0px;
    padding: 12px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 75px;
    width: 100%;
    z-index: 100;
box-sizing:border-box;
}

.global-nav {
    background: rgba(0,91,170,0.8);
    text-align: center;
    padding: 6px;
    font-size: 11px;
    color: #000;
    border-bottom: none;
    position: fixed;
    bottom: 0;
    right: 0;
    border-top-left-radius: 4px;
    z-index: 111;
}

.global-nav a{
    color: #fff;
}

.nav--admin.is--hidden + .container-fluid .nbs--fixed-nav {
    padding: 0;
}


.sidebar-nav .box.boxContent {
    padding: 0px;
    background: none;
    border: none;
}

.sidebar-nav strong {
    color: #444;
}

.sidebar-nav hr {
    border-top: 1px solid #444;
}


li.lvHeader {
    font-weight: bold;
    list-style-type: none;
}

.sidebar-nav ul {
    margin: 0;
}

.sidebar-nav .lvHeader ul {
    margin-left: 0px !important;
        list-style-type: none;
}

li.lvItem{
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#fff;
}
.lvItem a {
    color: #444;
    padding-top: 4px;
    padding-right: 1em;
    padding-bottom: 4px;
    padding-left: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    display: block;
    width: calc(100% - 12px);
    float: right;
    transform: translateX(10px);
    transition: all 250ms ease;
}

.lvItem a.editMode {
	transform: translateX(0);
	transition: all 250ms ease;
	width: calc(100% - 49px);
	display: inline-block;
}

.lvItem a:hover, .lvItem a:focus {
    background: #999;
    color: #fff;
    text-decoration:none;
}

.removeLv {
	position: absolute;
}

.lvEdit {
	vertical-align: top;
	padding: 0 6px;
	background: none !important;
    color: white !important;
    transform:scale(0);
	transition:all 250ms ease;
	opacity: 0;
}

.removeLv, .removeSectionLv {
	font-size: 14px;
	font-weight: bold;
	width: 0;
	margin: 2px 0;
}

.removeSectionLv {
	margin-left: 4px;
}

.lvEdit.isVisible {
	transform:scale(1);
	opacity: 1;
	width: auto;
	transition: all 250ms cubic-bezier(0.25, 0.1, 0.75, 2.50);
}

.removeItem {
	transform: translateX(50px);
	opacity: 0;
	transition: all 250ms ease;
}

.toggleLvEdit {
	background: none !important;
	color: white !important;
}

.noLv {
	color: white;
	margin-top: 5px;
	transform: translateX(0);
	opacity: 1;
	transition: all 250ms ease;
}

.noLv.hasLv {
	transform: translateX(50px);
	opacity: 0;
	transition: all 250ms ease;
}

.tagCloud button.toggleLvEdit {
	background: grey !important;
    color: #333; !important;
}

button.btn.btn-mini.removeTag.tagEdit{
    background: #333;
    border: none;
    color: white;
    padding-right: 12px;
    padding-left: 10px;
    font-weight: bolder;
    border-left: 1px solid #fff;
    position:relative;
    transition:color 250ms ease-out;
    margin-left: 4px;
}
button.btn.btn-mini.removeTag.tagEdit:hover{
	color:red;
	transition:color 250ms ease-out;
}
.nbs--fixed-nav .dropdown-menu {
/*     border-top: 1px solid red; */
    padding: 0;
    /* width: 100%; */0% */
    margin: 0;
}

.nbs--fixed-nav .dropdown-menu li {
    /* border: 1px solid red; */
    background: none;
}

.nbs--fixed-nav .dropdown-menu li a{
    color: #444 !important;
}
.nbs--fixed-nav .dropdown-menu li a:hover, .nbs--fixed-nav .dropdown-menu li a:focus{
    color: #111 !important;
    background:none !important;
}


.nbs--fixed-nav .dropdown-menu li:hover, .nbs--fixed-nav .dropdown-menu li:focus {
    background: #f1f1f1;
}

.nav-collapse.in.collapse{
  font-size:16px;
}
.nav-collapse.in.collapse li{
  margin-bottom:6px;
}
.nav-collapse.in.collapse a{
  color:#fff;
}
.nav-collapse.in.collapse a .caret{
  border-top-color:#fff;
  border-bottom-color:#fff;
}
.nav-collapse.in.collapse strong{
  color:#fff;
}
.nav-collapse.in.collapse .lvHeader{
  color:#f1f1f1;
  border-bottom:1px solid #999;
}
.nav-collapse.in.collapse .lvItem a{
 font-weight:bold;
}
.nav-collapse.in.collapse .nbs--fixed-nav{
  background:#777;
  box-shadow:none;
  border-radius:0px;
}

.nav-collapse.in.collapse .nbs--fixed-nav .dropdown-menu{
  background:#777;
}

.nav-collapse.in.collapse .nbs--fixed-nav .dropdown-menu li{
  background:none;
}

.nav-collapse.in.collapse .nbs--fixed-nav .dropdown-menu li a{
  color:#fff !important;
  border-radius:0px;
  border:none;
  font-size:16px !important;
}

@media (min-width: 980px){
.nbs--fixed-nav .nav-list {
    display: inline-block;
}
}


@media (min-width: 1024px){
.nbs--fixed-nav .nav-list li a .caret {
border-top: 4px solid #08c;    
border-top-color: #08c;
border-bottom-color: #08c;
}
}



@media (max-width: 979px){
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}

@media (max-width: 979px){
.navbar .btn-navbar {
    display: block;
}
}
@media (min-width: 980px){
.navbar .btn-navbar {
    display: none;
}
}


.nav--admin{
box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
top:60px;
}

.nav--admin{
	left: 0px !important;
}
.nav--admin.sticky .logo--small{
	left: 0px !important;
	transition:all opacity 300ms ease-out;
	opacity: 1;
}

.nav--admin .logo--small{
	left: -75px !important;
	transition: all 100ms ease-out;
	opacity: 0;
}



.nav--admin .navbar-inner {
    background: #222;
}

@media (max-width: 979px){
 .nav--admin{
/*top:0px;*/
top:-60px;
}
}

.nav--admin .btn-navbar{
position:fixed;
top:12px;
right:0px;
}
.nav--admin .btn-navbar.push--down{
	top:19px;
}

.nbs--fixed-nav{
	left: 0px;
}

@media (min-width: 980px){
.nbs--fixed-nav {
    position: fixed;
    top: 41px;
    z-index: 1049;
    left: 240px;
    box-shadow: none;
    border-radius: 0;
    background: none;
    transition: top 300ms ease-out;
}
}

@media (min-width: 980px){
.nbs--fixed-nav {
    height: 61px;
    line-height: 61px;
    padding: 0;
    left:0px;
    top:61px;
    transition:all 300ms ease-out;
}

.nbs--fixed-nav.sticky {
    height: 61px;
    line-height: 61px;
    padding: 0;
    left:60px;
    top:0px;
	transition:all 300ms ease-out;
}

.nbs--fixed-nav a{
color:#fff !important;
}
.nbs--fixed-nav a:hover{
background:none !important;
color:#fff;
}
}

@media (max-width: 767px){
.nbs--fixed-nav{
	background: none;
	border-radius: 0px;
	box-shadow: none;
}
}

 .btn-navbar{
background:none !important;
border-radius:0px;
border:none !important;
box-shadow:none !important;
}
 .navbar .btn-navbar .icon-bar {
    display: block;
    width: 24px !important;
    height: 3px !important;
    background-color: #f5f5f5;
    border-radius:0px !important;
    box-shadow:none !important;
    margin-bottom: 4px !important;
}
.nbs--fixed-nav .nav-list{
background:none;
}

@media (min-width: 980px){
.nbs--fixed-nav .nav-list li {
    margin: 0 12px;
    display:inline-block;
}
}
.logo--small{
width: 61px;
height: 61px;
position: fixed;
left: 0;
top: 0;
background-size: 51px;
background-position: 4px;
background-color:initial;
}

@media (max-width: 979px){
.nav-collapse.in.collapse{
	height: auto;
	position: fixed;
	top: 60px;
	right: 0;
	left: 0;
	bottom: 0;
	background: #777;
	z-index: 9999;
	overflow: scroll;
padding:12px;
}
}
@media (max-width: 979px){
.nbs--fixed-nav .nav-collapse.in.collapse{
	height: auto;
	position: fixed;
	top: 60px;
	right: 0;
	left: 0;
	bottom: 0;
	background: none;
	z-index: -1;
	overflow: scroll;
}
}


/* END of Josh's Mods Oct 25/2016  */

/* START Styles from v3 update  */

/* Sidebar Navigation */
#sideHorizMenuDiv{
margin-top:11px;
}

.sidebar-nav{
box-shadow: none;
margin: 0;
}

@media (min-width: 980px){
.nav--admin.is--hidden .nav-collapse {
    padding-bottom: 100px;
}
.public .sidebar-nav li{
	margin-top:0;
	margin-bottom:0;
}
.public .nav-tabs li a {
    height: 60px;
    line-height: 60px;
    padding: 0px 8px;
    border: none;
}
/* Create space between menu items */
.sidebar-nav li{
margin-top:3px;
margin-bottom:3px;
}
.sidebar-nav .nav-list{
background: none;
padding: 0;
}
.addItemHighlight>a {
background: none !important;
color: #59A985 !important;
font-weight: bold;
}
/* Just a little icon to help visually show users that they can add content */
.addItemHighlight>a:before {
content: '+';
}
.sidebar-nav .nav-list>.active>a, .sidebar-nav .nav-list>.active>a:hover{
background: #999;
color: #fff;
}
/* This rule might not work. */
.sidebar-nav .nav-list .active div{
margin-left: 0;
}
/* Sidebar Nav Items */
.sidebar-nav .nav-list>li>a{
color: #444;
background: none;
}
.sidebar-nav .nav-list>li>a{
color: #444;
background: none;
}
.sidebar-nav .nav-list>li>a:hover, .sidebar-nav .nav-list>li>a:focus  {
background: #999;
color: #fff;
}
}
@media (max-width: 767px){
.navbar-responsive-collapse.row-fluid.visible-phone.in.collapse{
position: fixed;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 988;
margin: 0px;
}
.navbar-responsive-collapse.row-fluid.visible-phone.collapse{
position: fixed;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
z-index: 988;
margin: 0px;
overflow:scroll;
}
.sidebar-nav{
margin:0;
}
.sidebar-nav .nav-list {
background: #777;
padding: 0px 8px;
}
.sidebar-nav .nav-list>li>a {
color: #FFF;
background: none;
}
}
/* END Styles from v3 update  */


/*  Josh's November 4th 2016 Changes  */

/*  make recent items in sidebar more responsive  */
li.lvItem{
    max-width: initial;
    white-space: initial;
    overflow: hidden;
    text-overflow: initial;
}

/*  Styling of the PUBLIC pages (when not logged in)  */
.public .nav-tabs>.active>a, .public .nav-tabs>.active>a:hover, .public .nav-tabs>.active>a:focus{
    background:none;
    border:none;
    line-height: 60px;
    padding: 0px 8px;
}
.public .dropdown a, .public .dropdown a:focus{
    background:none;
    border:none;
    line-height: 60px;
    padding: 0px 8px;   
}
.public .nbs--fixed-nav .nav.nav-list a{
    line-height:60px;
    padding:0px 8px;
}
.public .nbs--fixed-nav .nav.nav-list a, .public .nbs--fixed-nav .nav.nav-list a:hover, .public .nbs--fixed-nav .nav.nav-list a:focus{
    line-height:60px;
    padding:0px 8px;
    background:none;
    border:none;
}

.public .nav.nav-tabs.nav-stacked {
    background:none;
}

.public .nav.nav-tabs.nav-stacked a {
    color:#444;
    border:none;
    line-height: 20px;
    padding: 8px;
}

.public .nav.nav-tabs.nav-stacked a:hover, .public .nav.nav-tabs.nav-stacked a:focus {
    color:#fff;
    background:#999;
    border-radius:2px;
}

.public .dropdown-menu .active>a{
    background:none !important;
    font-weight:bold;
    text-transform:uppercase;
}

.public .nbs--fixed-nav .dropdown-menu li:hover, .nbs--fixed-nav .dropdown-menu li:focus{
   background:none; 
}
.public .nbs--fixed-nav .dropdown-menu li a:hover, .nbs--fixed-nav .dropdown-menu li a:focus{
   background:#f1f1f1; 
}
ul[class^="childMenu"].nav.nav-tabs a, ul[class^="childMenu"] a {
    line-height:20px !important;
    padding: 6px 15px !important;
}

ul[class^="childMenu"].nav.nav-tabs li:hover, ul[class^="childMenu"] li:focus {
    background:#f1f1f1 !important;
}

@media (max-width: 979px){
.public .nav--admin + .container-fluid .span2 {
    min-height: initial;
    max-height: initial;
}
}

/*  Search Bar Re-Positioning  */
button.js--btn-search.push--down{
	top:27px;
}
button.js--btn-search {
    display:block;
    position:fixed;
    top:20px;
    right:48px;
    z-index:4444;
    background:none;
    border:none;
    /*border:1px solid #fff;*/
    border-radius:2px;
    color:#fff;
}

@media (min-width: 980px){
  button.js--btn-search {
    display:none;
  }  
}

.js--searchLookup.is--visible {
    position: fixed !important;
    top: 8px;
    left: 8px;
    right: 144px;
    z-index: 4444;
    box-sizing:border-box;
}

.js--searchLookup.is--visible input {
    width:100%;
    box-sizing:border-box;
    height:44px;
    border-radius:1px
}
/* Hide Search when on mobile when search button has not been clicked */
/* @media (max-width: 979px){
	.js--searchLookup.is--visible{
		display: fixed;
	}
	.js--searchLookup.lookupHiddenTablet{
		display:none;
	}
}
 */
/* Button Styles  */
.btn {
    display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
    color: #444;
    text-shadow: 0 1px 1px rgba(255,255,255,0);
    background-color: #c1c1c1;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #c1c1c1;
    border-color: #c1c1c1;
    border-color: #c1c1c1;
    border-bottom-color: #c1c1c1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1',endColorstr='#c1c1c1',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0),0 1px 2px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0),0 1px 2px rgba(0,0,0,0);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0),0 1px 2px rgba(0,0,0,0);
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0);
    background-color: #005baa;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #005baa;
    border-color: #005baa;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005baa',endColorstr='#005baa',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #00447F;
    border-color: #00447F;
}

.btn-info{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0);
    background-color: #49afcd;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #49afcd;
    border-color: #49afcd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49afcd',endColorstr='#49afcd',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #ffffff;
    background-color: #388AA2;
    border-color: #388AA2;
}

.btn-success{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0);
    background-color: #5bb75b;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #5bb75b;
    border-color:#5bb75b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bb75b',endColorstr='#5bb75b',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #ffffff;
    background-color: #388F38;
    border-color: #388F38;
}

.btn-warning{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0);
    background-color: #faa732;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #warning;
    border-color:#faa732;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa732',endColorstr='#faa732',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #ffffff;
    background-color: #D58E29;
    border-color: #D58E29;
}

.btn-danger{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0);
    background-color: #da4f49;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #da4f49;
    border-color: #da4f49;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da4f49',endColorstr='#da4f49',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #ffffff;
    background-color: #C1332D;
    border-color: #C1332D;
}

.btn-inverse{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0);
    background-color: #444;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #444;
    border-color: #444;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444',endColorstr='#444',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222;
    border-color: #222;
}

.btn-mini{
    border-radius:2px;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#444;
}

.sidebar-nav .box{
    box-shadow:none;
}

/* Tab stuff  */
.orbisTabContainer .tab-content {
    border: none;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}
.nav-tabs>li {
    margin-bottom: 0px;
}
.nav-tabs>li:first-child a {
    border-left: 1px solid rgba(0,0,0,0.1) !important;
    margin-left: -1px;
}

/* Module header  */
.orbisModuleHeader {
    padding-top: 8px;
    padding-right: 19px;
    padding-bottom: 8px;
    padding-left: 19px;
    border: 1px solid #C3C3C3;
    border-radius: 0px;
    margin-bottom: 5px;
    background-color: none;
    background:none;
    border:none;
    padding: 8px 0px;
    background-repeat-x: repeat;
    background-repeat-y: repeat;
}

/* Interactions Bar  */
.orbis-posting-actions {
    background:none;
    border:none;
    padding:0;
    padding:4px 0px;
}

/* Remove the centering */
.orbis-posting-actions div{
text-align: left !important;
}
.orbis-posting-actions.text-center{
text-align:left !important;
}
.orbis-posting-actions{
text-align:left !important;
}
center#uiGridButtons{
text-align:left !important;
} /* END - Remove the centering */

@media (max-width: 979px){
    body {
        padding-right:12px;
        padding-left:12px;
    }
}


/* btn-group border-radius  */
.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
}

.btn-group>.btn:last-child, .btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
}

/* Hide search button */
.js--btn-search.is--hidden{
display:none;
}

/* Make search autocomplete ui results fixed position:  */
#ui-id-1{
	position:fixed;
}

/* card--report stylings  */
.card--report{
	padding: 12px;
    margin-bottom:24px;
    border-radius:0px;
    box-sizing:border-box;
}
.card--report__title{
	margin:0;
	box-sizing:border-box;
	color:#444;
	margin-bottom:12px;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
    padding: 4px 0px;
}
.card--report__list {
    list-style-type:none;
    padding:0;
    margin:0;
    box-sizing:border-box;
}
.card--report__item{
	box-sizing:border-box;
	padding:4px 6px;
	background:#fff;
	border-radius:1px;
	transform:scale(1);
	transition:all 200ms ease-out;
}
.card--report__item:nth-child(odd){
	box-sizing:border-box;
	padding:4px 6px;
	background:#f1f1f1;
}
.card--report__item:hover{
	transform:scale(1.02);
	transition:all 200ms ease-out;
}
.card--report__link{
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	transition:all 250ms ease-out;
}
.card--report__link:hover{
	text-decoration:none;
	transition:all 250ms ease-out;
}
.card--report__value{
	font-weight:bold;
	font-size:18px;
	box-sizing:border-box;
	width:60px;
	margin-right:6px;
	display:inline-block;
}
.card--report__name{
	font-size:14px;
	color:#444;
}

/* Make avatar smaller on mobile */
#userImageDiv img, .userImageDiv img{
	max-width:100px;
	border-radius:50%;
	border:2px solid #fff;
	box-shadow:1px 1px 1px 0px rgba(0,0,0,0.2);
}

#studentInfoWindow #userImageDiv img, .studentInfoWindow .userImageDiv img{
	max-width:100%;
	box-sizing: border-box;
}
#userImageDiv, .userImageDiv{
	max-width:100px;
	display: inline-block;
	margin-right:12px;
}
@media (max-width: 539px){
	#userImageDiv, #userImageDiv img{
		max-width:44px;
	}
}
.user__details{
	display: inline-block;
    width: auto;
    max-width: 80%;
}
@media (max-width: 600px){
	.user__details h1{
		font-size:16px;
		line-height:1.5;
	}
}

.user__details{
	vertical-align:bottom;
}
.pager.left{
	text-align:left;
	margin-bottom:12px;
}

/* Alternate styling for vertical tabs */
.list--inline-block{
	padding:0;
	margin:0;
	list-style-type:none;	
}
.list--inline-block li{
	display:inline-block;
	margin-bottom:6px;
	margin-right:6px;	
}

/* new tag styling */
.tag {
    border-radius: 1px;
    padding: 2px 6px;
    box-sizing: border-box;
    margin-right: 6px;
    margin-bottom:6px;
    background: #e1e1e1;
    border-left:2px solid #005baa;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    display: inline-block;
    margin-bottom: 6px;
}

.list--reset{
	padding:0;
	margin:0;
	list-style-type:none;	
}
/* Target the pager styles only when nested under .user__details */
.orbisModuleHeader .user__details .pager {
    display: inline-block;
    text-align: left;
}

/* New Grid and Margin Classes  */
.margin--t--s {
  margin-top: 4px;
}
.margin--t--m {
  margin-top: 6px;
}
.margin--t--l {
  margin-top: 8px;
}
.margin--t--xl {
  margin-top: 12px;
}
.margin--t--xxl {
  margin-top: 24px;
}
.margin--t--xxxl {
  margin-top: 24px;
}
.margin--b--s {
  margin-bottom: 4px;
}
.margin--b--m {
  margin-bottom: 6px;
}
.margin--b--l {
  margin-bottom: 8px;
}
.margin--b--xl {
  margin-bottom: 12px;
}
.margin--b--xxl {
  margin-bottom: 24px;
}
.margin--b--xxxl {
  margin-bottom: 36px;
}
.margin--r--s {
  margin-right: 4px;
}
.margin--r--m {
  margin-right: 6px;
}
.margin--r--l {
  margin-right: 8px;
}
.margin--r--xl {
  margin-right: 12px;
}
.margin--r--xxl {
  margin-right: 24px;
}
.margin--r--xxxl {
  margin-right: 36px;
}
.margin--l--s {
  margin-left: 4px;
}
.margin--l--m {
  margin-left: 6px;
}
.margin--l--l {
  margin-left: 8px;
}
.margin--l--xl {
  margin-left: 12px;
}
.margin--l--xxl {
  margin-left: 24px;
}
.margin--l--xxxl {
  margin-left: 36px;
}
.margin--s {
  margin: 4px;
}
.margin--m {
  margin: 6px;
}
.margin--l {
  margin: 8px;
}
.margin--xl {
  margin: 12px;
}
.margin--xxl {
  margin: 24px;
}
.margin--xxxl {
  margin: 36px;
}
.margin--x--s {
  margin-left: 4px;
  margin-right: 4px;
}
.margin--x--m {
  margin-left: 6px;
  margin-right: 6px;
}
.margin--x--l {
  margin-left: 8px;
  margin-right: 8px;
}
.margin--x--xl {
  margin-left: 12px;
  margin-right: 12px;
}
.margin--x--xxl {
  margin-left: 24px;
  margin-right: 24px;
}
.margin--x--xxxl {
  margin-left: 36px;
  margin-right: 36px;
}
.margin--y--s {
  margin-top: 4px;
  margin-bottom: 4px;
}
.margin--y--m {
  margin-top: 6px;
  margin-bottom: 6px;
}
.margin--y--l {
  margin-top: 8px;
  margin-bottom: 8px;
}
.margin--y--xl {
  margin-top: 12px;
  margin-bottom: 12px;
}
.margin--y--xxl {
  margin-top: 24px;
  margin-bottom: 24px;
}
.margin--y--xxxl {
  margin-top: 36px;
  margin-bottom: 36px;
}

/* Padding */
.padding--a--m {
  padding: 16px !important;
}
.padding--a--xxxl {
  padding: 48px !important;
}
.padding--t--s {
  padding-top: 4px;
}
.padding--t--m {
  padding-top: 6px;
}
.padding--t--l {
  padding-top: 8px;
}
.padding--t--xl {
  padding-top: 12px;
}
.padding--t--xxl {
  padding-top: 24px;
}
.padding--t--xxxl {
  padding-top: 24px;
}
.padding--b--s {
  padding-bottom: 4px;
}
.padding--b--m {
  padding-bottom: 6px;
}
.padding--b--l {
  padding-bottom: 8px;
}
.padding--b--xl {
  padding-bottom: 12px;
}
.padding--b--xxl {
  padding-bottom: 24px;
}
.padding--b--xxxl {
  padding-bottom: 36px;
}
.padding--r--s {
  padding-right: 4px;
}
.padding--r--m {
  padding-right: 6px;
}
.padding--r--l {
  padding-right: 8px;
}
.padding--r--xl {
  padding-right: 12px;
}
.padding--r--xxl {
  padding-right: 24px;
}
.padding--r--xxxl {
  padding-right: 36px;
}
.padding--l--s {
  padding-left: 4px;
}
.padding--l--m {
  padding-left: 6px;
}
.padding--l--l {
  padding-left: 8px;
}
.padding--l--xl {
  padding-left: 12px;
}
.padding--l--xxl {
  padding-left: 24px;
}
.padding--l--xxxl {
  padding-left: 36px;
}
.padding--s {
  padding: 4px;
}
.padding--m {
  padding: 6px;
}
.padding--l {
  padding: 8px;
}
.padding--xl {
  padding: 12px;
}
.padding--xxl {
  padding: 24px;
}
.padding--xxxl {
  padding: 36px;
}
.padding--x--s {
  padding-left: 4px;
  padding-right: 4px;
}
.padding--x--m {
  padding-left: 6px;
  padding-right: 6px;
}
.padding--x--l {
  padding-left: 8px;
  padding-right: 8px;
}
.padding--x--xl {
  padding-left: 12px;
  padding-right: 12px;
}
.padding--x--xxl {
  padding-left: 24px;
  padding-right: 24px;
}
.padding--x--xxxl {
  padding-left: 36px;
  padding-right: 36px;
}
.padding--y--s {
  padding-top: 4px;
  padding-bottom: 4px;
}
.padding--y--m {
  padding-top: 6px;
  padding-bottom: 6px;
}
.padding--y--l {
  padding-top: 8px;
  padding-bottom: 8px;
}
.padding--y--xl {
  padding-top: 12px;
  padding-bottom: 12px;
}
.padding--y--xxl {
  padding-top: 24px;
  padding-bottom: 24px;
}
.padding--y--xxxl {
  padding-top: 36px;
  padding-bottom: 36px;
}

.grid, .grid *, .grid:after, .grid--max-none:after, .nest, .nest *, .nest:after{
	box-sizing:border-box;
}
.grid:after, .grid--max-none:after, .nest:after {
  content: "";
  display: table;
  clear: both;
}

.centered, .grid, .grid--max-none, .nest {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  width: 100%;
}
[class*="grid__col--"] > .grid {
  width: 100%;
}
@media (min-width: 1100px) {
  .grid {
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .grid {
    padding: 0px 12px;
  }
}

.grid--max-none {
  width: 100%;
}
[class*="grid__col--"] > .grid--max-none {
  width: 100%;
}

.nest {
  width: 100%;
}

@media (min-width: 769px) {
  .grid__col--1 {
    width: 6.66667%;
  }
  .grid__col--2 {
    width: 15.15152%;
  }
  .grid__col--3 {
    width: 23.63636%;
  }
  .grid__col--4 {
    width: 32.12121%;
  }
  .grid__col--5 {
    width: 40.60606%;
  }
  .grid__col--6 {
    width: 49.09091%;
  }
  .grid__col--7 {
    width: 57.57576%;
  }
  .grid__col--8 {
    width: 66.06061%;
  }
  .grid__col--9 {
    width: 74.54545%;
  }
  .grid__col--10 {
    width: 83.0303%;
  }
  .grid__col--11 {
    width: 91.51515%;
  }
  .grid__col--12 {
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 768px) {
  [class^="grid__col--"] {
    margin-top: em(12px);
    margin-bottom: em(12px);
  }
}
@media (min-width: 769px) {
  [class^="grid__col--"] {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  [class^="grid__col--"] + [class^="grid__col--"] {
    margin-left: 1.81818%;
  }
  [class^="grid__col--"]:last-of-type {
    float: right;
  }
}

.nest__col--1 {
  width: 6.66667%;
}
.nest__col--2 {
  width: 15.15152%;
}
.nest__col--3 {
  width: 23.63636%;
}
.nest__col--4 {
  width: 32.12121%;
}
.nest__col--5 {
  width: 40.60606%;
}
.nest__col--6 {
  width: 49.09091%;
}
.nest__col--7 {
  width: 57.57576%;
}
.nest__col--8 {
  width: 66.06061%;
}
.nest__col--9 {
  width: 74.54545%;
}
.nest__col--10 {
  width: 83.0303%;
}
.nest__col--11 {
  width: 91.51515%;
}
.nest__col--12 {
  width: 100%;
}

[class^="nest__col--"] {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
[class^="nest__col--"] + [class^="nest__col--"] {
  margin-left: 1.81818%;
}
[class^="nest__col--"]:last-of-type {
  float: right;
}


/* Make sidebar full height with bg */
@media screen and (min-width:980px){
    .bs--hide__column {
        margin-left: -20px !important;
        margin-top: -120px;
        margin-bottom: -75px;
        padding-top: 120px;
        padding-bottom: 75px;
        padding-left: 20px;
        padding-right: 20px;
        background: #c1c1c1;
        background:#1b1b1b;
        background:#666;
    } 
    /* Change link color in sidebar */  
    .sidebar-nav .nav-list>li>a {
        color: #c1c1c1;
        color: #fff;
        background: none;
    }  
    .sidebar-nav strong {
        color: #c1c1c1;
        color: #fff;
    }
    li.lvHeader {
        font-weight: bold;
        color: #c1c1c1;
        color: #fff;
        list-style-type: none;
    }
    .lvItem a {
        color:#c1c1c1;
        color: #fff;
    }
}

/* For when you have long titles in a sidebar */
.sidebar__title{
    max-width: calc(100% - 44px - 8px);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}
.sidebar__title--small{
    font-size:14px !important;
    line-height: 1.6 !important;
}
/* Tablet in Portrait */
@media screen and (min-width:768px){
    .sidebar__title--small{
        font-size:16px !important;
        line-height: 1.6 !important;
    }
}
/* Generic laptop */
@media screen and (min-width:1200px){
    .sidebar__title--small{
        font-size:18px !important;
        line-height: 1.6 !important;
    }
}

/* Logo on the right admin bar */
/* Logo on right */
.img--branding-right{
    height: 60px;
    position: absolute;
    right:12px;
    margin-top: -8px;
}
@media screen and (max-width:979px){
    .img--branding-right{
        display:none;
    }
}

/* Logo on left */
.img--branding-left{
    height: 60px;
    float: left;
    margin-top: -8px;
}


/* Change the brand color link in header */
.navbar-inverse .brand{
    color:#fff;
}
/* This rule conflicts with any fixed position element nested within */
@media (max-width: 480px){
    .nav-collapse {
        -webkit-transform: none !important;
    }
}

/* Simulate a full height sidebar with the :before pseudo class  */
@media screen and (min-width:980px){
	.span2.bs--hide__column:before {
	    content: "";
	    display:block;
	    position:fixed;
	    background:inherit;
	    border-right:2px solid #999;
	    top:0;
	    bottom:0;
	    left:0;
	    width:444px;
	    z-index:-1;
	    width: 14.893617021276595%;
	}
}

/* Make sure title doesn't block search or menu button */
@media (max-width: 600px){
	.navbar .brand {
		max-width:175px;
		font-size:16px;
	}
}
/* Language Toggle/Switcher Layout */
.toggle__language{
    position:fixed;
    top:4px;
    right:12px;
}
@media screen and (min-width: 980px){
	.toggle__language{
    	position:fixed;
    	top:21px;
    	right:12px;
	}
}
/* Toggle Switcher Styles */
.switcher {
  display: inline-block;
  height: 18px;
  padding: 0px 2px;
  background: #666;
  width: 60px;
  border-radius: 2px;
  position: relative;
}

.switcher__input {
  display: none;
}

.switcher__label {
  float: left;
  width: 50%;
  font-size: 10px;
  line-height: 18px;
  color: #a1a1a1;
  text-align: center;
  cursor: pointer;
  position: inherit;
  z-index: 10;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.switcher__toggle {
  position: absolute;
  float: left;
  height: 14px;
  width: 50%;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
  background-color: #4990E2;
  border-radius: 1px;
  left: 2px;
  top: 2px;
  transition: left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.switcher__input:checked + .switcher__label {
  color: #fff;
}

.switcher__input--right:checked ~ .switcher__toggle {
  left: 28px;
}
/* END -- Toggle Switcher Styles */

/* Links height fix for the login screen */
ul[class^="childMenu"].nav.nav-tabs a, ul[class^="childMenu"] a{
    height:auto;
}

/* Links line height fix for the login screen */
.nbs--fixed-nav .nav-tabs>li>a {
    background: none;
    border: none;
    line-height: 60px;
    padding: 0px 8px;
}

label.gridDropdownButton {
	position: relative;
}

label.gridDropdownButton select {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

label.gridDropdownButton.is--focused {
	outline: 3px solid #EDB864 !important;
}

.floatLeft {
	float: left;
}

table.alternateCols col:nth-child(even) {
	background-color: #d9edf7;
}

.tbl {
  border-collapse: collapse;
  border: 1px solid #e1e1e1;
  background: #FFFFFF;
}
.tbl__caption {
  padding: 16px;
  background: #e1e1e1;
  text-align: left;
  font-weight: 600;
}
.tbl__heading {
  text-align: left;
  padding: 16px;
  white-space: nowrap;
}
.tbl__row--header {
  border-bottom: 1px solid #e1e1e1;
}
.tbl__row--body {
  border-bottom: 1px solid #e1e1e1;
}
.tbl__row--footer {
  border-bottom: 1px solid #e1e1e1;
}
.tbl__value {
  padding: 16px;
  white-space: nowrap;
}
.tbl__value--footer {
  font-weight: 600;
  padding: 16px;
}

.tbl.minimal {
  border: none;
}
.tbl.minimal .tbl__row--body {
  border: none !important;
}

.tbl.zebra .tbl__row--body:nth-child(odd) {
  background: #F1F1F1;
}

.tbl.small {
  font-size: 12px;
}
.tbl.small .tbl__caption, .tbl.small .tbl__heading, .tbl.small .tbl__value, .tbl.small .tbl__value--footer {
  padding: 8px;
}

.tbl.hover .tbl__row--body:hover {
  background: #e1e1e1;
}
.tbl__value.expanded {
  transform: scale(1);
  transition: all 200ms ease-in;
  background: #fff;
  box-shadow: 0px 2px 4px 2px transparent;
  position: relative;
}
.tbl__value.expanded span {
  transition: color 200ms ease-out;
}
.tbl__value.expanded .bar-grow {
  position: absolute;
  height: 20%;
  background: #fff;
  left: 0;
  width: 0%;
  transition: all 200ms ease-out;
  overflow: hidden;
  font-size: 6px;
  line-height: 2;
  color: #fff;
  padding-left: 4px;
}
.tbl__value.expanded .bar-grow.bar1 {
  top: 0%;
}
.tbl__value.expanded .bar-grow.bar2 {
  top: 20%;
}
.tbl__value.expanded .bar-grow.bar3 {
  top: 40%;
}
.tbl__value.expanded .bar-grow.bar4 {
  top: 60%;
}
.tbl__value.expanded .bar-grow.bar5 {
  top: 80%;
}
.tbl__value.expanded:hover {
  transform: scale(6);
  transition: all 400ms ease-in;
  background: #f9f9f9;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.tbl__value.expanded:hover span {
  color: #f9f9f9;
  transition: color 200ms ease-out;
}
.tbl__value.expanded:hover .bar-grow {
  transition: all 700ms ease-out;
  height: 20%;
}
.tbl__value.expanded:hover .bar-grow.bar1 {
  width: 88%;
  background: red;
}
.tbl__value.expanded:hover .bar-grow.bar2 {
  width: 71%;
  background: blue;
}
.tbl__value.expanded:hover .bar-grow.bar3 {
  width: 62%;
  background: yellow;
}
.tbl__value.expanded:hover .bar-grow.bar4 {
  width: 50%;
  background: green;
}
.tbl__value.expanded:hover .bar-grow.bar5 {
  width: 33%;
  background: purple;
}

.tbl__value.holding-graph {
  position: relative;
}
.tbl__value.holding-graph .stats.is--active {
  transform: scale(1);
  transition: all 400ms ease-out;
  box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.3);
  border-color: #444;
}
.tbl__value.holding-graph .stats.is--active .bar-grow {
  transition: all 700ms ease-out;
  height: 20%;
}
.tbl__value.holding-graph .stats.is--active .bar-grow.bar1 {
  width: 88%;
  background: #199EC7;
}
.tbl__value.holding-graph .stats.is--active .bar-grow.bar2 {
  width: 71%;
  background: #40BC86;
}
.tbl__value.holding-graph .stats.is--active .bar-grow.bar3 {
  width: 62%;
  background: #EC555C;
}
.tbl__value.holding-graph .stats.is--active .bar-grow.bar4 {
  width: 50%;
  background: #FCB410;
}
.tbl__value.holding-graph .stats.is--active .bar-grow.bar5 {
  width: 33%;
  background: #8F72CB;
}
.tbl__value.holding-graph .stats {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: all 400ms ease-out;
  box-shadow: 0px 2px 4px 2px transparent;
  transition: all 200ms ease-out;
  border: 2px solid #fff;
  box-sizing:border-box;
}
.tbl__value.holding-graph .bar-grow {
  position: absolute;
  height: 20%;
  background: #fff;
  left: 0;
  width: 0%;
  transition: all 200ms ease-out;
  overflow: hidden;
  font-size: 6px;
  line-height: 2;
  color: #fff;
  padding-left: 4px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.tbl__value.holding-graph .bar-grow.bar1 {
  top: 0%;
  z-index: 50;
}
.tbl__value.holding-graph .bar-grow.bar2 {
  top: calc(20% - 1px);
  z-index: 40;
}
.tbl__value.holding-graph .bar-grow.bar3 {
  top: calc(40% - 2px);
  z-index: 30;
}
.tbl__value.holding-graph .bar-grow.bar4 {
  top: calc(60% - 3px);
  z-index: 20;
}
.tbl__value.holding-graph .bar-grow.bar5 {
  top: calc(80% - 4px);
  z-index: 10;
}
.tbl__value.holding-graph:hover {
  color: #f1f1f1;
  transition: all 200ms ease-out;
}
.tbl__value.holding-graph:hover .stats {
  transform: scale(1);
  transition: all 400ms ease-out;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.tbl__value.holding-graph:hover .bar-grow {
  transition: all 700ms ease-out;
  height: 20%;
}
.tbl__value.holding-graph:hover .bar-grow.bar1 {
  background: #199EC7;
}
.tbl__value.holding-graph:hover .bar-grow.bar2 {
  background: #40BC86;
}
.tbl__value.holding-graph:hover .bar-grow.bar3 {
  background: #EC555C;
}
.tbl__value.holding-graph:hover .bar-grow.bar4 {
  background: #FCB410;
}
.tbl__value.holding-graph:hover .bar-grow.bar5 {
  background: #8F72CB;
}

.stats__legend.is--visible {
  transform: translatey(0);
  transition: transform 400ms ease-out;
}

.stats__legend {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 280px;
  background: #fff;
  box-shadow: 0px -3px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 9999999999999;
  padding: 16px;
  transform: translatey(288px);
  transition: transform 400ms ease-out;
  box-sizing:border-box;
}
.stats__legend .symbol {
  border-radius: 1px;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.stats__legend .symbol.one {
  background: #199EC7;
}
.stats__legend .symbol.two {
  background: #40BC86;
}
.stats__legend .symbol.three {
  background: #EC555C;
}
.stats__legend .symbol.four {
  background: #FCB410;
}
.stats__legend .symbol.five {
  background: #8F72CB;
}

.btn--close--legend {
  position: absolute;
  right: 24px;
}

.removeLegendItem {
	transform: translateX(50px);
	opacity: 0;
	transition: all 1ms ease;
}

.addLegendItem {
	transform: translateX(0) !important;
	opacity: 1 !important;
	transition: all 250ms ease;
}

.legendInitial {
	transform: translateX(-50px);
	opacity: 0;
	transition: all 250ms ease;
}

.overflow--hidden {
	overflow: hidden;
}


/* Appointment Status BG  */
	.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
	    border-right-width: 0px !important;
	    border-top-right-radius: 1px !important;
	    border-bottom-right-radius: 1px !important;
	}
	
	
	.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end {
	    border-left-width: 0 !important;
	    border-top-left-radius: 1px !important;
	    border-bottom-left-radius: 1px !important;
	}
	
	.fc-event-hori {
	    border-width:0 !important;
	}
	.fc-event *{
		box-sizing:border-box !important;
	}
	.fc-event {
		box-sizing:border-box !important;
	    border: none !important;
	    padding:2px 4px !important;
	    margin-bottom:2px !important;
	    
	}

.usp {
  box-sizing: border-box;
}

.usp *, .usp *:before, .usp *:after {
  box-sizing: inherit;
}

.usp button {
  cursor: pointer;
}
.usp button:focus {
  outline: none;
  border: none;
}
.usp .crd--theme__wrap, .usp .crd--color__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.usp .crd--theme__wrap:after, .usp .crd--color__wrap:after {
  content: "";
  flex: auto;
}
.usp .crd--color {
  flex-basis: calc(50% - 8px);
  margin: 4px;
  border-radius: 2px;
  margin-bottom: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 500px) {
  .usp .crd--color {
    flex-basis: calc(25% - 8px);
  }
}
@media screen and (min-width: 768px) {
  .usp .crd--color {
    flex-basis: calc(20% - 8px);
  }
}
@media screen and (min-width: 1280px) {
  .usp .crd--color {
    flex-basis: calc(15% - 8px);
  }
}
@media screen and (min-width: 1400px) {
  .usp .crd--color {
    flex-basis: calc(10% - 8px);
  }
}
.usp .crd--color__content {
  background: #fff;
  height: 144px;
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.usp .crd--color__color {
  background: #1863E8;
  flex-basis: 66%;
  height: 100%;
  position: relative;
  cursor:pointer;
}
.usp .crd--color__color button {
  position: absolute;
}

.usp .crd--color__color .btn--delete--colour {
	top:0;
	right:0;
}

.usp .crd--color__color .btn--invert--colour {
	bottom:0;
	right:0;
}

.usp .crd--color__color button i {
  color: rgba(0, 0, 0, 0.3);
}
.usp .crd--color__details {
  background: #fff;
  flex-basis: 34%;
  height: 100%;
  padding: 8px;
}
.usp .crd--color__details:hover .crd--color__details__btn--edit-title i {
  color: #999;
  transition: all 200ms ease;
}
.usp .crd--color__details h4 {
  font-size: 14px;
  color: #707070;
  margin: 0;
  display: flex;
  width: 100%;
}
.usp .crd--color__details h4 span {
  flex-basis: calc(100% - 28px);
}
.usp .crd--color__details__btn--edit-title {
  color: #999;
  background: none;
  border: none;
  padding-right: 0;
}
.usp .crd--color__details__btn--edit-title i {
  font-size: 16px;
  color: #fff;
  transform: translate(0px, 2px);
}
.usp .crd--theme {
  flex-basis: calc(100%);
  max-width: 100%;
  min-width: 100%;
  padding: 0px;
  border-radius: 2px;
  margin-bottom: 48px;
  overflow: hidden;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 500px) {
  .usp .crd--theme {
    flex-basis: calc(50% - 8px);
    max-width: 50%;
    min-width: initial;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media screen and (min-width: 769px) {
  .usp .crd--theme {
    flex-basis: calc(33% - 8px);
    max-width: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .usp .crd--theme {
    flex-basis: calc(25% - 8px);
    max-width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .usp .crd--theme {
    flex-basis: calc(20% - 8px);
    max-width: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .usp .crd--theme {
    max-width: 375px;
  }
}
.usp .crd--theme__content {
  background: #fff;
  height: 320px;
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 650px) {
  .usp .crd--theme__content {
    height: 320px;
  }
}
.usp .crd--theme__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 16px;
}
.usp .crd--theme__controls__btn--edit-title {
  color: #999;
  background: none;
  border: none;
}
.usp .crd--theme__controls__btn--edit-title i {
  font-size: 16px;
  color: #fff;
  transform: translate(-4px, 2px);
}
.usp .crd--theme__controls__btn--settings {
  border: none;
  background: none;
  color: #999;
  height: 24px;
}
.usp .crd--theme__controls__btn--settings i {
  font-size: 20px;
  line-height: 24px;
  font-size: 32px;
}
.usp .crd--theme__controls__btn--power.is--activated span {
  left: 50%;
  background: #55e5e8;
  transition: all 400ms ease;
}
.usp .crd--theme__controls__btn--power {
  border: none;
  height: 24px;
  width: 60px;
  position: relative;
  background: #999;
  border-radius: 2px;
}
.usp .crd--theme__controls__btn--power span {
  position: absolute;
  height: 24px;
  width: 50%;
  background: #c9c9c9;
  top: 0;
  left: 0;
  border-radius: 2px;
  transition: all 400ms ease;
}
.usp .crd--theme__btn--advanced-settings {
  position: absolute;
  border-radius: 2px;
  border: none;
  bottom: -88px;
  left: 0px;
  right: 0px;
  width: calc(100% - 0px);
  height: 44px;
  background: #d9d9d9;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
  transition: bottom 400ms ease-out;
  font-size: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.usp .crd--theme__header.is--expanded {
  flex-basis: calc(100%);
  transition: flex-basis 300ms ease-out;
}
.usp .crd--theme__header.is--expanded .crd--theme__colors--horizontal {
  bottom: 44px;
}
.usp .crd--theme__header.is--expanded .crd--theme__btn--advanced-settings {
  position: absolute;
  pointer-events: initial;
  bottom: 0px;
  transition: bottom 400ms ease-out;
}
.usp .crd--theme__header {
  flex-basis: calc(44%);
  padding: 4px 8px;
  transition: flex-basis 300ms ease-out;
  position: relative;
}
.usp .crd--theme__header:hover .crd--theme__controls__btn--edit-title i {
  color: #999;
  transition: all 200ms ease;
}
.usp .crd--theme__header h4 {
  font-size: 14px;
  color: #707070;
  margin: 0;
  margin-top: 4px;
  display: flex;
  width: 100%;
  font-size: 18px;
}
.usp .crd--theme__header h4 span {
  flex-basis: calc(100% - 28px);
}
.usp .crd--theme__edit--title.is--active {
  bottom: 0;
  transition: all 300ms ease-out;
}
.usp .crd--theme__edit--title {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -120%;
  transition: all 300ms ease-out;
  z-index: 2000;
}
.usp .crd--theme__edit--title__btn--close {
  position: absolute;
  top: 0;
  right: 0px;
  background: none;
  z-index: 5;
  height: 24px;
  border: none;
  color: #444;
}
.usp .crd--theme__edit--title__btn--close i {
  font-size: 16px;
  line-height: 24px;
}
.usp .crd--theme__edit--title__form {
  position: absolute;
  top: 0;
  background: #eee;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
}
.usp .crd--theme__edit--title__form__label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  color: #707070;
  margin-bottom: 0px;
  position: absolute;
  bottom: 76px;
  left: 8px;
  right: 0px;
}
.usp .crd--theme__edit--title__form__input {
  border-radius: 1px;
  border: none;
  height: 32px;
  padding: 0px 2px 0px 4px;
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 40px;
  width: calc(100% - 8px);
  background: #fff;
}
.usp .crd--theme__edit--title__form__button {
  border: none;
  background: #1863E8;
  color: #fff;
  padding: 0px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 34px;
}
.usp .crd--theme__colors.is--collapsed {
  flex-basis: calc(0%);
  transition: flex-basis 300ms ease-out;
}
.usp .crd--theme__colors.is--collapsed i {
  transform: scale(0) !important;
  transition: transform 200ms ease-out;
}
.usp .crd--theme__colors {
  flex-basis: calc(56%);
  display: flex;
  height: 100%;
  transition: flex-basis 300ms ease-out;
}
.usp .crd--theme__colors--single.is--orphan {
  background: #d3d3d3 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.usp .crd--theme__colors--single.is--orphan i {
  color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  transform: scale(1);
  transition: transform 200ms ease-out;
}
.usp .crd--theme__colors--single {
  height: 100%;
  flex-basis: 25%;
  min-width: 25%;
  transform: scale(1);
  transition: transform 250ms ease-out;
}
.usp .crd--theme__colors--single:hover {
  transform: scale(1.05);
  transition: transform 250ms ease-out;
  z-index: 100;
}
.usp .crd--theme__colors--single:hover i {
  transform: scale(1.8);
  transition: transform 200ms ease-out;
}
.usp .crd--theme__colors--single:nth-of-type(1) {
  background: #1863E8;
}
.usp .crd--theme__colors--single:nth-of-type(3) {
  background: #E25AED;
}
.usp .crd--theme__colors--single:nth-of-type(5) {
  background: #89BEF7;
}
.usp .crd--theme__colors--single:nth-of-type(7) {
  background: #FFD454;
}
.usp .crd--theme__colors--single.is--open {
  transform: scale(8);
  z-index: 122;
  transition: transform 400ms ease-out;
  transform-origin: center center;
}
.usp .crd--theme__colors--single.is--open:hover {
  transform: scale(8);
}
.usp .crd--theme__colors--single.is--open i {
  transform: translatey(-100px);
}
.usp .crd--theme__colors__edit--single.is--active {
  pointer-events: initial;
  transform: scale(1);
  opacity: 1;
  transition: transform 300ms ease-out, opacity 300ms ease-out;
}
.usp .crd--theme__colors__edit--single {
  position: absolute;
  background: transparent;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: none;
  transform: scale(0);
  opacity: 0;
  transition: transform  100ms ease-out, opacity 100ms ease-out;
}
.usp .crd--theme__colors__edit--single__btn--close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  z-index: 5;
  height: 24px;
  border: none;
  color: #fff;
}
.usp .crd--theme__colors__edit--single__btn--close i {
  font-size: 32px;
}
.usp .crd--theme__colors__edit--single__value-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 24px;
  align-items: center;
  justify-content: center;
}
.usp .crd--theme__colors__edit--single__value {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 16px;
}
.usp .crd--theme__colors__edit--single__label {
  color: #fff;
  display: flex;
  background: none;
  border: none;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.usp .crd--theme__colors__edit--single__label i {
  color: #fff;
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  transform: translatex(8px);
}
.usp .crd--theme__colors__edit--single__category {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.usp .crd--theme__colors--horizontal {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -150%;
  flex-direction: column;
  transition: bottom 300ms ease-out;
}
.usp .crd--theme__colors--horizontal--single.is--orphan {
  background: #d3d3d3 !important;
  color: #666;
  font-weight: bold;
  padding-left: 4px;
  border-left: 2px solid #999;
}
.usp .crd--theme__colors--horizontal--single.is--orphan i.error_outline {
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 4px;
}
.usp .crd--theme__colors--horizontal--single {
  height: 44px;
  margin-bottom: 0px;
  width: 100%;
  line-height: 28px;
  padding: 0px 8px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* opacity:0; */
}
.usp .crd--theme__colors--horizontal--single button {
  background: none;
  border: none;
  color: #fff;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 24px;
}
.usp .crd--theme__colors--horizontal--single button i {
  font-size: 18px;
  line-height: 24px;
}
.usp .crd--theme__colors--horizontal--single:nth-of-type(1) {
  background: #1863E8;
  margin-top: 4px;
  transition: opacity 150ms ease-out;
}
.usp .crd--theme__colors--horizontal--single:nth-of-type(2) {
  background: #E25AED;
  transition: opacity 200ms ease-out;
}
.usp .crd--theme__colors--horizontal--single:nth-of-type(3) {
  background: #89BEF7;
  transition: opacity 250ms ease-out;
}
.usp .crd--theme__colors--horizontal--single:nth-of-type(4) {
  background: #FFD454;
  transition: opacity 300ms ease-out;
}
.usp .crd--theme__colors--horizontal--single:last-of-type {
  margin-bottom: 0;
}
.usp .sidebar--inspector.is--visible {
  right: 0;
  transition: right 400ms ease-out;
  z-index: 9000;
}
.usp .sidebar--inspector {
  position: fixed;
  width: 452px;
  background: #fff;
  top: 0;
  bottom:0;
  right: -700px;
  z-index: 1;
  transition: right 400ms ease-out;
}
@media screen and (max-width: 699px) {
  .usp .sidebar--inspector {
    width: 100%;
  }
}
.usp .sidebar--inspector__header.is--visible {
  right: 0;
  transition: right 400ms ease-out;
}
.usp .sidebar--inspector__header {
  height: 44px;
  width: 452px;
  background: #c4c4c4;
  position: fixed;
  right: -700px;
  transition: right 400ms ease-out;
}
@media screen and (max-width: 699px) {
  .usp .sidebar--inspector__header {
    width: 100%;
  }
}
.usp .sidebar--inspector__header__btn--text {
  width: auto;
  border: none;
  background: #505050;
  color: #fff;
  padding: 0 16px;
  font-weight: bold;
}
.usp .sidebar--inspector__header__btn--square {
  width: 44px;
  height: 44px;
  border: none;
  background: #505050;
  color: #fff;
}
.usp .sidebar--inspector__header__btn--square i.material-icons {
  font-size: 22px;
  line-height: 44px;
}
.usp .sidebar--inspector__header__btn--square.transparent {
  background: none !important;
  color: #505050;
}
.usp .sidebar--inspector__header__content.is--white {
  background: #fff;
  transition: background 250ms ease-out;
}

.usp .sidebar--inspector__header__content {
  position: absolute;
  right: 0;
  width: 452px;
  bottom: 0;
  top: 0;
  transition: background 250ms ease-out;
}
@media screen and (max-width: 699px) {
  .usp .sidebar--inspector__header__content {
    width: 100%;
  }
}
.usp .sidebar--inspector__header-primary.is--visible {
  transform: translatey(0px);
  transition: transform 200ms ease-out;
}
.usp .sidebar--inspector__header-primary {
  transform: translatey(-100px);
  transition: transform 200ms ease-out;
}
.usp .sidebar--inspector__header-secondary.is--visible {
  transform: translatey(0px);
  transition: transform 200ms ease-out;
}
.usp .sidebar--inspector__header-secondary {
  transform: translatey(-100px);
  transition: transform 200ms ease-out;
}
.usp .sidebar--inspector__header-secondary--with-controls.is--visible {
  transform: translatey(0px);
  transition: transform 200ms ease-out;
}
.usp .sidebar--inspector__header-secondary--with-controls {
  transform: translatey(-100px);
  transition: transform 200ms ease-out;
}
.usp .sidebar--inspector__title {
  font-size: 18px;
  color: #505050;
  font-weight: bold;
  line-height: 44px;
  margin: 0;
  padding: 0;
  padding-left: 16px;
}
.usp .sidebar--inspector__title-input {
  background: none;
  outline: none;
  border: none;
  font-size: 18px;
  color: #505050;
  font-weight: bold;
  line-height: 44px;
  margin: 0;
  padding: 0;
  margin-left: 16px;
}
.usp .sidebar--inspector__title-input__container.is--wide {
  flex-basis: calc(100%);
  max-width: calc(100%);
  min-width: calc(100%);
}
.usp .sidebar--inspector__title-input__container.is--wide .sidebar--inspector__title-input {
  width: 100%;
}
.usp .sidebar--inspector__title-input__container {
  flex-basis: calc(100% - 88px);
  max-width: calc(100% - 88px);
  min-width: calc(100% - 88px);
}
.usp .sidebar--inspector__title-input__save.is--visible {
  min-width: 44px;
  background: #4BB543;
  color: #fff;
  transform: translatey(0px);
  transition: transform 200ms ease-out;
}
.usp .sidebar--inspector__title-input__cancel.is--visible {
  min-width: 44px;
  background: none;
  color: #666;
  transform: translatey(0px);
  transition: transform 200ms ease-out;
}
.usp .sidebar--inspector__title-input__save {
  min-width: 44px;
  background: #4BB543;
  color: #fff;
  transform: translatey(-100px);
  transition: transform 200ms ease-out;
}
.usp .sidebar--inspector__title-input__cancel {
  min-width: 44px;
  background: none;
  color: #666;
  transform: translatey(-100px);
  transition: transform 200ms ease-out;
}
.usp .sidebar--inspector__hero {
  margin-top: 44px;
  background: #d8d8d8;
  padding: 18px 8px 0px 8px;
  height: 80px;
}
.usp .sidebar--inspector__hero .theme-colors {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.usp .sidebar--inspector__hero .theme-colors .themeable__item {
  flex-basis: 25%;
  margin: 0 4px;
}
.usp .sidebar--inspector__hero .theme-colors .themeable__item__swatch {
  width: 100% !important;
  flex-basis: 100%;
  margin-right: 0;
}
.usp .sidebar--inspector__hero__search.is--visible {
  transform: translateX(0px);
  transition: transform 300ms ease-out;
}
.usp .sidebar--inspector__hero__search {
  transform: translateX(125%);
  transition: transform 300ms ease-out;
}
.usp .sidebar--inspector__hero__theme.is--visible {
  transform: translate(0%, -44px);
  transition: transform 300ms ease-out;
}
.usp .sidebar--inspector__hero__theme {
  transform: translate(125%, -44px);
  transition: transform 300ms ease-out;
}
.usp .sidebar--inspector__hero__input-box {
  width: 100%;
  height: 44px;
  padding: 0px 8px;
  border: none;
  border-radius: 2px;
}
.usp .sidebar--inspector__hero__theme {
  display: flex;
}
.usp .sidebar--inspector__hero__theme button {
  flex-basis: 25%;
  height: 44px;
  border: none;
  margin: 0px 4px;
  border-radius: 2px;
}
.usp .sidebar--inspector__hero__theme button:first-of-type {
  margin-left: 0;
}
.usp .sidebar--inspector__hero__theme button:last-of-type {
  margin-right: 0;
}
.usp .sidebar--inspector__tabs {
  height: 44px;
  width: 100%;
  display: flex;
}
.usp .sidebar--inspector__tabs button.active {
  background: #444;
  color: #fff;
}
.usp .sidebar--inspector__tabs button {
  width: 50%;
  height: 44px;
  padding: 0px;
  border: none;
  background: #d8d8d8;
  font-size: 18px;
  font-weight: bold;
  color: #505050;
}
.usp .sidebar--inspector__body__content.is--visible {
  transition: all 200ms ease-out;
  transform: translatex(0%);
  overflow-y: auto;
  overflow-x: hidden;
  height:calc(100% - 168px);
}

.usp .sidebar--inspector__body__content.is--visible::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white;
	background-color: rgba(0, 0, 0, .5);
}

.usp .sidebar--inspector__body__content.is--visible::-webkit-scrollbar {
    -webkit-appearance: none;
    width:8px;
}

.usp .sidebar--inspector__body__content {
  transition: all 200ms ease-out;
  position: absolute;
  transform: translatex(125%);
  width: 100%;
  z-index: 9999;
}
.usp .themeable__group:nth-of-type(odd) {
  background: #e7e7e7;
}
.usp .themeable__group:nth-of-type(even) {
  background: #f9f9f9;
}
.usp .themeable__group.is--expanded {
  max-height: 8888px;
}
.usp .themeable__group.is--expanded .themeable__list {
  transform: scale(1);
  opacity: 1;
  pointer-events: initial;
  transition: transform 250ms ease-out, opacity 250ms ease-in;
}
.usp .themeable__group {
  max-height: 44px;
  overflow: hidden;
}
.usp .themeable__group .themeable__list {
  transform: scale(3);
  opacity: 0;
  pointer-events: none;
  transition: transform 250ms ease-out;
}
.usp .themeable__group__meta {
  height: 44px;
  justify-content: space-between;
}
.usp .themeable__group__meta .themeable__group__meta__btn,
.usp .themeable__group__meta .themeable__group__meta__btn--expand {
  border: none;
  background: none;
  color: #555;
  display:inline-flex;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  align-items:center;
}
.usp .themeable__group__meta .themeable__group__meta__btn--expand {
  text-align:left;
  justify-content:space-between;
  overflow:hidden;
  flex-grow:1;	
}
.usp 
.themeable__group__meta 
.themeable__group__meta__btn--expand 
.themeable__group__meta__btn--expand__label {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;	
  flex-grow:1;
}

.usp .themeable__list {
  padding: 8px;
}
.usp .themeable__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.usp .themeable__item.is--disabled .themeable__item__swatch {
  background: #c7c7c7 !important;
  transition: all 200ms ease-out;
  pointer-events: none;
}
.usp .themeable__item.is--disabled .themeable__item__swatch--text {
  opacity: 0;
}
.usp .themeable__item.is--disabled .themeable__item__name {
  color: #c7c7c7 !important;
}
.usp .themeable__item.is--disabled .themeable__item__color-name {
  color: #c7c7c7 !important;
}
.usp .themeable__item.is--selected .themeable__item__swatch {
  width: 88px;
  transition: all 200ms ease-out;
}
.usp .themeable__item.is--selected .themeable__item__swatch--text {
  line-height: 44px;
  text-align: center;
  width: 44px;
  color: #fff;
  font-weight: bold;
  opacity: 1;
}
.usp .themeable__item.is--selected .themeable__item__name {
  color: rgba(0, 0, 0, 0.8) !important;
}
.usp .themeable__item.is--selected .themeable__item__color-name {
  color: rgba(0, 0, 0, 0.8) !important;
}
.usp .themeable__item {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.usp .themeable__item__swatch {
  width: 44px;
  height: 44px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border: none;
  transition: all 200ms ease-out;
}
.usp .themeable__item__swatch--text {
  opacity: 0;
  color: #fff;
}
.usp .themeable__item__meta {
  display: flex;
  flex-direction: column;
  padding: 0px 8px;
  justify-content: center;
}
.usp .themeable__item__undo.is--visible {
  right: 8px;
}
.usp .themeable__item__undo {
  position: absolute;
  right: -44px;
}
.usp .themeable__item__name {
  font-size: 13px;
}
.usp .themeable__item__color-name {
  font-weight: bold;
  font-size: 12px;
}
.usp .color-library.is--fullscreen.is--visible {
  right: 0;
  z-index: 8888;
}
@media screen and (max-width: 699px) {
  .usp .color-library.is--fullscreen.is--visible {
    width: 100%;
    bottom: 0;
    right: 0;
    height: 100%;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .usp .color-library.is--fullscreen.is--visible .color-library__btn-container {
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    height: 160px;
  }
  .usp .color-library.is--fullscreen.is--visible .color-library__btn-container i {
    pointer-events: none;
  }
  .usp .color-library.is--fullscreen.is--visible .color-library__btn-container.is--inactive {
    transform: scale(1);
  }
  .usp .color-library.is--fullscreen.is--visible .color-library__btn-container.is--selected {
    transform: scale(0.8);
    z-index: 1;
    box-shadow: 0px 0px 32px 16px rgba(0, 0, 0, 0.5);
    border: 16px solid #fff;
  }
  .usp .color-library.is--fullscreen.is--visible .color-library__btn-container.is--selected i {
    width: 100% !important;
    height: 100% !important;
    line-height: calc(160px - 34px) !important;
    font-size: 60px;
  }
  .usp .color-library.is--fullscreen.is--visible .color-library__color-title {
    display: initial;
  }
}
.usp .color-library.is--fullscreen.is--visible .color-library__btn--close {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 111111;
  border: none;
  border-bottom-left-radius: 4px;
}
.usp .color-library.is--visible {
  transform: scale(1);
  transition: transform 400ms ease-out;
}
.usp .color-library {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  right: 452px;
  left: 0;
  overflow-x: auto;
  overflow-y: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  z-index: 9999;
  transform: scale(0);
  transition: transform 400ms ease-out;
}
@media screen and (max-width: 699px) {
  .usp .color-library {
    width: 100%;
    bottom: 0;
    right: 0;
    height: 80px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.usp .color-library__btn--close {
  display: none;
}
.usp .color-library__btn--close:hover i {
  transform: rotate(180deg);
  transition: transform 250ms ease-out;
}
.usp .color-library__btn--close i {
  font-size: 48px;
  color: #fff;
  transition: transform 250ms ease-out;
}
.usp .color-library__btn-container {
  padding: 0;
  background: none;
  height: 200px;
  width: 100%;
  transition: all 200ms ease-out;
  position: relative;
}
@media screen and (max-width: 699px) {
  .usp .color-library__btn-container {
    width: 100%;
    bottom: 0;
    right: 0;
    height: 80px;
    width: 90px;
    flex-basis: 90px;
    min-width: 90px;
    max-width: 90px;
  }
}
@media screen and (min-width: 800px) {
  .usp .color-library__btn-container {
    width: 50%;
    height: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .usp .color-library__btn-container {
    width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .usp .color-library__btn-container {
    width: 25%;
    height: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .usp .color-library__btn-container {
    width: 20%;
    height: 220px;
  }
}
.usp .color-library__btn-container i {
  transform: scale(0);
  transition: transform 250ms ease-out;
  pointer-events: none;
}
.usp .color-library__btn-container.is--inactive {
  transition: all 200ms ease-out;
}
@media screen and (max-width: 699px) {
  .usp .color-library__btn-container.is--inactive {
    transform: scale(0.6);
  }
}
.usp .color-library__btn-container.is--selected {
  transition: all 200ms ease-out;
}
@media screen and (min-width: 700px) {
  .usp .color-library__btn-container.is--selected {
    transform: scale(0.8);
    z-index: 1;
    box-shadow: 0px 0px 32px 16px rgba(0, 0, 0, 0.5);
    border: 16px solid #fff;
  }
  .usp .color-library__btn-container.is--selected i {
    width: 100% !important;
    height: 100% !important;
    line-height: calc(200px - 34px) !important;
    font-size: 60px;
  }
}
@media screen and (min-width: 800px) {
  .usp .color-library__btn-container.is--selected i {
    line-height: calc(150px - 34px) !important;
  }
}
@media screen and (min-width: 1024px) {
  .usp .color-library__btn-container.is--selected i {
    line-height: calc(150px - 34px) !important;
  }
}
@media screen and (min-width: 1200px) {
  .usp .color-library__btn-container.is--selected i {
    line-height: calc(200px - 34px) !important;
  }
}
@media screen and (min-width: 1600px) {
  .usp .color-library__btn-container.is--selected i {
    line-height: calc(220px - 34px) !important;
  }
}
.usp .color-library__btn-container.is--selected i {
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 90px;
  height: 80px;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 80px;
  transform: scale(1);
  transition: transform 250ms ease-out;
}
.usp .color-library__btn--color {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
}
.usp .color-library__color-title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 699px) {
  .usp .color-library__color-title {
    display: none;
  }
}
.usp .add--card {
  box-shadow: none !important;
  border: 4px dashed #c8c8c8;
  border-radius: 4px;
}
.usp .add--card button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #c8c8c8;
  transition: transform 200ms ease-out;
}
.usp .add--card button:hover {
  transform: scale(1.8) rotate(90deg);
  transition: transform 200ms ease-out;
}
.usp .add--card i {
  font-size: 60px;
}
.usp .btn--square {
  width: 44px;
  height: 44px;
  border: none;
  background: #505050;
  color: #fff;
}
.usp .btn--square i.material-icons {
  font-size: 22px;
  line-height: 44px;
}
.usp .btn--square.transparent {
  background: none !important;
  color: #505050;
}

.usp .sidebar--inspector--content {
	overflow: hidden;
}

.see--more {
	position: relative;
	max-height: 400px;
	overflow: hidden;
	padding-bottom: 60px
}

.see--more:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 60px;
	background: rgba(255, 255, 255, 0.75);
}

.see--more__btn {
	position: absolute;
	left: 20px;
	z-index: 10;
	bottom: 16px;
}

.see--more.is--expanded .see--more__btn {
	top: calc(100% - 78px);
	bottom: unset;
}

.see--more.is--expanded {
	max-height: 100%;
	overflow: initial;
}

.see--more.is--expanded:after {
	display: none;
}

@media screen and (max-width:768px){
	.searchDateSearchLabel {
		display:block;
	}

	.searchDateSearchInput{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.searchDateSearchInput input{
		width: calc(100% - 30px);
		box-sizing: border-box;
		height: 30px;
		border-right: none;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
	}

	.searchDateSearchInput span{
		margin-left:0;
	}

}

/* Media Attachment Icons 18/01/2018 */
button.timeline__item-note {
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
}

button.timeline__item-note i.material-icons {
	pointer-events: none;
}

.timeline__item-note {
	margin-bottom: 0px;
	background: #d1d1d1;
	background: linear-gradient(90deg, #7E57C2, #3F51B5);
	background: linear-gradient(0deg, #e1e1e1, #F1F1F1);
	border-radius: 0%;
	height: 48px;
	width: 32px;
	padding: 0 !important;
	transition: all 200ms ease-out;
}

@media screen and (max-width: 767px) {
	.timeline__item-note:last-of-type {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}

@media screen and (min-width: 768px) {
	.timeline__item-note {
		border-radius: 50%;
		margin-bottom: 16px;
		background: #d1d1d1;
	}
}

@media screen and (min-width: 768px) {
	.timeline__item-note {
		height: 32px;
	}
}

.timeline__item-note:hover {
	transform: scale(1.3);
	transition: all 200ms ease-out;
}

.timeline__item-note:hover i.material-icons {
	opacity: 0.6;
}

.timeline__item-note:focus {
	transform: scale(1.3);
	transition: all 200ms ease-in-out;
	background: #0099cc;
}

.timeline__item-note:nth-of-type(10) {
	transform: translatey(-44px);
	box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.15);
}

.timeline__item-note:nth-of-type(11) {
	transform: translatey(-88px);
	box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.15);
}

.timeline__item-note:nth-of-type(12) {
	transform: translatey(-132px);
	box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.15);
}

.timeline__item-note:nth-of-type(13) {
	transform: translatey(-176px);
	box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.15);
}

.timeline__item-note:nth-of-type(14) {
	transform: translatey(-220px);
	box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.15);
}

.timeline__item-note:nth-of-type(15) {
	transform: translatey(-264px);
	box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.15);
}

.timeline__item-note i.material-icons {
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	color: rgba(0, 0, 0, 0.3) !important;
}

.wizard {
	display:flex;
	margin-bottom:10px;
}

.wizard > .steps {	
	display:flex;
}

.wizard > .steps .step {
	display:flex;
	align-items:center;
	margin-right:1px;
	margin-left:1px;
	border-radius:4px;
	padding:4px 5px;
}

.wizard > .steps .step:first-child {
	margin-left:0px;
}

.wizard > .steps .step.clickable {
	cursor:pointer;
}

.wizard > .steps .step.clickable:hover,
.wizard > .steps .step.clickable:active,
.wizard > .steps .step.clickable:focus {	
	background-color: #e4e5e7;
	-webkit-transition: background-color 100ms linear;
   	-ms-transition: background-color 100ms linear;
   	transition: background-color 100ms linear;
}

.wizard > .steps > .intermission {	
	display:flex;
	width: 50px;
	align-items:center;
	justify-content:center;
	margin-left:5px;
	margin-right:5px;
}

.wizard > .steps > .intermission > *, .wizard .step .step-icon{		
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.10);
}

.wizard > .steps > .intermission > *, .wizard .step .step-icon > * {		
	display:flex;
}

.wizard > .steps > .intermission > * {	
	background-color: #2c2c2c2c;
	width:100%;
	height: 1px;
}

.wizard > .steps > .step .step-icon {
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:99%;
	color:white;
	width:30px;
	height:30px;
	min-width:30px;
	min-height:30px;
	background-color:#c5c5c5;
	margin-right:8px;
}

.wizard > .steps > .step .step-icon .material-icons {
	font-size:18px;
}

.wizard > .steps > .step.current .step-icon {
	background-color: #08c;
}

.wizard > .steps > .step.done .step-icon {
	background-color: #70c16a;
}

.wizard > .steps > .step .step-title{
	font-weight:bold;
}

.wizard > .steps > .step .step-title .title{	
	font-size:11px;
}
.wizard > .steps > .step .step-title .subtitle{
	color:#a5a5a5;
	font-size:10px;
}

.scroll--box{
	overflow:auto;
}

.scroll--box::-webkit-scrollbar {
	-webkit-appearance: none;
}

.scroll--box::-webkit-scrollbar:vertical {
	width: 11px;
}

.scroll--box::-webkit-scrollbar:horizontal {
	height: 11px;
}

.scroll--box::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white;
	background-color: rgba(0, 0, 0, .5);
}

.scroll--box::-webkit-scrollbar-track { 
	background-color: #fff; 
	border-radius: 8px; 
}

h2.notificationDialog__heading {
	outline: none;
}

.isDisabled {
	pointer-events: none;
	cursor: default;
}

.nav--branding.is--hidden.sticky .img--branding-left {
    opacity: 0;
    transition: opacity 250ms ease-out;
}

.r-reflections{
  display:flex;flex-wrap:wrap;
}
.r-reflection .r-reflection__header{
  display:flex;
  padding: 10px 8px;
  flex-shrink:0;
}
.r-reflection .r-reflection__footer{
  font-size:12px;
  padding: 8px 16px;
  padding-top:16px;
}
.r-reflection .r-reflection__body{
  padding:0px 30px;
  display:flex;
  flex-grow:1;
  overflow:hidden;
  position:relative;
}
.r-reflection.r-reflection--text .r-reflection__body:after,
.r-reflection.r-reflection--statement .r-reflection__body:after{
  content:"";
  width:100%;
  height:100%;    
  position:absolute;
  left:0;
  top:0;
  background:linear-gradient(transparent 165px, white);
}
.r-reflection.r-reflection--text .r-reflection__body{
  font-size:12px;
}
.r-reflection.r-reflection--url .r-reflection__body, 
.r-reflection.r-reflection--questionnaire .r-reflection__body, 
.r-reflection.r-reflection--upload .r-reflection__body{
  justify-content:center;
  align-items:center;
}
.r-reflection{
  border:none;
  display:flex;
  position:relative;
  flex-direction:column;
  border-radius:4px;
  margin-right:10px;
  margin-bottom:10px;
  background-color:white;
  color:#888;
  overflow:hidden;
  cursor:pointer;
  box-shadow:0.5px 0.5px 1.5px rgba(0, 0, 0, 0.2);
  width:250px;
  height:320px;
}
.r-reflection .r-reflection__header__icon, 
.r-reflection-icon {
  font-size:70px;
}
.r-reflection.r-reflection--text .r-reflection__header__icon, 
.r-reflection-icon--text{
  color:#787bb1;
}
.r-reflection.r-reflection--url .r-reflection__header__icon,
.r-reflection-icon--url {
  color:#08c;
}
.r-reflection.r-reflection--upload .r-reflection__header__icon,
.r-reflection-icon--upload{
	color:#888;
}
.r-reflection.r-reflection--questionnaire .r-reflection__header__icon,
.r-reflection-icon--questionnaire{
	color:#0c4a7b;
}
.r-reflection.r-reflection--statement .r-reflection__header__icon,
.r-reflection-icon--statement{
	color:#2b2b2b;
}
.r-reflection .r-reflection__footer .r-reflection__footer__date{
	text-transform:uppercase;
}
.r-reflection__body__btn{
	padding:8px 16px;
	border-radius:2px;
	color:white;
	font-size:14px;
	line-height:14px;
	border:none;
}
.r-reflection__body__btn:hover,.r-reflection__body__btn:focus {
	text-decoration:none;
	color:white;
}
.r-btn-group__btn{
  display:flex;
  border:none;
  background:#e4e4e4;
  color:#444;
  cursor:pointer;
  z-index:1;
}
.r-btn-group:not(.r-btn-group--expanded) .r-btn-group__btn {
  border-radius:2px;
}
.r-btn-group--expanded .r-btn-group__btn {
  border-top-left-radius:2px;
  border-bottom-left-radius:2px;
}
.r-btn-group--expanded .r-btn-group__btn i.material-icons:after{
  content:'close'
}
.r-btn-group:not(.r-btn-group--expanded) .r-btn-group__btn i.material-icons:after{
  content:'add'
}
.r-btn-group button{
  padding:14px;
}
.r-btn-group button i.material-icons{
  font-size:28px;
}
.r-btn-group__options{
  list-style-type:none;
  margin:0;
  padding:0;
  display:flex;
  transition: all 0.4s ease-in-out;
  border-top-right-radius:2px;
  border-bottom-right-radius:2px;
  overflow:hidden;
}
.r-btn-group__options{
  display:flex;
}
.r-btn-group:not(.r-btn-group--expanded) .r-btn-group__options {
  opacity:0;
  transform:translatex(-200px);  
  visibility:hidden;
}
.r-btn-group{
  display:inline-flex;
  overflow:hidden;
}
.r-add-btn{
	color:white;
	display:inline-flex;
	border:none;
}
.r-add-btn.r-add-btn--text, .r-reflection--text .r-reflection__body__btn{
	background:#787bb1;
}
.r-add-btn.r-add-btn--url, .r-reflection--url .r-reflection__body__btn{
	background:#08c;
}
.r-add-btn.r-add-btn--upload, .r-reflection--upload .r-reflection__body__btn{
	background:#888;
}
.r-add-btn.r-add-btn--questionnaire, .r-reflection--questionnaire .r-reflection__body__btn{
	background:#0c4a7b;
}
.r-add-btn.r-add-btn--statement, .r-reflection--statement .r-reflection__body__btn{
	background:#2b2b2b;
}

label.label--sm{
	font-size:12px;
}


.placement-cards {
  display:flex;
  flex-wrap:wrap;
}
.place-without-placement-btn, .placement-card{
	margin-right:16px;
	width:275px;
	height:375px;	
	margin-bottom:16px;
	box-sizing:border-box;
}
.place-without-placement-btn, .placement-card--clickable{
	cursor:pointer;
}
.place-without-placement-btn{
	background:none;
	border-radius:4px;
	color:gray;
	border:5px dashed gray;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
}
.place-without-placement-btn i.material-icons{
	font-size:85px;
	line-height:85px;
	display:block;
	margin-bottom:20px;
}
.place-without-placement-btn:focus:active, 
.place-without-placement-btn:focus, 
.place-without-placement-btn:hover  {
	background-color:#8080801A;
	transition:background-color 150ms ease-in-out;
}
.placement-card {
	display:flex;
	flex-direction:column;
	padding:16px;
	background-color:white;
	border-radius:2px;
	box-sizing:border-box;
	border:1px solid transparent;
  	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.placement-card--clickable:hover, 
.placement-card--clickable:active:focus, 
.placement-card--clickable:focus {
  	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	transition: box-shadow 100ms ease-in-out;
}

.chip {
	padding:6px 12px;
	display:inline-flex;
	align-items:center;
	margin-right:4px;
	margin-bottom:4px;
	border-radius:30px;
	border:1px solid #c4c4c4;
	line-height:20px;
	font-size:12px;
	color: grey;
}
.chip__icon {
	margin-right:4px;
	font-size:20px;
	min-width:20px;
	line-height:20px;
	text-align:center;
}
.placement-card__subtitle{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:grey;
	margin-bottom:0px;
}

.placement-card__title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 12px 0;
}

.placement-card__tags{
	display:flex;
	flex-wrap:wrap;
}

.placement-card__body{
  display:flex;
  flex-direction:column;
  margin-bottom:10px;
  flex-grow:1;
  overflow:hidden;
  position:relative;
}

.placement-card__body:after{
  content:"";
  width:100%;
  height:100%;    
  position:absolute;
  left:0;
  top:0;
  background:linear-gradient(transparent 65%, white);
}

.flip-horizontal {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.btn--text {
	background:none;
	border:none;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.btn--text:hover,
.btn--text:active,
.btn--text:focus,
.btn--text:active:focus{
	background:none;
	border:none;
}
a.btn--text--primary,
a:active.btn--text--primary,
a:link.btn--text--primary,
a:visited.btn--text--primary, 
.btn--text--primary {
	color: #005baa;
}
.btn--text--primary:hover,
.btn--text--primary:active,
.btn--text--primary:focus,
.btn--text--primary:active:focus{
	color: #005baa;
}

.btn.btn--block{
	width:100%;
	display:block;
}

.btn.btn--outline{
	background-color: transparent;
	border:1px solid #c4c4c4;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}

/*
  Comment
*/
.btn.btn--outline.btn--outline--primary {
	color: #005baa !important;
}

.btn.btn--outline.btn--outline--inverse {
	color: #444 !important;
}

.btn.btn--outline.btn--outline--success {
	color: #5bb75b !important;
}

.btn.btn--outline.btn--outline--info {
	color:#49afcd !important;
}
.btn.btn--outline.btn--outline--warning {
	color: #faa732 !important;
}

.btn.btn--outline.btn--outline--danger {
	color: #da4f49 !important;
}

	.exp-stat-list {
		list-style-type: none;
	    margin: 0;
	    padding: 0;
	    display: flex;
	    flex-wrap: wrap;
	}
	
	.exp-stat-list > * {
	    margin: 4px;
	}
	
	.exp-stat-card--btn:not(:disabled):hover,
	.exp-stat-card--btn:not(:disabled):focus,
	.exp-stat-card--btn:not(:disabled):active:focus,
	.exp-stat-card--btn:not(:disabled):active {
		background-color:rgba(0,0,0,.05);
		transition: all 100ms ease-in-out;
		text-decoration:none;
	}
	
	.exp-stat-card--btn {
	    border: 1px solid #eee;
	}
	
	.exp-stat-card--btn:not(:disabled) {
		color: inherit;
	}
	
	.exp-stat-card--btn:disabled {
		cursor: inherit;
	}
	
	.exp-stat-cards {
		display:flex;
		flex-wrap:wrap;
	}
	
	.exp-stat-cards--organized {
		justify-content:space-around;
	}
	
	.exp-stat-cards--organized .exp-stat-card {
		margin-right: 0px;
		white-space: initial;
	}
	
	.exp-stat-cards--organized--four-per-row .exp-stat-card {
		width: 24%;
	}
	
	.exp-stat-cards--organized--three-per-row .exp-stat-card {
		width: 33%;
	}
	
	.exp-stat-cards--organized--two-per-row .exp-stat-card {
		width:49%;
	}
	.exp-stat-card:hover,
	.exp-stat-card:hover:active,
	.exp-stat-card:focus{
		text-decoration:none;
	}
	.exp-stat-card {
		background-color:#fff;
		display: inline-flex;
		border-radius: 4px;
		margin-bottom: 8px;
		margin-right: 8px;
		align-items: center;
		padding: 12px;
		box-sizing:border-box;
	}
	
	.exp-stat-card__value {
		font-size: 20px;
		line-height: 20px;
		display: inline-block;
		margin-bottom:4px;
	}
	
	.exp-stat-card__title {
		font-size: 13px;
		display: block;
	}
	
	.exp-stat-card__icon {
		margin-right: 20px;
		font-size: 30px;
		line-height: 30px;
		text-align:center;
		width: 50%;
	}
	
	.exp-stat-card__stat {
		text-align:left;
		width: 50%;
		display:block;
	}
	
	.exp-stat-card--shadow {
		box-shadow:0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
		border: 1px solid transparent;
	}

.exp-comparer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.exp-comparer > * {
	width:45%;
 		box-sizing: border-box;
 		flex-grow: 1;
 		list-style: none;
 		margin-right:12px;
 		margin-bottom:12px;
}

.enrollment-cards {
	display: flex;
	flex-wrap: wrap;
}
.enrollment-cards.enrollment-cards--feed {
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	padding:0px 10px;
	max-height:500px;
	overflow-y:auto;
}

.enrollment-cards.enrollment-cards--feed .enrollment-card{
	margin-right:0;
	margin-bottom:0;
	box-shadow:none;
	border-bottom-color:#c4c4c4;
	border-radius:0px;
	padding-bottom:20px;
}

.enrollment-cards.enrollment-cards--feed .enrollment-card:last-of-type:not(:hover){
	border-bottom-color:transparent;
}

.enrollment-card {
	width:350px;
	background-color:#fff;
	border:1px solid transparent;	
	box-shadow:0.5px 0.5px 1.5px rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
	border-radius:4px;
	padding:24px;
	margin-right:12px;
	margin-bottom:12px;
	display:inline-flex;
	justify-content:space-between;
	flex-direction:column;
}

.enrollment-card.enrollment-card--mini{
	width: auto;
	font-size:10px;
	padding:12px;
}

.enrollment-card.enrollment-card--mini .enrollment-card__progress .enrollment-card__progress__bar{
	height:13px;
}

.enrollment-card.enrollment-card--mini .enrollment-card__title{
	font-size:12px;
	line-height:12px;
}

.enrollment-card.enrollment-card--mini .enrollment-card__subtitle{
	font-size:10px;
	line-height:10px;
}

.enrollment-card.enrollment-card--clickable{
	cursor:pointer;	
}
.enrollment-card.enrollment-card--clickable:hover, .enrollment-card.enrollment-card--clickable:focus{
	background-color: rgba(0,0,0,.04);
	transition:100ms all ease-in-out;
}
.enrollment-card__title{
  margin-top:0px;
  margin-bottom:12px;
  font-size:16px;
  line-height:16px;
}

.enrollment-card__subtitle{
	margin:0;
	margin-bottom:12px;
	color:grey;
	font-size:14px;
	line-height:14px;
}

.enrollment-card .enrollment-card__progress .enrollment-card__progress__bar{
  width:100%;
  height:14px;
  border-radius:32px;
  background:#f7f7f7;
  overflow:hidden;
  box-sizing:border-box;
}

.enrollment-card__progress__label{
	margin-bottom:8px;
	display:flex;
	align-items:center;
	color:grey;
}

.enrollment-card__progress__bar__fill{
  background-color:#4389c5;
  height:100%;
}

.enrollment-card.enrollment-card--completed .enrollment-card__progress .enrollment-card__progress__bar__fill{
	background-color:#5c9c5c;
	width:100%;
}

.nav-cards{
	display:flex;
	flex-wrap:wrap;
}

.nav-cards.nav-cards--organized{
	justify-content:space-between;
}

.nav-cards.nav-cards--organized.nav-cards--organized--two-per-row > .nav-card {
	width:49.3%;
}
.nav-cards.nav-cards--organized.nav-cards--organized--three-per-row > .nav-card{
	width:32.5%;
}
.nav-cards.nav-cards--organized.nav-cards--organized--four-per-row > .nav-card {
	width:24%;
}

.nav-card {
	display:inline-flex;
	justify-content:space-evenly;
	background:#fff;
	box-shadow:0.5px 0.5px 1.5px rgba(0, 0, 0, 0.2);
	border:1px solid transparent;
	padding:8px;
	align-items:center;
	border-radius:4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.nav-card:hover,.nav-card:focus{
	border:1px solid #0C4A7B;
	background-color: #0C4A7B0D;
	transition:all 100ms ease-in-out;
}
a.nav-card:hover,a.nav-card:focus,a.nav-card:active{
	text-decoration:none;
}
.nav-card .nav-card__title{
	font-size:14px;
	line-height:14px;
}
.nav-card .nav-card__icon{
	font-size:38px;
	line-height:38px;
	padding:0px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.nav-card.nav-card--large{
	padding:14px;
}
.nav-card.nav-card--large .nav-card__icon{
	font-size:45px;
	line-height:45px;
}
.nav-card.nav-card--large .nav-card__title{
	font-size:15px;
	line-height:15px;
}

.bullet-list {
	padding:0;
	margin:0 0 12px 0;
}

.bullet-list__item {
	display:flex;
}

.bullet-list__item:not(:last-child){
	margin-bottom:18px;	
}

.bullet-list__item p {
	margin:0;	
}

.bullet-list__item__bullet {
	margin-right:18px;
}

img.bullet-list__item__bullet{
	width:38px;
	height:auto;
}

i.bullet-list__item__bullet.material-icons{
	width:30px;
	min-width:30px;
	height:30px;
	min-width:30px;
	background-color:rgba(0,0,0,.1);
	border-radius:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
}

.bullet-list__item__content{
	flex-grow:1;
}

.bullet-list__item__label{
	font-weight:bold;
	display:block;
	font-size:11px;
	line-height:1.5;
	margin-bottom:1px;
}
.exp-place-card {
	border-radius:4px;
	background-color:#fff;
	padding:50px 8px 32px 8px;
	box-sizing:border-box;
	width:185px;
	display:inline-flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.exp-place-card__icon{
	font-size:25px;
	width:50px;
	height:50px;
	border-radius:100%;
	background-color: rgba(0,0,0,.1);
	color:#333;
	margin:10px 0px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.exp-place-card__label{
	margin-top:12px;
	font-size:16px;
	font-weight:bold;
	display:block;
}
.exp-place-card__btn{
	margin-top:22px;
	width:65%;
	display:block;
}

.rule-header{
	display:flex;
	align-items:center;
	padding: 16px 0px;
}
.rule-header__rule{
	flex-grow:1;
	height:1px;
	background-color:#888;
}
.rule-header__label{
	color:#888;
	margin:0px 8px;
	font-weight:bold;
	font-size:14px;
}

.circled-number{
	height:22px;
	width:22px;
	font-weight:bold;
	font-size:14px;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	border-radius:100%;
	border:1.5px solid #888;
}

.exp-student-home-grid{
  display: grid;
  display: -ms-grid;
  grid-gap:4px;	
  width:100%;
  height:100%;
}
.exp-student-home-container{
	display:flex;
	flex-direction:column;
}
.exp-student-home-container > *{
	margin-bottom:4px;
}
.exp-student-home-container > .window-card{
	height:250px;
}

@media (max-width: 768px){
	.exp-student-home-grid {
	  grid-template-columns: 1fr;
	  grid-template-rows: repeat(4, 250px);
	  -ms-grid-columns: 1fr;
	  -ms-grid-rows: 250px 250px 250px 250px;
  	}
  	/* IE support */
  	.exp-student-home-grid > :first-child{
  		-ms-grid-row:1;
  	}
  	.exp-student-home-grid > :nth-child(2){
  		-ms-grid-row:2;
  	}
  	.exp-student-home-grid > :nth-child(3){
  		-ms-grid-row:3;
  	}
  	.exp-student-home-grid > :nth-child(4){
  		-ms-grid-row:4;
  	}
}
@media (min-width: 768px){
	.exp-student-home-grid {
	  grid-template-columns: 2.5fr 1fr 1fr;
	  grid-template-rows: 125px 125px;
	  -ms-grid-columns: 2.5fr 1fr 1fr;
	  -ms-grid-rows: 125px 125px;
  	}
	.exp-student-home-grid > :first-child {
	  grid-column:1;
	  grid-row:1 / 3;
	  -ms-grid-column:1;
	  -ms-grid-row:1;
	  -ms-grid-row-span:2;
	}
	.exp-student-home-grid > :nth-child(2) {
	  grid-column:2;
	  -ms-grid-column:2;
	}
	.exp-student-home-grid > :nth-child(3) {
	  grid-column:2;
	  grid-row:2;
	  -ms-grid-column:2;
	  -ms-grid-row:2;
	}
	.exp-student-home-grid > :nth-child(4) {
	  grid-column:3;
	  grid-row:1 / 3;
	  -ms-grid-column:3;
	  -ms-grid-row:1;
	  -ms-grid-row-span:2;
	}
	.exp-student-home-grid > :nth-child(2), 
	.exp-student-home-grid > :nth-child(3),
	.exp-student-home-grid > :nth-child(4){
  		padding: 12px 24px;
	}
	.exp-student-home-grid > :nth-child(2) .window-card__title, 
	.exp-student-home-grid > :nth-child(3) .window-card__title,
	.exp-student-home-grid > :nth-child(4) .window-card__title{
		font-size:14px;
		line-height:14px;
	}
	.exp-student-home-grid > :nth-child(2) .window-card__btn, 
	.exp-student-home-grid > :nth-child(3) .window-card__btn,
	.exp-student-home-grid > :nth-child(4) .window-card__btn{
		font-size:12px;
		line-height:12px;
		padding:6px 16px;
	}
}
.window-card {
  border-radius:3px;
  overflow:hidden;
  height:100%;
  width: 100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position: relative;
  padding: 24px;
  box-sizing: border-box;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.window-card > * {
	position:relative;
}
.window-card__bg{
  position:absolute;
  width:100%;
  height:100%;
  z-index:0;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
.window-card__overlay {
  position: absolute;
  margin:0px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: linear-gradient(95deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.window-card__title {
  color: #fff;
  margin: 0;
  font-size:20px;
  line-height:20px;
  margin:8px 0;
  margin:6px 0 8px 0;
}
.window-card__brief {
  color: #fff;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  margin-bottom:8px;
}
.window-card__btn {
  border-radius: 2px;
  border: 2px solid #fff;
  color: #fff;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  font-size:12px;
  line-height:12px;
  font-weight:bold;
  background: none;
  text-decoration:none;
  padding: 10px 38px;
  transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
}
.window-card__btn:hover,.window-card__btn:active,.window-card__btn:focus,.window-card__btn:active:focus{
	background:rgba(255,255,255,0.1);
	color:#fff;
	text-decoration:none;
}
.exp-filter{
	margin-bottom:16px;
}
.exp-filter__header{
	display:flex;
	justify-content:space-between;
	align-items:center;	
}
.exp-filter__title{
}
.pd-filter{
	margin-bottom:6px;
}
.pd-filter__header{
	display:flex;
	justify-content: flex-start;
	align-items:center;	
}
.pd-filter__title{
}
.exp-job-cards{
	display:flex;
	flex-direction:column;
}

.exp-job-card {
  width: 100%;
  padding: 16px;
  box-sizing:border-box;
  background-color: #fff;
  margin-bottom:4px;
}
.exp-job-card__brief{
	color:grey;
	margin:0;
	margin-bottom:16px;
	position:relative;
	overflow:hidden;
	max-height:200px;
	text-overflow:ellipsis;
}
.exp-job-card__brief:after{	
  	content:"";
  	width:100%;
  	height:200px;    
  	position:absolute;
  	left:0;
  	top:0;
  	background:linear-gradient(transparent 65%, white);
}
.exp-job-card__title{
	margin-bottom:8px;
	font-size:16px;
}
.exp-job-card__subtitle{
	color:grey;
	margin-bottom:10px;
}
.exp-job-card__employer{
	display:flex;
	align-items:center;
	margin-bottom:10px;
}
.exp-job-card__btn{
}
.exp-job-card__employer__avatar {
	display:flex;
	justify-content:center;
	align-items:center;
	height:30px;
	margin-right:8px
}
.exp-job-card__employer__avatar__img{
	height:100%;
}
.exp-job-card__employer__avatar--fill{
	background-color:#2b2b2b;
	width:30px;
	color:#fff;
	font-size:14px;
	border-radius:3px;
}

.exp-job-card__employers{
	display:flex;
	flex-wrap:wrap;
}
.exp-job-card__employers > *{
	margin-right:24px;
}
.progress-bar{
	width:100%;
	height:13px;
	border-radius:2em;
    background:#f7f7f7;
	overflow:hidden;
	box-sizing:border-box;
}
.progress-bar__fill{
  background-color:#4389c5;
  height:100%;
}
.progress-bar--complete .progress-bar__fill{
	background-color:#5c9c5c;
	width:100%;	
}	
.fieldset--small legend{
	font-size:18px;
	line-height:36px;
	margin-bottom:12px;
}
.max-width--breakpoint{	
	max-width:979px;
}
.exp-dashboard-number-card{
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	background-color:#fff;
	width:100%;
	box-sizing:border-box;
	padding:28px 16px;
  	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-bottom:16px;
}
@media(max-width:979px){
	.exp-dashboard-number-card{
		width:100%;
	}
}
.exp-dashboard-number-card:hover, 
.exp-dashboard-number-card:active,
.exp-dashboard-number-card:focus{
	text-decoration:none;
}
.exp-dashboard-number-card__icon{
	width:30px;
	color: #333;
	font-size:19px;
	height:30px;
	min-width:30px;
	min-height:30px;
	display:flex;
	background-color:rgba(0,0,0,0.1);
	border-radius:100%;
	justify-content:center;
	align-items:center;
}
.exp-dashboard-number-card__title{
	color:grey;
	line-height:1.5em;
	font-size:14px;
}
.exp-dashboard-number-card__underline{
	display:block;
	height:3px;
	border-radius:3em;
	background-color:grey;
	width:20px;
	margin:0 auto;
}
.exp-dashboard-number-card__number{
	width:100%;
	margin:8px 0;
	display:block;
	text-align:center;
	font-weight:bold;	
	font-size:38px;	
	line-height:1.3em;
	color:#333;
}

.exp-dashboard-opportunity-placeholder{	
	border:2px dashed grey;
	height:100%;
}
.exp-dashboard-opportunity-card, .exp-dashboard-opportunity-placeholder{
  	padding:20px 8px;
  	border-radius:6px;
	display:flex;
	flex-direction:column;
	align-items:center;
	box-sizing:border-box;
	justify-content:center;
	margin-bottom:16px;
}

.exp-dashboard-opportunity-card{
  	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background-color:#fff;
}
.exp-dashboard-opportunity-card__btn{
	width:80%;
}
.exp-dashboard-opportunity-card__title{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
	padding:0 16px;
	box-sizing:border-box;
	text-align:center;
	margin:0;
	font-size:14px;
	line-height:1.2em;
}
.exp-dashboard-opportunity-card__point{
	display:flex;
	align-items:center;
	margin:8px;
}
.exp-dashboard-opportunity-card__points{
	margin:10px 0;
}
.exp-dashboard-opportunity-card__point__icon{
	margin-right:12px;
	border-radius:100%;
	background-color:rgba(0,0,0,0.1);
	width:30px;
	height:30px;
	min-width:30px;
	min-height:30px;
	line-height:1em;
	font-size:19px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.exp-dashboard-opportunity-card__point__icon--success{
	background-color: #bce4bc;
	color:#006d00;
}
.exp-dashboard-opportunity-card__point__title{
	font-size:10px;
	line-height:1.2em;
}
.exp-dashboard-section{
}
.exp-dashboard-section__header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:8px;
}
.exp-dashboard-section__body{
	border-radius:4px;
  	box-shadow: 0 0 10px rgba(0,0,0,0.1);
  	padding:12px 24px;
  	background-color:#fff;
}
.exp-dashboard-list{
	list-style-type:none;
	margin:0;
	padding:0;
}
.exp-dashboard-item__icon{
	width:30px;
	height:30px;
	min-width:30px;
	min-height:30px;
	background-color:rgba(0,0,0,0.1);
	display:inline-flex;
	justify-content:center;
	align-items:center;
	border-radius:100%;
	margin-right:12px;
	font-size:19px;
	line-height:1.2em;
}
.exp-dashboard-item{
	display:flex;
	align-items:center;
	text-decoration:none;
	padding:8px 0;
	color:#333;
}
.exp-dashboard-item__title{
	display:block;
	line-height:1.5em;
}
.exp-dashboard-item__subtitle{
	margin-top:2px;
	display:block;
	color:grey;
	font-size:10px;
	line-height:1.5em;
}
.exp-dashboard-item--success .exp-dashboard-item__icon {
	background-color: #bce4bc;
	color:#006d00;
}
.exp-dashboard-item:hover, .exp-dashboard-item:active,.exp-dashboard-item:focus{
	text-decoration:none;
	color:#333;
}

.shadow{
	box-shadow:0px 7px 15px rgba(0,0,0,.1) !important; 
}

.sidebar-buttons {
	display: inline-flex;
	align-items: stretch;
}

.sidebar-buttons > :first-child .material-icons {
	margin-left: 0px;
}

.record-buttons {
	position: absolute;
	bottom: 8px;
	right: 5px;
	display: flex;
	align-items: stretch;
}

.sidebar-buttons .material-icons, .record-buttons .material-icons {
	margin-left: 8px;
	margin-right: 8px;
	color: #666;
}

.sidebar-buttons > *, .record-buttons > * {
	display: flex;
	justify-content: center;
}

.gmaps-action-btn{
	display:inline-flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background:none;
	border:none;
	font-size:12px;
	line-height:normal;
	color:#333;
}
.gmaps-action-btn i.material-icons{
	font-size:16px;
	font-weight:bold;
	box-shadow:0px 0px 1px 1px rgba(0,0,0,.1);
	border-radius:100%;
	width:35px;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	height:35px;
	border:none;
	background-color:#fff;
	margin-bottom:6px;
}
.gmaps-action-btn:hover,.gmaps-action-btn:active,.gmaps-action-btn:focus{
	text-decoration:none;
	color:#333;
}

.gmaps-info-window{
	padding: 0 8px 0 16px;
	display:flex;
}
.gmaps-info-window__content{
	max-width:400px;
}
.gmaps-info-window__actions{
	padding: 12px 0 12px 16px;
}

.expansion-panel {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: border-radius .3s ease-in-out, margin 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
}
.expansion-panel__body {
  padding: 8px 16px 16px 16px;
}
.expansion-panel:not(.expansion-panel--expanded) .expansion-panel__content {
  display: none;
}
.expansion-panel:not(.expansion-panel--expanded) .expansion-panel__heading:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.expansion-panel__heading:focus{
  outline: none !important;
}
.expansion-panel__heading {
  background: none;
  font-weight:bold;
  box-sizing:border-box;
  transition: padding .3s ease-in-out, background-color .3s ease-in-out;
  cursor: pointer;
  border: none;
  font-size: 12px;
  padding: 12px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expansion-panel__icon {
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.expansion-panel--expanded {
  margin: 10px 0;
  border-radius: 4px;
}
.expansion-panel--expanded .expansion-panel__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.expansion-panel--expanded .expansion-panel__heading {
  padding: 16px;
}

.exp-step {
  display: flex;
  transition: margin 0.5s;
  margin: 16px 0;
  align-items: center;
}
.exp-step--error .exp-step__circle{
	background-color:#f55c59;
}
.exp-step--done .exp-step__circle {
  background-color: #69af61;
}
.exp-step--active .exp-step__circle {
  background-color: #4389c5;
}
.exp-step--expanded {
  margin: 24px 0;
}
.exp-step--expanded .exp-step__title, .exp-step--expanded .exp-step__header__expand-icon {
  color: inherit;
}
.exp-step--expanded .exp-step__body {    
  background-color: #f1f1f1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 12px;
}
.exp-step--expanded .exp-step__circle {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.exp-step--expanded .exp-step__circle i.material-icons {
  font-size: 24px;
}
.exp-step--expanded .exp-step__title{
	margin:6px 0;
  	font-size: 1rem;
}
.exp-step__p {
  color: #c4c4c4;
  margin: 8px 0 12px 0;
}
.exp-step__circle {
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B9B9B9;
  font-weight: bold;
  width: 28px;
  height: 28px;
  transition: width 0.5s, height 0.5s, background-color 0.5s, font-size 0.5s;
  font-size: 12px;
  box-shadow:0px 2px 4px rgba(0,0,0,.1);
}
.exp-step__circle-wrap {
  width: 70px;
  display: flex;
  justify-content: center;
}
.exp-step__circle i.material-icons {
  font-size: 18px;
  transition: font-size 0.5s;
}
.exp-step__header {
  display: flex;
}
.exp-step__header__toggle {
  padding: 0;
  background: none;
  text-align: left;
  border: none;
  flex-grow: 1;
  display:flex;
}
.exp-step--expanded .exp-step__header__expand-icon{
	transform:rotate(180deg);	
}
.exp-step__header__expand-icon{
  	color: #B9B9B9;
	margin-left:auto;
	font-size:18px;
	font-weight:bold;
	transform:rotate(0);
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
.exp-step__header__toggle:hover,.exp-step__header__toggle:focus,.exp-step__header__toggle:active{
  outline: none !important;	
}
.exp-step__title {
  margin: 0;
  font-size: .85rem;
  transition: color 0.5s, font-size 0.5s, margin .5s;
}
.exp-step__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow:none;
  transition: padding 0.5s, background-color 0.5s, box-shadow .5s;
}

.o-table{	
	border:1px solid #e4e4e4;
	border-radius:4px;
	background-color:#fff;
	box-sizing:border-box;
}
.o-table__table{
	border-collapse: separate;
	border-spacing: 0;
	width:100%;
}
.o-table__table > tbody > tr > td, 
.o-table__table > thead > tr > th,
.o-table__row{
	padding-top:14px;
	padding-bottom:14px;
}
.o-table__table > tbody > tr > td:first-child, 
.o-table__table > thead > tr > th:first-child,
.o-table__row,
.o-table__title-row{
	padding-left:20px;
}
.o-table__table > tbody > tr > td:last-child, 
.o-table__table > thead > tr > th:last-child,
.o-table__row,
.o-table__title-row{
	padding-right:20px;
}
.o-table__table > tbody > tr > td, 
.o-table__table > thead > tr > th{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.o-table__table > tbody > tr:not(:last-child) td, 
.o-table__table > thead > tr > th, 
.o-table__row,
.o-table__actions-row{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #e4e4e4;
}
.o-table__title-row{
	display:flex;
	align-items:center;
	padding-top: 12px;
	padding-bottom:12px;	
	justify-content:space-between;
}
.o-table__title{
	font-size:18px;
	color:black;
	font-weight:normal;
	margin:0;
}
.o-table__actions-row{
	display:flex;
	align-items:center;
	padding: 8px 12px;
}
.o-table__icon-btn > i.material-icons{
	font-size:20px;
}
.o-table__icon-btn{
	color:#777777;
	box-shadow:none !important;
	background:none;
	border:none;
	padding:8px 8px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition: color .2s;
	position:relative;
}
a.o-table__icon-btn:hover,a.o-table__icon-btn:focus,a.o-table__icon-btn:active{
	text-decoration:none;
}
.o-table__icon-btn > * {
	position:relative;
	z-index:1;
}
.o-table__icon-btn:after{
	z-index:0;
	position:absolute;
	content:"";
	height:32px;
	width:32px;
	border-radius:100%;	
	background-color:#e4e4e4;
	transform:scale(0);
	transition: transform .2s, opacity .3s;
	opacity:0;
	box-sizing:border-box;
}
.o-table__icon-btn:hover,.o-table__icon-btn:active,.o-table__icon-btn:focus{
	outline:none !important;
}
.o-table__icon-btn:active:after,.o-table__icon-btn:focus:after{
	border:1px solid #c4c4c4;
}
.o-table__icon-btn:hover:after,.o-table__icon-btn:active:after,.o-table__icon-btn:focus:after{
	transform:scale(1);
	opacity:.8;
}
.o-table__icon-btn:hover,.o-table__icon-btn:active,.o-table__icon-btn:focus{
	color:#2b2b2b;
}

.o-checkbox{
	display:inline-flex;
	align-items:center;
	margin:0;
}
.o-checkbox--notification {
    position: relative;
}
.o-checkbox--notification:before {
    width: 10px;
    position: absolute;
    top: -2px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    left: 12px;
    background: #f36;
    border-radius: 100%;
    height: 10px;
    font-weight: 800;
    color: #fff;
    justify-content: center;
    font-size: 8px;
    display: inline-flex;
    align-items: center;
    content: "!";
}
.o-checkbox__checkmark{
	box-sizing:border-box;
	border:1.5px solid rgb(177,177,177);	
	display:flex;
	justify-content:center;
	align-items:center;
	height:18px;
	overflow:hidden;
	width:18px;
	border-radius:2px;
	transition: border .1s, background-color .1s;
}
.o-checkbox__checkmark:after{
	font-family:"Material Icons";
	font-weight:bold;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	height:100%;
	width:100%;
	content:"done";
	opacity:0;
	transition: opacity .1s;
}
.o-checkbox--select-all .o-checkbox__checkmark:after{
	content:"remove";
}
.o-checkbox__input:checked ~ .o-checkbox__checkmark{
	background-color:rgb(177,177,177);
	border-width:0px;
    animation: o-checkbox-ripple 0.2s 1 ease-out;
}
.o-checkbox__input:checked ~ .o-checkbox__checkmark:after{	
	opacity:1;
}
.o-checkbox__input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
@keyframes o-checkbox-ripple {
  from {
    box-shadow: 0 0 0 0 rgba(177,177,177, 1);
  }
  to {
    box-shadow: 0 0 0 0.4em rgba(177,177,177, 0);
  }
}

.exp-time-tracking-progress-container {
	padding:6px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.exp-time-tracking-progress-container:hover {
	background-color: #EEE;
	cursor: pointer;
}
.exp-time-tracking-progress-container .progress-bar {
	position:relative;
}
.exp-time-tracking-progress-container .progress-bar__fill {
	position:absolute;
	top:0px;
	left:0px;
}
.exp-pending-progress-bar__fill {
	background-color:#b9b9b9;
}
.exp-declined-progress-bar__fill {
	background-color:#da4f49;
}
.exp-required-progress-bar__fill {
	width:20px;
	background-color:transparent;
	display:flex;
	justify-content:center;
}
.exp-required-progress-bar__fill .exp-required-progress-marker {
	background-color:#4389c5;
	width:2px;
	height:100%;
}
.exp-time-tracking-info-container {
	display:inline-flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin-top:4px;
	width:100%;
}
.exp-time-tracking-info {
	display:flex;
	align-items:center;
	padding:3px 5px;
}