@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: SourceSansPro;
  src: url(../fonts/SourceSansPro-Regular.ttf);

}

@font-face {
  font-family: SourceSansPro-SemiBold;
  src: url(../fonts/SourceSansPro-SemiBold.ttf);

}

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: Lato-SemiBold;
  src: url(../fonts/Lato-SemiBold.ttf);
}
:root {
  --active: #4099ff;
	--steel: #88909a;
	--cool-grey-two: #b7bbc2;
	--cool-grey-three: #a8aeb9;
	--white: #ffffff;
	--background: #f0f3f4;
	--lightblue: #61ccf3;
	--silver: #c8ccd3;
	--charcoal-grey: #414042;
	--silver-two: #e1e7e9;
	--silver-three: #c8ced4;
	--pale-grey: #e5eaec;
	--pale-red: #dd4b39;
	--pale-grey-two: #e2e4e8;
	--silver-four: #b8bcc2;
	--cool-grey-three-60: rgba(167, 174, 185, 0.6);
	--silver-five: #c0c5c7;
  --warm-grey: #777777;
  --alt-background: #F7F8F9;
  --box-grey: #D8D8D8;
}

body, html {
  font-family: SourceSansPro, sans-serif;
  background-color: var(--charcoal-grey) !important;
  color: var(--steel);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.body-container {
  left: 80px;
  height: 100%;
  width: calc(100% - 80px);
  overflow: auto;
  top: 80px;
  background-color: var(--background);
  position: relative;
}

.nav-inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
}

.body-content {
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height:100%;
}

/****HEADER****/
.header-org-logo {
  width: 36px;
  margin-right: 10px;
  margin-top: -4px;
}
.navbar {
  position: absolute;
  height: 100px;
}
.navbar-nav {
  text-shadow: none;
}
.navbar-default {
  background-color: var(--white);
  background-image: none;
  color: var(--steel);
  font-size: 18px;
  height: 80px;
  left: 80px;
  width: calc(100% - 80px);
  position: fixed;
  margin-bottom: 0px;
  padding-left: 30px;
}
.navbar-default .navbar-nav>li>a{
  color: var(--steel);
}
.navbar-default .navbar-nav>li>a:hover{
  color: var(--steel);
}
.navbar-default.ta-user {
  left: 80px;
  background-color: var(--white);
  color: var(--steel);
}
.navbar-default.ta-user .navbar-nav .dropdown-toggle {
  color: var(--steel);
}
/*.navbar-default.ta-user.intersection-logo {
  width: 40px;
  margin: 30px auto 60px auto;
}*/
.navbar-brand {
  color: var(--white);
}
.logo-wrapper {
  float: left;
  width: 260px;
  height: 99px;
  padding: 33px 60px 0px 40px;
  background-color: var(--warm-grey);
  box-shadow: 0px -3px 4px 0 rgba(0, 0, 0, 0.1);
}
.navbar-header {
  color: var(--steel);
  line-height: 80px;
}
.header-text {
  text-transform: capitalize;
}
.header-text.blue {
  color: var(--active);
}
.header-text a {
  color: inherit;
}
.mode-text {
  border-left: 1px solid var(--silver);
  padding-left: 15px;
  margin-left: 15px;
}

.navbar-header-dropdown {
  position: relative;
  top: 50%;
  float: right;
  right: 36px;
}
.navbar-default.ta-user .navbar-header{
  color: var(--steel);
}

.nav .dropdown-toggle {
  color: white;
  font-size: 14px;
}
.nav-logo {
  margin-right:10px;
  margin-top: -2px
}
.user-nav {
  position: relative;
  top: 50%;
  right: 36px;
  transform: translateY(18%);
}
.user-nav .dropdown a {
  color: var(--white);
}

.dropdown-text {
  float: right;
  height: 30px;
  padding-top: 8px;
  padding-left: 10px;
  color: white;
}
.dropdown-text.ta-user {
  color: var(--steel);
}
span.chevron {
  color: white;
  width: 30px;
  height: 30px;
  margin-left: 15px;
}
.navbar-nav>li>.dropdown-menu {
  list-style-position:inside;
  border: none;
  border-top: 1px solid #CCCCCC;
}
.user-nav .dropdown-menu a {
  color: var(--steel);
}
/****WIDGETS****/
.widgets {
  padding: 15px;
}
.widget-one {
  height: 400px;
  background-color: white;
  box-shadow: 0 2px 4px 0 var(--silver);
}
.widget-two {
  height: 400px;
  background-color: white;
  box-shadow: 0 2px 4px 0 var(--silver);
}

/****CONTENT****/
.content-wrapper {
  padding: 30px;
}
.content-wrapper.no-pad-top {
  /* this is definitely a hack, but it was the quickest way to fix some layout bugs */
  padding-top: 0;
}
.no-pad-bottom {
  /* this is definitely a hack, but it was the quickest way to fix some layout bugs */
  padding-bottom: 0;
}
.dashboard .fixedHeight{
	height : 511px;
}
.dashboard .display-div{
    width : 857px;
}
.half-donut-dashboard{
    margin-left: 15px;
    width : calc(100% - 15px) !important;
}
.create-content-form {
  position: relative;
  background: white;
  margin-top: 100px;
  padding: 30px;
}
.footer{
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

/****DISPLAYS PAD****/
.details-edit-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
}
.details-edit-icon:hover {
  cursor: pointer;
}
.details-edit-icon img {
  max-width: 100%;
  max-height: 100%;
}

/****LAUNCH PAD****/
.launch-pad-wrapper {
  width: 1200px;
  margin-top: 107px;
  padding-left: 80px;
}
.launch-pad-box {
  position: relative;
  float: left;
  margin: 30px 0px 0px 30px;
  height: 360px;
  width: 380px;
  padding: 61px 33px;
	border-radius: 6px;
	background-color: var(--white);
	box-shadow: 0 2px 4px 0 var(--silver);
  text-align: center;
}
.check-mark {
  position: absolute;
  top: 20px;
  left: 20px;
}
.launch-pad-box.inactive {
  background-color: var(--pale-grey);
  border: 2px dashed var(--silver);
}
.launch-pad-box-logo {
  text-align: center;
}
.launch-pad-box-title {
  font-size: 21px;
  font-weight: 600;
  margin-top: 20px;
}
.launch-pad-box-description {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 11px;
  color: var(--cool-grey-three);
}
.launch-pad-dropdown {
 background-color: transparent;
 border:solid 1px var(--cool-grey-three);
 width: 260px;
 height: 49px;
 border-radius: 2px;
 color: var(--steel);
 font-size: 18px;
 margin: 0 auto;
 padding-top: 10px;
 margin-top: 53px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none;
}
.launch-pad-dropdown:hover {
  color: var(--steel)
}
.launch-pad-dropdown:after {
  content: none;
}
.launch-pad-dropdown .dropdown-toggle {
  color: inherit;
}
.launch-pad-button {
	width: 260px;
	height: 70px;
	font-family: Montserrat;
	font-size: 14px;
	letter-spacing: 1.1px;
	text-align: center;
	color: var(--white);
  border-radius: 2px;
  border: none;
  text-transform: uppercase;
  background-image: none;
  background-color: var(--active);
  margin: 0 auto;
  margin-top: 43px;
}

/****SIGNIN****/
.signin-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
}
.signin-block {
  overflow: hidden;
}
.signin-logo {
  width: 540px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.signin-logo img {
  width: 280px;

}
.signin-intersection-logo {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
.login-wrapper {
  width: 540px;
  height: 492px;
  margin: 0px auto;
  border-radius: 2px;
  background-color: var(--white);
  box-shadow: 0 2px 4px 0 var(--silver);
  overflow: auto;
}
.login-form {
  font-size: 21px;
  margin: 60px 80px 60px 80px;
}
.account-login {
}
.messages {
  height: 40px;
}
.login-form .form-group {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-top: 1px;
  margin-bottom: 31px;
  width: 100%;
  float: left;
  clear: both;
}
.login-form .form-group .form-control {
  height: 49px;
  border-radius: 2px;
}
.login-button {
  font-family: Montserrat, sans-serif;
	width: 100%;
	height: 70px;
	font-size: 14px;
	letter-spacing: 1.1px;
	text-align: center;
	color: var(--white);
  border-radius: 2px;
  border: none;
  text-transform: uppercase;
  background-image: none;
  background-color: var(--active);
  margin-top: 26px;
}
.forgot-password {
  width: 100%;
  margin-top: 23px;
  text-align: center;
}
.forgot-password a{
  color: var(--active);
}
/* Change Password */
.change-password-form{
  height: 100%;
  background-color: #f0f3f4;
  padding: 30px;
}
.change-password-form .messages {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top:10px;
  padding-left: 30px;
}
.change-password-form .container-newpassword{
  margin-top: 10px;
}
.change-password-form .container-button{
  display: flex;
  justify-content: center;
  margin-bottom:30px;
}
.change-password-form .container-fluid {
  background-color: #fff;
}

/* New Template */
.schedule-row {
  height: 765px;
}

/* Tile Tables */
.tile {
  font-size: 18px;
  margin-bottom: 10px;
  min-width: 1040px;
  height: 100px;
  border-radius: 2px;
  background-color: var(--white);
  box-shadow: 0 2px 4px 0 var(--silver);
  padding-left: 58px;
}
.tile-detail {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
a .tile {
  color: var(--steel);
}
a:hover > .tile {
  border: solid 2px var(--active);
}

/*Manage Authorities*/
.add-authorities {
 min-width: 1040px;
 padding: 30px 30px;
 font-size: 21px;
 border-bottom: solid 2px var(--silver-three);
 width: 100%;
 position: relative;
 margin-bottom: 10px;

}
.add-authorities .btn {
  float: right;
  width: 200px;
  height: 44px;
  position: relative;
  top: -6px;
}
.org-list-container{
  padding: 0px 45px;
  margin: 0px;
}
.org-list-header {
  font-family: Montserrat;
  color: var(--cool-grey-three);
  height: 82px;
  min-width: 1040px;
  padding-left: 58px;
}

.org-list-header div {
  font-size: 14px;
  letter-spacing: 0.2px;
  min-width: 117px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.org-list-header div:nth-child(2){
padding-left: 9%;
}

.org-list-header .org-name {
  padding-left: 71px;
}
.org-logo {
  height: 100px;

}
.org-logo img {
  float: left;
  max-width: 48px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-overflow: ellipsis;
}
.tile-detail.org-id {
  color: var(--active);
}
.tile .org-name {
  float: none;
  margin-left: 56px;
}
.tile.row.user {
  cursor: pointer;
}
.tile.row.user .menu-icons {
  display: none;
  margin: 0 auto;
}
.tile.row.user:hover > .tile-detail .menu-icons {
  display: block;
}


/****Add User****/
.button-row{
  padding: 0px;
}
.create-model-button{
  cursor: pointer;
  height: 100px;
  margin: 0 auto;
  padding: 0px;
  border-radius: 2px;
  border: 2px solid var(--pale-grey);
  background-color: var(--pale-grey);
  box-shadow: 0 2px 4px 0 var(--silver);
}
.create-model-button:hover {
  background-color: var(--white);
  border: solid 2px var(--active);
  box-shadow: none;
  text-decoration: none;
}
.plus-symbol {
  cursor: pointer;
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url('../images/add-icon-default.png');
  margin-top: 30px;
}
.create-model-button:hover .plus-symbol {
  background-image: url('../images/add-icon-hover-blue.png');
}
.add-text {
  cursor: pointer;
  display: none;
  font-size: 10px;
  color: var(--active);
  margin: 0 auto;
  margin-top: 5px;
  width: 130px;
  text-align: center;
  font-family: Montserrat;
}
.create-model-anchor {
  text-decoration: none !important;
}
.create-model-button:hover .add-text {
  display: block;
}


/*Create Org*/
.edit-org {
  margin-left: 260px;
}
.org-form.new-org{
  position:relative;
  padding: 56px 60px;
  width: 500px;
  height: 595px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: var(--white);
}
.org-form.new-org .close-button{
  right: 43px;
  top: 44px;
}
.org-logo-form {
  font-size: 21px;
  width: 260px;
  padding: 36px;
  padding-top: 136px;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 2px var(--silver) solid;
}
.new-org-logo-form{
  float: left;
  padding: none;
  border-right: none;
  position: relative;
}
.new-org-logo-form
.org-logo-buttons {
  width: 178px;
  margin-top: 10px;
  float: left;
  margin-left: 30px;
}
.new-org-logo-form img{
  float: left;
  max-width: 113px;
  margin-left: 25px;
}
.org-logo-form img {
  max-width: 113px;
  margin: 0 auto;
  margin-left: 45px;
}
.new-org-logo-form .placeholder-image {
  opacity: 0.3;
  max-width: 113px;
}
.org-form-button {
  width: 100%;
  height: 70px;
  margin-top: 20px;
}
.new-org-text-fields {
  height: 100%;
  width: 100%;
  float: left;
  margin-top: 60px;
}
.new-org .control-label {
  font-size: 11px;
  margin-bottom: 10px;
}
.new-org .form-control {
  font-size: 18px;
}
.org-form label {
  text-transform: uppercase;
}
.org-form .form-group input {
  margin-bottom: 30px;
  border-radius: 2px;
  height: 50px;
}
.logo-instructions {
  font-size: 14px;
  margin-top: 13px;
}
.org-details-form {
  position: relative;
  font-size: 21px;
  width: 380px;
  left: 260px;
  padding: 36px;
}
.org-form-label {
  font-size: 11px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
.org-form-header {
  margin-bottom: 56px;
}





/*Button*/
.platform-button {
  font-family: Montserrat, sans-serif;
	font-size: 14px;
	letter-spacing: 1.1px;
	text-align: center;
	color: var(--white);
  border-radius: 2px;
  border: none;
  text-transform: uppercase;
  background-image: none;
  background-color: var(--active);
  width: 200px;
  height: 44px;
}
.platform-button.display-edit-button {
  width: 100%;
  height: 70px;
}
.platform-button.alert-edit-button {
  width: 100%;
  height: 70px;
}
.more-button {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/more-horizontal.png');
  transform: rotate(90deg);
  float: right;
  margin-top: 7px;
  margin-right: 8px;
}

/*Settings*/
.settings-wrapper {
  margin-left: 260px;
}
.settings-box {

}
.settings-box .has-models {

}
.settings-title {
  font-family: SourceSansPro-SemiBold, sans-serif;
  font-weight: 600;
}


/*Sidebar*/
.sidebar {
    float:left;
    position: absolute;
    top: 100px;
    left: 0px;
    bottom: 0px;
    margin-right: 1px;
    font-family: SourceSansPro-SemiBold;
}
.sidebar.ixn-user > .navbar-default{
  width: 260px;
  height: 100%;
  box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  font-size: 18px;
  margin-bottom: 47px;
  cursor: pointer;
  color: var(--steel);
  border: none;
  border-radius: 0px;
  padding: 36px 0px 0px 24px;
}
.sidebar.ixn-user .navbar ul {
  float: none;
  display: block;
}
.sidebar.ixn-user .navbar li {
  float: none;
  display: block;
  color: var(--steel);
  margin-bottom: 44px;
}
.sidebar.ixn-user > .navbar-default a {
  color: var(--steel);
}
.sidebar.ixn-user .navbar li a .icon {
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 16px;
  margin-top:-5px;
  //margin-bottom: 50px;
}
.sidebar.ixn-user .navbar li a:hover {
  color: var(--active);
}
.sidebar.ixn-user .navbar li.active {
    color: var(--active);
}
.sidebar.ixn-user .navbar li a:focus{
  color: var(--active);
}
.sidebar.ixn-user .navbar li a div.icon.organization {
  background-image: url('../images/organization-dark.png')
}
.sidebar.ixn-user .navbar li a:hover > div.icon.organization {
  background-image: url('../images/organization-active.png')
}
.sidebar.ixn-user .navbar li a div.icon.users {
  background-image: url('../images/users-dark@2x.png')
}
.sidebar.ixn-user .navbar li a:hover > div.icon.users {
  background-image: url('../images/users-active@2x.png')
}
.sidebar.ixn-user .navbar li a div.icon.settings {
  background-image: url('../images/settings-icon-dark.png')
}
.sidebar.ixn-user .navbar li a div.icon.displays {
  background-image: url('../images/displays-unselected.png')
}
.sidebar.ixn-user .navbar li a div.icon.dashboard {
  background-image: url("../images/dashboard-icon-unselected.png");
}
.sidebar.ixn-user .navbar li a div.icon.alerts{
  background-image: url("../images/alerts-icon-unselected.png");
}
.sidebar.ixn-user .navbar li a {
  background-image: none;
}
.sidebar.ixn-user .navbar li a:hover {
  background-image: none;
}


.sidebar nav div img{
  margin-right: 16px;
  margin-top: -4px;
}/*
.sidebar a {
  /*color: var(--steel);
  text-decoration: none;*/
/*}
.sidebar nav div a:visited {
    text-decoration: none;
}*/
.sidebar nav a:hover {
  color: var(--active);
}
.sidebar .nav-link .image  {
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin: 0px;
}
.sidebar nav div:hover {
  color: var(--active);
  text-decoration: underline;
}
.sidebar.ta-user {
  top: 0px;
  background-color: var(--charcoal-grey);
  width: 80px;
  padding-top: 30px;
  padding-left: 0px;
  border: none;
  position: fixed;
  height: 100%;
  z-index: 2;
}
.sidebar.ta-user .intersection-logo {
  width: 42px;
  margin: 0 auto;
  margin-bottom: 64px;
}
.sidebar.ta-user .intersection-logo img {
  width: 42px;
}
.sidebar.ta-user a.nav-link {
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.sidebar.ta-user a.nav-link {
  display:block;
}
.sidebar.ixn-user a.nav-link.dashboard {
  background-image: url("../images/dashboard-icon-unselected.png");
}
.sidebar.ixn-user a.nav-link.dashboard:hover,
.sidebar.ixn-user a.nav-link.dashboard.active {
  background-image: url("../images/dashboard-icon-selected.png");
}

.sidebar.ixn-user a.nav-link.alerts {
  background-image: url("../images/alerts-icon-unselected.png");
}
.sidebar.ixn-user a.nav-link.alerts:hover,
.sidebar.ixn-user a.nav-link.alerts.active {
  background-image: url("../images/alerts-icon-selected.png");
}

.sidebar.ixn-user a.nav-link.reports {
  background-image: url("../images/content-icon-unselected.png");
}
.sidebar.ixn-user a.nav-link.reports:hover,
.sidebar.ixn-user a.nav-link.reports.active {
  background-image: url("../images/content-icon-selected.png");
}

.sidebar.ta-user a.nav-link.nav-help{
  cursor: pointer;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-color: var(--steel);
  border-radius: 50%;
  line-height: 129%;
  font-family: SourceSansPro, sans-serif;
  font-size: 24px;
  text-align: center;
  color: var(--white);
  position: absolute;
  bottom: 30px;
  left: 25px;
  text-decoration: none;
}
.sidebar .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1 !important;

}

.sidebar .tooltip .tooltiptext {
    visibility: hidden;
    font-size: 12px;
    font-family: Lato;
    height: 28px;
    background-color: #333333;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 6px 10px;
    line-height: 18px;

    /* Position the tooltip */
    position: absolute;
    left: 65px;
    z-index: 1000;
}

.sidebar .tooltip:hover .tooltiptext {
    visibility: visible;
}
/*
.sidebar nav div a:active {
    text-decoration: underline;
}*/

/*.overlay {
    padding-top: 200px;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: var(--cool-grey-three-60);
    overflow-x: hidden;

}*/



.loader-container {
  display: flex;
  justify-content: center;
}

.loader-spinner {
  /* NOTE this RRGGBBAA-style hex code doesn't work in IE */
  border: 8px solid #b7bbc24d;
  border-radius: 50%;
  border-top-color: #b7bbc2;
  width: 56px;
  height: 56px;
  margin-top: 120px;
  -webkit-animation: spin 0.8s linear infinite; /* Safari */
  animation: spin 0.8s linear infinite;
}

.most-played-content .loader-spinner {
  /* This is to offset the header bottom margin in horizontal_bar_style.css */
  margin-top: 100px;
}

.dashboard-view .loader-spinner {
  margin-top: 160px;
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.alert-chart-div .pieGraph{
  margin-left: 120px;
}
