﻿.page-header.navbar {
  background: #3ca9dd; }
  @media screen and (max-width: 767px) {
    .page-header.navbar {
      background: #2d3745; } }
  .page-header.navbar .logo-mobile-top {
    position: absolute;
    left: -235px;
    top: 0;
    width: 235px;
    height: 100%;
    background: #2d3745;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    z-index: 2; }
    .page-header.navbar .logo-mobile-top a {
      display: inline-block; }
      .page-header.navbar .logo-mobile-top a img {
        height: 35px; }

@media screen and (max-width: 479px) {
  .page-container .page-sidebar {
    margin: 10px !important; }
    .page-container .page-sidebar.in {
      margin: 10px !important; } }

.page-container .page-sidebar ul.page-sidebar-menu > li.sidebar-toggler-wrapper {
  margin-bottom: 10px; }

.page-container .page-sidebar ul.page-sidebar-menu > li.active > a {
  background: black; }
  .page-container .page-sidebar ul.page-sidebar-menu > li.active > a > .selected {
    border-right: 12px solid #f6f6f6; }
  .page-container .page-sidebar ul.page-sidebar-menu > li.active > a:hover {
    background: black; }

.page-container .page-sidebar ul.page-sidebar-menu > li.active.open > a:hover {
  background: black; }

.page-container .page-sidebar ul.page-sidebar-menu .sil-logo img.logo-mobile {
  display: none; }

.page-container .page-sidebar ul.page-sidebar-menu.page-sidebar-menu-closed .sil-logo {
  display: none; }

.page-container .page-content {
  padding: 0;
  background: #f6f6f6; }
  @media screen and (max-width: 767px) {
    .page-container .page-content {
      padding: 0 !important; } }
  .page-container .page-content .page-bar {
    background: #FFFFFF;
    margin-left: -15px;
    margin-right: -15px; }
    .page-container .page-content .page-bar span.last-login {
      float: right;
      margin-bottom: 0;
      padding: 8px; }
    .page-container .page-content .page-bar .page-breadcrumb {
      padding: 10px; }
  .page-container .page-content .page-title-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 1em; }
    @media screen and (max-width: 767px) {
      .page-container .page-content .page-title-wrapper {
        margin-top: 0; } }
  .page-container .page-content .page-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-right: 0; }
    .page-container .page-content .page-title h1 {
      margin: 0; }
    .page-container .page-content .page-title h2 {
      color: #364150; }
  .page-container .page-content .sil-page .breadcrumbs {
    background-color: #999; }
  .page-container .page-content .sil-page .endpoints-overview ul {
    list-style-type: none;
    padding-left: 0; }
    .page-container .page-content .sil-page .endpoints-overview ul > li a .endpoint-logo {
      font-family: FontAwesome;
      font-size: 25px;
      background: red;
      color: black;
      width: 50px;
      padding: 6px;
      border-radius: 50% !important;
      text-align: center; }
  .page-container .page-content .sil-page .endpoints-overview .endpointTitle {
    margin-left: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #324252; }
  .page-container .page-content .sil-page.internal {
    /* service to service */ }
    .page-container .page-content .sil-page.internal .title {
      position: relative; }
      .page-container .page-content .sil-page.internal .title h3 {
        margin-top: 0; }
    .page-container .page-content .sil-page.internal .form-group {
      position: relative; }
      .page-container .page-content .sil-page.internal .form-group.title {
        margin-top: 2.5em; }
      .page-container .page-content .sil-page.internal .form-group .enter-destination {
        margin-bottom: 30px; }
  .page-container .page-content .section-container {
    background: #FFFFFF;
    border: 2px solid #d7d7d7;
    padding: 1em;
    margin: 0 1em;
    margin-top: 2em;
    margin-bottom: 2em; }
    .page-container .page-content .section-container .section-header {
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 1.5em;
      margin-bottom: 2em; }
      .page-container .page-content .section-container .section-header h3 {
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 18px; }
    .page-container .page-content .section-container:first-child {
      margin-top: 0; }

html, body {
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 991px) {
    html, body {
      overflow-x: hidden; } }

.splash-screen-bg {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url("../../../images/SIL-Fluffy_home_pg-splash_pg-loading_bar-full.jpg"); }

.widget-loading-container {
  height: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.widget-loading-container .widget-loading {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 250px;
  text-align: center;
  color: #3ca9dd; }

.mobile-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-only {
      display: inline-block; } }

.desktop-only {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .desktop-only {
      display: none; } }

@media screen and (max-width: 767px) {
  .no-more-table {
    display: inline-block;
    width: 100%;
    padding: 0em; } }

@media screen and (max-width: 767px) {
  .no-more-table .table-heading {
    display: none; } }

@media screen and (max-width: 767px) {
  .no-more-table .table-row {
    display: block;
    width: 100%;
    border-bottom: 1px solid #D1D1D1;
    border-left: none;
    border-right: none;
    height: auto; }
    .no-more-table .table-row:last-of-type {
      border-bottom: none; } }

@media screen and (max-width: 767px) {
  .no-more-table .table-col {
    position: relative;
    border: none;
    padding: 0.5em;
    padding-left: 30%;
    white-space: normal;
    text-align: left;
    width: 100%;
    display: inline-block; }
    .no-more-table .table-col:before {
      content: attr(data-title);
      position: absolute;
      top: 0;
      left: 0;
      width: 30%;
      padding-right: 1em;
      white-space: nowrap;
      text-align: left;
      font-weight: bold;
      padding-left: 0.5em; } }

@media screen and (max-width: 767px) {
  .no-more-table .table-row-form .table-col {
    padding-left: 0;
    left: 15px;
    width: 95%; }
    .no-more-table .table-row-form .table-col:before {
      display: block;
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      margin-bottom: 5px;
      font-weight: normal;
      padding-left: 0; } }

.no-more-table.table > tbody + tbody {
  border-top: 1px; }

/*#region tooltips */
.qtip-default {
  background-color: #289DD6 !important;
  color: white !important;
  border: 1px solid #289DD6 !important;
  border-radius: 2px !important;
  max-width: 200px !important; }

.info-tooltip {
  padding-left: 0;
  line-height: 34px;
  height: 34px;
  display: inline-block;
  position: relative;
  text-align: left; }
  .info-tooltip .fa-info-circle {
    color: #289DD6; }
    .info-tooltip .fa-info-circle:hover {
      cursor: pointer; }
    .add .info-tooltip .fa-info-circle {
      margin-left: 1em; }

/*#endregion */
.all-models {
  background: #FFFFFF;
  border: 1px solid #d7d7d7;
  margin-bottom: 1em;
  display: inline-block;
  width: 100%; }
  .all-models .btn {
    color: white; }
    .all-models .btn.edit, .all-models .btn.save, .all-models .btn.add {
      background: #26a69a; }
      .all-models .btn.edit:hover, .all-models .btn.save:hover, .all-models .btn.add:hover {
        background: #1f897f; }
    .all-models .btn.delete {
      padding: 7px 12px;
      background: #636465; }
      .all-models .btn.delete:hover {
        color: white;
        background: black; }
  .all-models .title-wrapper {
    position: absolute;
    top: -10px;
    text-align: center;
    width: 100%; }
    .all-models .title-wrapper .title {
      background: white;
      display: inline-block;
      padding: 0em 1.5em; }
    .all-models .title-wrapper i {
      padding-right: 0.5em; }
    .all-models .title-wrapper h3 {
      text-transform: none;
      font-size: 16px;
      border: none; }

.page-actions {
  text-align: right;
  padding: 5px; }
  @media screen and (max-width: 767px) {
    .page-actions {
      text-align: left;
      padding: 0; } }
  .page-actions > span {
    display: inline-block;
    margin: 5px; }
    @media screen and (max-width: 767px) {
      .page-actions > span {
        margin-left: 0; } }
  .page-actions .viewOptions {
    margin-right: 5px; }
  .page-actions .linkButton {
    display: inline-block;
    color: #8C8C8C;
    border-right: 2px solid;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 0px;
    line-height: 26px;
    height: 26px; }
    .page-actions .linkButton i {
      font-size: 2em;
      vertical-align: middle; }
    .page-actions .linkButton:last-child {
      border-right: none;
      padding-right: 0em; }
    .page-actions .linkButton.active {
      color: #5D5D5D; }
    @media screen and (max-width: 1199px) {
      .page-actions .linkButton:first-child {
        padding-left: 0; } }
    .page-actions .linkButton span {
      padding-bottom: 5px;
      padding-left: 3px;
      padding-right: 3px; }
      .page-actions .linkButton span:hover {
        border-bottom: 1px solid; }
    .page-actions .linkButton.active span {
      border-bottom: 1px solid; }
    .page-actions .linkButton:hover {
      text-decoration: none; }
  .page-actions .btn {
    padding-left: 1.5em;
    padding-right: 1.5em; }
    @media screen and (max-width: 1199px) {
      .page-actions .btn {
        padding-left: 1em;
        padding-right: 1em;
        float: right; } }

@media screen and (max-width: 479px) {
  .top-menu {
    background: #3ca9dd;
    width: 500px;
    margin-left: -10px;
    margin-right: -10px; } }

.top-menu .navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 13px; }
  .top-menu .navbar-nav > li > a.bunny {
    padding-top: 10px;
    padding-bottom: 11px; }
    .top-menu .navbar-nav > li > a.bunny img {
      height: 25px; }
  .top-menu .navbar-nav > li > a.compartment-manage {
    padding-top: 10px;
    padding-bottom: 11px; }
    .top-menu .navbar-nav > li > a.compartment-manage img {
      height: 25px; }

.top-menu .navbar-nav > li.dropdown .dropdown-menu {
  box-shadow: none; }
  .top-menu .navbar-nav > li.dropdown .dropdown-menu .heading {
    padding: 16px 15px 18px;
    background: #e14e4e;
    color: #FFFFFF;
    font-size: 13px; }
    .top-menu .navbar-nav > li.dropdown .dropdown-menu .heading span span {
      font-weight: 700; }

@media screen and (max-width: 479px) {
  .top-menu .navbar-nav > li.dropdown .dropdown-toggle {
    background: #364150; } }

.top-menu .navbar-nav > li.dropdown .dropdown-toggle .badge.badge-default {
  background: #e14e4e !important; }

.top-menu .navbar-nav > li.dropdown .dropdown-toggle > i {
  color: #FFFFFF; }

.top-menu .navbar-nav > li.dropdown.dropdown-notification .dropdown-menu:before {
  display: inline-block !important;
  position: absolute;
  top: -8px;
  right: 10px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FFFFFF;
  border-left: 7px solid rgba(152, 12, 12, 0);
  border-bottom-color: #FFFFFF;
  content: ''; }

.top-menu .navbar-nav > li.dropdown-extended.dropdown-notification .dropdown-menu:after {
  border-bottom-color: #e14e4e; }

.top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
  box-shadow: none; }

.top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
  color: #FFFFFF; }

@media screen and (max-width: 479px) {
  .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle {
    background: #364150; } }

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:after {
  border-bottom-color: #e14e4e; }

.sil-flowlist {
  display: inline-block;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em; }
  .sil-flowlist .description {
    text-align: left; }
    .sil-flowlist .description h3 {
      text-transform: Capitalize;
      font-weight: 600;
      color: #646464;
      margin-top: 0;
      margin-bottom: 0.2em; }
    .sil-flowlist .description p {
      color: #646464; }
  .sil-flowlist .item-actions-container {
    position: absolute;
    right: 1em;
    top: 0;
    margin: 0; }
    .sil-flowlist .item-actions-container .actions-toggler {
      display: table;
      text-align: center;
      height: 32px;
      width: 32px;
      float: right; }
      .sil-flowlist .item-actions-container .actions-toggler > i {
        display: table-cell;
        font-size: 1.5em;
        vertical-align: middle; }
    .sil-flowlist .item-actions-container ul {
      list-style-type: none;
      padding: 0; }
      .sil-flowlist .item-actions-container ul.item-actions {
        position: absolute;
        right: -65px;
        top: 35px;
        width: 110px;
        border: 1px solid #eeeeee;
        color: #666666;
        font-size: 13px; }
        .sil-flowlist .item-actions-container ul.item-actions > li > ul > li {
          padding: 5px 10px; }
          .sil-flowlist .item-actions-container ul.item-actions > li > ul > li:hover {
            cursor: pointer;
            background: #eaeaea; }
          .sil-flowlist .item-actions-container ul.item-actions > li > ul > li:first-child {
            padding-top: 10px; }
          .sil-flowlist .item-actions-container ul.item-actions > li > ul > li:last-child {
            padding-bottom: 10px; }
          .sil-flowlist .item-actions-container ul.item-actions > li > ul > li i {
            margin-right: 5px; }
  .sil-flowlist a {
    margin-left: 0;
    margin-bottom: 1em; }
    .sil-flowlist a > .row {
      margin-left: 0;
      margin-right: 0;
      background: #FFFFFF;
      border: 1px solid #d7d7d7;
      padding: 1em;
      padding-right: 0;
      min-height: 110px; }
    .sil-flowlist a:hover .row {
      background: #FAFAFA; }

tr.vcenter, .row.vcenter {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    tr.vcenter, .row.vcenter {
      display: block;
      vertical-align: middle; } }

/*#region list view */
/*.sil-listview-model {
    background: #FFFFFF;
    border: 1px solid #d7d7d7;
    margin-bottom: 1em;
    display: inline-block;
    width: 100%;
}

.sil-listview-list {
    padding: 0em;
}*/
.sil-listview-header {
  font-weight: bold;
  margin-bottom: 0.5em;
  background: #35414E;
  color: white;
  padding: 0.5em; }
  @media screen and (max-width: 767px) {
    .sil-listview-header {
      display: none; } }
  .sil-listview-header label {
    font-size: 1em;
    font-weight: normal;
    margin: 0; }
  .sil-listview-header div.actions {
    text-align: right; }
  .sil-listview-header div > span {
    padding: 0.3em 0;
    display: inline-block;
    font-size: 15px; }

.sil-listview-item {
  border: 1px solid #d7d7d7;
  padding: 0.5em;
  background: #F6F6F6;
  margin: 0.5em 0em; }
  .sil-listview-item:hover {
    background-color: #EAEAEA; }
  .sil-listview-item:last-child {
    margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .sil-listview-item {
      padding-bottom: 0; }
      .sil-listview-item .table-col {
        border-bottom: 1px solid #D1D1D1;
        padding-top: 3px;
        padding-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis; } }
  @media screen and (max-width: 767px) {
    .sil-listview-item .actions {
      text-align: left; }
      .sil-listview-item .actions.table-col {
        text-align: left;
        overflow: visible;
        padding-left: 5px; } }
  @media screen and (max-width: 767px) {
    .sil-listview-item .actions .btn {
      margin-left: 0; } }
  .sil-listview-item .actions i {
    margin: 0; }
  .sil-listview-item .actions:last-child {
    border-bottom: none; }
  .sil-listview-item .sil-listview-item-name i {
    color: white;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 0.5em;
    background: #47B09E;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .sil-listview-item .sil-listview-item-actions {
    line-height: 29px;
    text-align: right; }
    @media screen and (max-width: 991px) {
      .sil-listview-item .sil-listview-item-actions {
        text-align: left; } }

/* ------------------------------------ */
.sil-relationships-list {
  margin-top: 1em; }

.sil-relationships-list-header {
  font-weight: bold;
  margin: 0;
  background: #35414E;
  color: white;
  padding: 0;
  line-height: 1.1em; }
  .sil-relationships-list-header div.actions {
    text-align: right; }
  .sil-relationships-list-header div > span {
    padding: 0.4em 0 0.25em 0.25em;
    display: inline-block;
    font-size: 1em; }

.sil-relationships-list-item {
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  padding: 0.5em 0.5em 0.25em 0.25em;
  background: #F6F6F6;
  margin: 0;
  line-height: 1.1em;
  /*&:hover {
        background-color: #EAEAEA;
    }*/ }
  .sil-relationships-list-item label {
    font-size: 1em;
    font-weight: normal;
    margin: 0; }
  .sil-relationships-list-item.red {
    background-color: #e68e8e; }
  .sil-relationships-list-item:last-child {
    margin-bottom: 0;
    border-bottom-width: 1px; }
  .sil-relationships-list-item .actions {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .sil-relationships-list-item .actions {
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .sil-relationships-list-item .actions .btn {
        margin-left: 0; } }
    .sil-relationships-list-item .actions i {
      margin: 0; }
    .sil-relationships-list-item .actions:last-child {
      border-bottom: none; }
  .sil-relationships-list-item .sil-relationships-list-item-actions {
    text-align: right; }
    @media screen and (max-width: 991px) {
      .sil-relationships-list-item .sil-relationships-list-item-actions {
        text-align: left; } }

/* ------------------------------------ */
.sil-properties-list {
  margin-top: 1em; }

.sil-properties-list-header {
  font-weight: bold;
  margin: 0;
  background: #35414E;
  color: white;
  padding: 0;
  line-height: 1.1em; }
  .sil-properties-list-header div.actions {
    text-align: right; }
  .sil-properties-list-header div > span {
    padding: 0.4em 0 0.25em 0.25em;
    display: inline-block;
    font-size: 1em; }

.sil-properties-list-item {
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  padding: 0.5em 0.5em 0.25em 0.25em;
  background: #F6F6F6;
  margin: 0;
  line-height: 1.1em;
  /*&:hover {
        background-color: #EAEAEA;
    }*/ }
  .sil-properties-list-item label {
    font-size: 1em;
    font-weight: normal;
    margin: 0; }
  .sil-properties-list-item:last-child {
    margin-bottom: 0;
    border-bottom-width: 1px; }
  .sil-properties-list-item .actions {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .sil-properties-list-item .actions {
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .sil-properties-list-item .actions .btn {
        margin-left: 0; } }
    .sil-properties-list-item .actions i {
      margin: 0; }
    .sil-properties-list-item .actions:last-child {
      border-bottom: none; }
  .sil-properties-list-item .sil-properties-list-item-actions {
    text-align: right; }
    @media screen and (max-width: 991px) {
      .sil-properties-list-item .sil-properties-list-item-actions {
        text-align: left; } }

/* ------------------------------------ */
.sil-table-list {
  margin-top: 1em; }

.sil-table-list-header {
  font-weight: bold;
  margin: 0;
  background: #35414E;
  color: white;
  padding: 0.5em; }
  .sil-table-list-header div.actions {
    text-align: right;
    /*@include xs-screen {
            text-align: left;
        }*/ }
    .sil-table-list-header div.actions label {
      position: relative;
      display: inline-block;
      font-size: 1em;
      margin-right: 0.5em;
      padding-left: 0.8em;
      /*@include xs-screen {
                margin-left: 15px;
            }*/ }
      .sil-table-list-header div.actions label input[type=checkbox] {
        position: absolute;
        left: -1em;
        top: -2px;
        height: 1.2em; }
  .sil-table-list-header div > span {
    /*padding: 0.4em 0 0.25em 0.25em;
        display: inline-block;
        font-size: 1em;*/
    padding: 0.3em 0;
    display: inline-block;
    font-size: 15px; }

.sil-table-list-data {
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 0 1px 1px 0; }

.sil-table-list-item {
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  padding: 0.5em 0.5em 0.25em 0.25em;
  background: #F6F6F6;
  margin: 0;
  /*&:hover {
        background-color: #EAEAEA;
    }*/ }
  .sil-table-list-item label {
    font-size: 1em;
    font-weight: normal;
    margin: 0; }
  .sil-table-list-item.red {
    background-color: #e68e8e; }
  .sil-table-list-item .actions {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .sil-table-list-item .actions {
        text-align: left; } }
    .sil-table-list-item .actions .btn {
      /*@include xs-screen {
                margin-left: 0;
            }*/ }
      .sil-table-list-item .actions .btn + .btn {
        margin-left: 0; }
    .sil-table-list-item .actions i {
      margin: 0; }
    .sil-table-list-item .actions label {
      position: relative;
      display: inline-block;
      font-size: 1em;
      margin-right: 0.5em;
      padding-left: 0.8em; }
      .sil-table-list-item .actions label input[type=checkbox] {
        position: absolute;
        left: -1em;
        top: -2px;
        height: 1.2em; }
      @media screen and (max-width: 767px) {
        .sil-table-list-item .actions label {
          margin-left: 15px; } }
    .sil-table-list-item .actions:last-child {
      border-bottom: none; }
  .sil-table-list-item .sil-table-list-item-actions {
    text-align: right;
    /*@include sm-screen {
            text-align: left;
        }*/ }

/*#endregion */
/*#region tile view */
.sil-tileview {
  width: 100%; }

/*.sil-tileview-model {
    background: #FFFFFF;
    border: 1px solid #d7d7d7;
    margin-bottom: 1em;
    display: inline-block;
    width: 100%;
}


.sil-tileview-item-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0px;
}*/
.sil-tileview-item {
  border: 2px solid #D1D1D1;
  margin: .5em;
  padding-left: 0;
  padding-right: 0; }
  .sil-tileview-item .sil-tileview-item-header {
    position: relative;
    border-bottom: 1px solid #D1D1D1;
    background: #ddd;
    padding: 10px 15px; }
    .sil-tileview-item .sil-tileview-item-header > i {
      color: white;
      font-size: 1.5em;
      vertical-align: middle;
      width: auto;
      position: absolute;
      left: 0px;
      top: 0px;
      margin: 9px;
      padding: 0.5em;
      background: #47B09E;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    .sil-tileview-item .sil-tileview-item-header > h3 {
      display: inline-block;
      margin: 0;
      text-transform: Capitalize;
      color: #000;
      font-weight: 600;
      font-size: 20px;
      padding-left: 2.2em;
      padding-top: 5px;
      width: 100%;
      overflow: hidden; }
    .sil-tileview-item .sil-tileview-item-header .sil-tileview-item-actions {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 100%;
      text-align: center;
      background: #ddd; }
      .sil-tileview-item .sil-tileview-item-header .sil-tileview-item-actions .btn {
        padding: 0;
        background-color: transparent; }
      .sil-tileview-item .sil-tileview-item-header .sil-tileview-item-actions:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .sil-tileview-item .sil-tileview-item-header .sil-tileview-item-actions i {
        font-size: 2em;
        vertical-align: middle;
        width: auto; }
  .sil-tileview-item .sil-tileview-item-data {
    max-height: 325px;
    overflow: hidden;
    text-align: center; }
    .sil-tileview-item .sil-tileview-item-data .sil-tileview-item-description, .sil-tileview-item .sil-tileview-item-data .sil-tileview-item-lastmodify {
      padding: 1em 0em;
      margin: 0em 1em 0em 1em;
      color: #646464;
      text-align: left;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .sil-tileview-item .sil-tileview-item-data .sil-tileview-item-description:empty, .sil-tileview-item .sil-tileview-item-data .sil-tileview-item-lastmodify:empty {
        height: 48px; }
    .sil-tileview-item .sil-tileview-item-data .sil-tileview-item-lastmodify {
      border-top: 1px solid #d7d7d7; }
      .sil-tileview-item .sil-tileview-item-data .sil-tileview-item-lastmodify .date-label {
        color: black; }
      .sil-tileview-item .sil-tileview-item-data .sil-tileview-item-lastmodify .date-number {
        float: right;
        color: #374454;
        font-size: 16px;
        font-weight: 700; }
    .sil-tileview-item .sil-tileview-item-data > img {
      width: 100%;
      padding: 1em;
      padding-top: 0em; }
      @media screen and (max-width: 767px) {
        .sil-tileview-item .sil-tileview-item-data > img {
          max-width: 100%;
          width: auto; } }
      @media screen and (max-width: 479px) {
        .sil-tileview-item .sil-tileview-item-data > img {
          width: 100%; } }
  .sil-tileview-item:hover {
    border: 2px solid #475a70; }
    .sil-tileview-item:hover .sil-tileview-item-header {
      background: #475a70;
      border-bottom: 1px solid #475a70; }
      .sil-tileview-item:hover .sil-tileview-item-header i {
        color: #eee; }
      .sil-tileview-item:hover .sil-tileview-item-header h3 {
        color: #eee; }
    .sil-tileview-item:hover .sil-tileview-item-actions {
      background: #475a70; }
    .sil-tileview-item:hover .sil-tileview-item-last-view {
      border-color: #475a70; }

/*#endregion */
/*#region simple tile view */
/* note: simple tile view is used by the auditing page*/
.sil-simpletile-item {
  border: 1px solid #d7d7d7;
  margin-bottom: 1em; }
  .sil-simpletile-item .sil-simpletile-header {
    padding: 1em 1em 0.25em 1em; }
    .sil-simpletile-item .sil-simpletile-header h3 {
      text-decoration: none;
      display: inline-block;
      margin: 0;
      text-transform: Capitalize;
      color: #000;
      font-weight: 600;
      font-size: 1.1em;
      line-height: 1.2em;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .sil-simpletile-item .sil-simpletile-data {
    padding: 0.25em 1em 1em 1em; }
    .sil-simpletile-item .sil-simpletile-data .actions {
      display: inline-block; }
      .sil-simpletile-item .sil-simpletile-data .actions .status-item {
        white-space: nowrap; }
      .sil-simpletile-item .sil-simpletile-data .actions .actionSeparator {
        margin: 0 3px 0 3px; }
      .sil-simpletile-item .sil-simpletile-data .actions i {
        margin-right: 3px; }
        .sil-simpletile-item .sil-simpletile-data .actions i.green {
          color: green; }
        .sil-simpletile-item .sil-simpletile-data .actions i.red {
          color: red; }

/*#endregion */
.widgetlist-wrapper {
  color: #686868;
  border-top: 1px solid #d7d7d7;
  padding: 1em;
  padding-right: 2em; }
  .widgetlist-wrapper h3 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0.5em;
    font-size: 18px;
    font-weight: 700;
    color: #324252; }

.widgetlist {
  margin-top: 1em;
  background: #F6F6F6;
  height: 200px;
  max-height: 200px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .widgetlist .row {
    height: 100%; }
  .widgetlist .widgetCategoriesWrapper {
    padding-right: 0;
    display: inline-block;
    height: 100%; }
  .widgetlist .widgetCategories {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7; }
    .widgetlist .widgetCategories .list-group-item {
      cursor: pointer;
      position: relative; }
      .widgetlist .widgetCategories .list-group-item.active, .widgetlist .widgetCategories .list-group-item.active:focus, .widgetlist .widgetCategories .list-group-item.active:hover {
        background-color: #3ca9dd;
        border-color: #3ca9dd; }
      .widgetlist .widgetCategories .list-group-item > i:last-child {
        position: absolute;
        right: 0;
        top: 10px; }
  .widgetlist .widgetsList {
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 10px;
    overflow-y: scroll;
    border: 1px solid #d7d7d7; }
    .widgetlist .widgetsList .widgetGroup .categoryName {
      font-weight: bold;
      border-bottom: 2px solid #666; }
    .widgetlist .widgetsList .widgetGroup .widgets > ul {
      margin: 0;
      padding: 0; }
      .widgetlist .widgetsList .widgetGroup .widgets > ul > li {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px; }
    .widgetlist .widgetsList .widgetGroup .widgets .draggableWidget {
      float: left;
      width: 33.33333%; }
    .widgetlist .widgetsList .widgetGroup .widgets .widget .actions {
      display: inline-block;
      float: right; }
  .widgetlist ul {
    list-style-type: none; }
  .widgetlist .widgetlist-main {
    padding: 0;
    margin: 0; }
    .widgetlist .widgetlist-main > li {
      padding: 1em;
      padding-right: 0; }
      .widgetlist .widgetlist-main > li:last-child {
        padding-right: 1em; }
      .widgetlist .widgetlist-main > li .widgetcollection {
        border: 1px solid #d7d7d7;
        padding: 0.7em 1em; }
        .widgetlist .widgetlist-main > li .widgetcollection .widgetCollectionDetail {
          padding-bottom: 0.3em;
          border-bottom: 1px solid #d7d7d7; }
        .widgetlist .widgetlist-main > li .widgetcollection ul {
          padding-left: 0; }
          .widgetlist .widgetlist-main > li .widgetcollection ul li {
            padding-bottom: 0.3em;
            padding-top: 0.3em;
            border-bottom: 1px solid #eeeeee; }
            .widgetlist .widgetlist-main > li .widgetcollection ul li:hover {
              background: #FFFFFF;
              cursor: pointer; }
            .widgetlist .widgetlist-main > li .widgetcollection ul li:last-child {
              border-bottom: none; }
        .widgetlist .widgetlist-main > li .widgetcollection .widgetCollectionName {
          font-weight: 700;
          font-size: 1.1em; }
        .widgetlist .widgetlist-main > li .widgetcollection .widgets .widget .widgetName {
          color: #9d9d9d;
          font-size: 12px; }
        .widgetlist .widgetlist-main > li .widgetcollection .cta-icons {
          float: right;
          display: inline-block; }
          .widgetlist .widgetlist-main > li .widgetcollection .cta-icons i {
            opacity: 0.6 ; }
            .widgetlist .widgetlist-main > li .widgetcollection .cta-icons i:hover {
              opacity: 1 ; }

.widgetpanel {
  background-color: transparent;
  width: 100%;
  height: auto; }
  .widgetpanel.panel-edit {
    background-image: linear-gradient(to right, rgba(200, 200, 200, 0.5) 1px, transparent 1px), linear-gradient(to bottom, rgba(200, 200, 200, 0.5) 1px, transparent 1px);
    background-size: 25px 25px;
    border-right: 1px solid rgba(200, 200, 200, 0.5);
    border-bottom: 1px solid rgba(200, 200, 200, 0.5); }
  .widgetpanel .dashboard-row.row {
    margin-left: 0;
    margin-right: 0; }
  .widgetpanel .widgetgroup {
    margin-top: 10px;
    margin-bottom: 10px; }

/*#region widget container */
.widget-container {
  border-radius: 3px !important;
  border: 1px solid #d7d7d7; }

.widget-container .widget-container {
  border: none;
  background: white; }

.widget-container .title-bar {
  display: inline-block;
  width: 100%;
  height: 50px;
  background: none;
  color: #26a0da;
  border-bottom: 1px solid #d7d7d7; }

.widget-container .title-bar .btn-group {
  height: 50px; }

.widget-container .title-bar .btn-group button {
  height: 50px;
  width: 50px;
  border-left: 1px solid #d7d7d7;
  color: #d7d7d7; }

.widget-container .title-bar .btn-group button:hover {
  background: #3ca9dd;
  color: #ffffff; }

.widget-configure-button, .widget-to-report-button, .widget-listview-button, .widget-list-view-button, .widget-delete-button {
  background: none; }

.title-inner {
  line-height: 50px;
  height: 50px;
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block; }

.title-inner .fa-stack {
  vertical-align: bottom; }

.title-inner .fa-stack .fa-circle {
  font-size: 2em;
  color: #a6ce39; }

.title-inner .title {
  font-weight: 600;
  font-size: 18px;
  padding-left: 0.3em;
  display: inline-block; }

.widget-host {
  height: 250px;
  /*padding-top: 1em;*/
  /*padding-bottom: 1em;*/
  /*overflow: auto;*/ }

.widgetgroup:empty {
  height: 100px; }

.widget {
  height: 100%; }

.widget .durandal-wrapper {
  height: 100%; }

.widgetgroup.drop-target {
  background-color: #e8e8e8; }

.widgetgroup.drop-hover {
  background-color: #000000 !important; }

.widget-control-header {
  border-style: solid;
  border-width: 1px;
  height: 11px; }

.widget-control-header i {
  float: right; }

.widget-grid-container {
  height: 100%;
  overflow: auto; }

/*#endregion */
.widget-empty-panel .pie-chart, .widget-empty-panel .stat-chart {
  margin-top: 0;
  margin-bottom: 5em; }

.widget-empty-panel .stat-chart img {
  width: 100%; }

@media screen and (max-width: 479px) {
  .widget-empty-panel .pie-chart img, .widget-empty-panel .stat-chart img {
    margin-top: 1em;
    margin-bottom: 1em; } }

.widget-panel-tools {
  position: absolute;
  top: 4.7em;
  right: 1.2em;
  margin: 0;
  margin-bottom: 10px;
  float: right;
  z-index: 1;
  opacity: 1 ; }
  .widget-panel-tools:hover {
    opacity: 1 ; }
  .widget-panel-tools .toggler {
    display: block; }
  .widget-panel-tools .toggler-close {
    display: none; }
  .widget-panel-tools .widget-toggler {
    display: table;
    text-align: center;
    height: 40px;
    width: 40px;
    background: #26a0da;
    border-radius: 2px !important;
    float: right; }
    .widget-panel-tools .widget-toggler i {
      font-size: 2em; }
      .widget-panel-tools .widget-toggler i.fa-cog {
        display: table-cell;
        vertical-align: middle;
        color: #FFFFFF; }
    .widget-panel-tools .widget-toggler:hover {
      background: #1D84B5;
      cursor: pointer; }
  .widget-panel-tools ul {
    list-style-type: none;
    padding: 0; }
    .widget-panel-tools ul li {
      display: inline-block; }

.linkButton {
  margin-right: 5px; }

.action-buttons {
  text-align: right; }
  .action-buttons .delete:hover {
    cursor: pointer; }
  .action-buttons .btn i.fa {
    font-size: 1.3em;
    position: relative;
    top: 0.1em; }

.section-main .form-group {
  margin-bottom: 5px; }

.section-main button.btn.blue {
  margin-left: 1em;
  margin-top: 1em; }

.table-section .center-align {
  text-align: center; }
  .table-section .center-align i {
    width: 100%;
    font-size: 3em;
    display: none; }

.action-bar-wrapper h3 {
  padding: 0.5em;
  height: 42px;
  display: inline-block;
  margin: 0;
  font-size: 20px;
  font-weight: 600; }

.action-bar-wrapper a {
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  height: 42px;
  float: right;
  font-size: 18px;
  color: #888888;
  border-left: 0; }
  .action-bar-wrapper a:hover {
    color: #000000;
    text-decoration: none; }
  .action-bar-wrapper a.setting {
    width: 42px;
    padding: 0.5em;
    text-align: center; }

.map-list .each-map {
  line-height: 34px;
  font-weight: 700;
  background: #f6f6f6;
  border: 1px solid #d7d7d7;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5em;
  padding: 0.5em;
  /* These don't work on < IE11 */
  /* need to find better solution */
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .map-list .each-map {
      display: inline-block;
      width: 100%;
      text-align: center; } }

.map-list .map-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .map-list .map-title {
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 10px;
      margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .map-list .map-source {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px; } }

.map-list .map-source .source-item i {
  color: white;
  background: #47B09E;
  padding: 0.5em;
  margin-right: 0.5em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  text-align: center; }

.map-list .map-source .source-item .source-item-name {
  display: inline-block; }

.map-list .map-source .source-direction i {
  font-size: 1.5em; }

.map-list .map-actions {
  padding-right: 0.25em;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .map-list .map-actions {
      text-align: center; } }
  .map-list .map-actions .btn div {
    display: inline-block; }

.new-model {
  padding: 0.5em;
  border: 1px solid #d7d7d7;
  background: #f6f6f6;
  margin: 1em; }
  .new-model button {
    width: 100%; }
  .new-model .fromSource {
    display: inline-block;
    width: 100%;
    border: 2px solid #FFFFFF;
    margin-top: 1em;
    margin-bottom: 1em; }
  .new-model .endpoint-summary .col-md-3 {
    text-align: center; }
  .new-model .endpoint-summary .col-md-9 {
    margin-top: 2em;
    line-height: 1.5em;
    color: #6E6E6E;
    font-weight: 300; }
  .new-model .endpoint-summary .endpoint-name {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600; }
  .new-model span.fa-stack {
    font-size: 3em !important;
    margin-top: 1.5em; }
  .new-model .action-buttons .btn {
    width: 100%; }

select {
  width: 100%;
  height: 34px;
  padding-left: 10px;
  border: 1px solid #d7d7d7;
  background: #FFFFFF;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none; }

select::-ms-expand {
  /* for IE 11 */
  display: none; }

input {
  height: 34px;
  width: 100%;
  padding-left: 10px; }

.errorText {
  padding-bottom: 0.5em;
  margin-top: 10px; }

.action-bar {
  border-bottom: 1px solid #d7d7d7;
  display: inline-block;
  width: 100%; }
  .action-bar .action-actions {
    float: right;
    text-align: right; }
    .action-bar .action-actions .btn + .btn {
      margin-left: 0; }
  .action-bar .action-buttons {
    padding-right: 0em; }
    @media screen and (max-width: 991px) {
      .action-bar .action-buttons {
        border-bottom: 1px solid #d7d7d7; } }
  .action-bar .model-name-input {
    height: 42px;
    line-height: 42px; }
    @media screen and (max-width: 991px) {
      .action-bar .model-name-input {
        height: auto;
        line-height: normal;
        padding-top: 1em;
        padding-bottom: 1em; } }
    .action-bar .model-name-input input::-webkit-input-placeholder {
      font-style: italic; }
    .action-bar .model-name-input input:-moz-placeholder {
      font-style: italic; }
    .action-bar .model-name-input input::-moz-placeholder {
      font-style: italic; }
    .action-bar .model-name-input input:-ms-input-placeholder {
      font-style: italic; }
    .action-bar .model-name-input .info-tooltip {
      line-height: 42px;
      height: 42px; }
  .action-bar .new-action,
  .action-bar .cancel {
    background: #888888;
    color: #FFFFFF;
    font-weight: 500; }
  .action-bar .new-action:hover,
  .action-bar .cancel:hover {
    color: #FFFFFF;
    background: #d7d7d7; }
  .action-bar .view-models,
  .action-bar .save {
    background: #26a69a;
    color: #FFFFFF;
    font-weight: 500; }
  .action-bar .view-models:hover,
  .action-bar .save:hover {
    background: #1f897f;
    color: #FFFFFF; }
  .action-bar a.btn {
    color: white;
    text-transform: capitalize; }
    .action-bar a.btn i {
      color: white;
      font-size: 1.1em; }

.parent-panel .entity-header input[type="text"] {
  margin-left: 0; }

.parent-panel .entity-header input.entity-title {
  width: auto;
  min-width: 40%;
  max-width: 100%;
  margin-left: 13px; }

.destination-entity-header .form-group {
  margin-bottom: 0; }
  .destination-entity-header .form-group label {
    color: white; }
  .destination-entity-header .form-group.enter-name {
    margin-bottom: 30px; }
  .destination-entity-header .form-group.enter-description {
    margin-bottom: 30px; }

/*#region login page */
.account-page .container-fluid.body-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  height: 100%;
  overflow: hidden; }

.login-page-wrapper {
  height: 100%;
  background: url("../../../images/login-bg.jpg") no-repeat center center;
  background-size: cover; }
  .login-page-wrapper .login {
    background: none !important;
    padding-top: 150px; }
    .login-page-wrapper .login #loginForm {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 0;
      border: 1px solid #FFFFFF;
      background: #364150;
      padding: 1.5em;
      max-width: 350px; }
      .login-page-wrapper .login #loginForm a {
        color: #FFFFFF; }
      .login-page-wrapper .login #loginForm .form-header {
        text-align: center; }
      .login-page-wrapper .login #loginForm .form-control {
        background-color: #6ba3c8;
        color: #FFFFFF; }
      .login-page-wrapper .login #loginForm .btn {
        width: 100%;
        text-transform: uppercase;
        background: #26a0da;
        color: #FFFFFF;
        height: 43px; }
      .login-page-wrapper .login #loginForm .forgot-password {
        padding-right: 0;
        line-height: 2em; }
      .login-page-wrapper .login #loginForm .checkbox {
        color: #FFFFFF;
        padding-left: 20px;
        font-size: 13px;
        line-height: 2em; }
      .login-page-wrapper .login #loginForm .field-validation-error {
        margin-top: 5px;
        display: inline-block; }
      .login-page-wrapper .login #loginForm input::-webkit-input-placeholder {
        color: #FFFFFF !important; }
      .login-page-wrapper .login #loginForm input:-moz-placeholder {
        color: #FFFFFF !important; }
      .login-page-wrapper .login #loginForm input::-moz-placeholder {
        color: #FFFFFF !important; }
      .login-page-wrapper .login #loginForm input:-ms-input-placeholder {
        color: #FFFFFF !important; }

/*#endregion*/
/*#region Block UI element styles */
/* (Might have to remove it later) */
#blockuispinner {
  width: 128px;
  height: 128px; }

.blockUI.blockOverlay {
  background: #364150 !important;
  opacity: 0.1 !important; }

.blockUI.blockMsg {
  position: fixed !important;
  top: 50% !important;
  left: auto !important;
  width: 100% !important;
  border: none !important;
  background: none !important;
  text-align: center !important; }
  .blockUI.blockMsg h1 {
    display: inline-block;
    position: absolute !important;
    left: 35%;
    font-size: 20px;
    line-height: 40px !important;
    color: white !important;
    background: #289DD6 !important;
    border: 1px solid white !important;
    border-radius: 3px !important;
    max-width: 30%;
    padding: 10px 70px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

/*#endregion */
/*#region page-sidebar closed */
body.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
  background: black; }
  body.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected {
    border-right: 12px solid #f6f6f6; }
  body.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover {
    background: black; }

body.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a {
  background: black; }
  body.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover {
    background: black; }

/*#endregion */
/*#region Fix styles for drag and drop jquery */
body > li.ui-sortable-helper {
  list-style-type: none;
  line-height: 40px;
  height: 40px;
  padding-left: 1em;
  border-bottom: 1px solid #dedede;
  background: white; }
  body > li.ui-sortable-helper .fa-arrows {
    float: right;
    line-height: 40px;
    height: 40px;
    margin-right: 5px;
    margin-top: 0;
    color: #686868;
    opacity: 0.6; }

/*#endregion */
/*#region minicolors */
.minicolors .minicolors-input {
  border: none;
  padding-top: 0;
  padding-bottom: 0; }

.minicolors .minicolors-swatch {
  top: 2px !important; }

/*#endregion */
.iconpicker-container {
  padding-left: 15px !important; }

.colorpicker-container {
  padding-top: 8px; }

.arrowSeparator {
  margin-right: 5px;
  margin-left: -10px;
  font-size: 2em; }

.source-model-scope .sourceIcon {
  margin-top: 8px; }
  .source-model-scope .sourceIcon .fa-stack-2x {
    font-size: 2em;
    color: blue; }

/* Add new Mapping Form */
.new-mapping-form {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 1em;
  margin-bottom: 2em; }
  .new-mapping-form h3 {
    margin-top: 0em;
    display: inline-block;
    border-bottom: 3px solid black;
    padding-bottom: 0.1em;
    font-weight: 600;
    text-transform: uppercase; }
  .new-mapping-form .enter-source {
    display: inline-block;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    .new-mapping-form .enter-source img {
      max-width: 100%; }
    .new-mapping-form .enter-source select {
      margin-top: 1.5em; }
      @media screen and (max-width: 991px) {
        .new-mapping-form .enter-source select {
          margin-top: 0em; } }
    .new-mapping-form .enter-source .info-tooltip {
      margin-top: 1.5em; }
      @media screen and (max-width: 991px) {
        .new-mapping-form .enter-source .info-tooltip {
          margin-top: 0em; } }
  .new-mapping-form .destination-source {
    display: inline-block;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    .new-mapping-form .destination-source .btn.green {
      width: 100%; }
  .new-mapping-form .source-end {
    position: relative;
    border-left: 1px solid #44A8D9;
    min-height: 250px;
    padding-left: 4em; }
    @media screen and (max-width: 991px) {
      .new-mapping-form .source-end {
        padding-left: 15px;
        padding-top: 3em;
        margin-top: 3em;
        border-top: 1px solid #44A8D9;
        border-left: none;
        min-height: 180px; } }
    .new-mapping-form .source-end .source-direction {
      position: absolute;
      left: -31px;
      top: 35px;
      color: #44A8D9; }
      @media screen and (max-width: 991px) {
        .new-mapping-form .source-end .source-direction {
          top: -31px;
          left: 0px;
          right: 0px;
          text-align: center;
          width: 100%; } }
      .new-mapping-form .source-end .source-direction i {
        font-size: 2.5em;
        background: white;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border: 1px solid;
        border-radius: 100%;
        text-align: center; }
    .new-mapping-form .source-end .enter-new-source {
      background: #35414E;
      padding: 0px;
      margin-top: 0.2em;
      margin-bottom: 0.2em; }
      .new-mapping-form .source-end .enter-new-source .destination-sub-header {
        color: white;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        clear: both;
        padding: 6px; }
        .new-mapping-form .source-end .enter-new-source .destination-sub-header .drag-drop {
          line-height: 34px;
          height: 34px; }
      .new-mapping-form .source-end .enter-new-source .destination-sub-settings {
        background: #EBEBEB;
        padding-top: 1em;
        padding-bottom: 1em; }
        @media screen and (max-width: 991px) {
          .new-mapping-form .source-end .enter-new-source .destination-sub-settings {
            padding: 1em; } }

.add-entity-mapping {
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  margin-bottom: 1em; }
  .add-entity-mapping .form-group {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    background: #F8F6F7;
    border: 1px solid #d7d7d7;
    padding: 1em 0 0.5em 0; }
    .add-entity-mapping .form-group .add {
      width: 100%; }
    .add-entity-mapping .form-group select {
      margin: 0em;
      margin-bottom: 0.5em; }

.datasource-sourceModel {
  display: inline-block;
  width: 100%;
  min-height: 80px;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #e5e5e5; }
  @media screen and (max-width: 991px) {
    .datasource-sourceModel {
      margin-top: 0em; } }
  .datasource-sourceModel h3 {
    margin-top: 0em;
    display: inline-block;
    border-bottom: 3px solid black;
    padding-bottom: 0.1em;
    font-weight: 600;
    text-transform: uppercase; }
  .datasource-sourceModel .entity-mapping {
    margin: 0.3em 0em; }
    .datasource-sourceModel .entity-mapping .source-entity-header {
      padding: 6px;
      background: #F8F6F7;
      border: 1px solid #d7d7d7; }
      @media screen and (max-width: 767px) {
        .datasource-sourceModel .entity-mapping .source-entity-header .source-entity, .datasource-sourceModel .entity-mapping .source-entity-header .action-buttons {
          text-align: center; } }
      .datasource-sourceModel .entity-mapping .source-entity-header .remove-mapping {
        color: white; }
    .datasource-sourceModel .entity-mapping .entity-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 34px;
      height: 34px;
      padding-left: 2em; }
      @media screen and (max-width: 991px) {
        .datasource-sourceModel .entity-mapping .entity-title {
          padding-left: 0em; } }
    .datasource-sourceModel .entity-mapping .remove-mapping {
      color: red; }
  .datasource-sourceModel .expanded .source-entity-header {
    background: #35414E;
    color: white;
    border: none; }
  .datasource-sourceModel .expanded .destination-entity-header {
    background: #2B353F;
    margin-top: 0px;
    padding: 6px;
    text-align: right; }
    @media screen and (max-width: 991px) {
      .datasource-sourceModel .expanded .destination-entity-header {
        text-align: left; } }
    .datasource-sourceModel .expanded .destination-entity-header label.control-label {
      display: inline-block;
      color: white;
      padding-right: 2em; }
    .datasource-sourceModel .expanded .destination-entity-header select {
      display: inline-block;
      width: 100%;
      max-width: 300px; }
    .datasource-sourceModel .expanded .destination-entity-header .action-buttons {
      display: inline-block;
      float: right; }
      @media screen and (max-width: 991px) {
        .datasource-sourceModel .expanded .destination-entity-header .action-buttons {
          margin-top: 10px;
          float: none; } }
      .datasource-sourceModel .expanded .destination-entity-header .action-buttons .btn.add {
        margin-left: 10px; }
        @media screen and (max-width: 991px) {
          .datasource-sourceModel .expanded .destination-entity-header .action-buttons .btn.add {
            margin-left: 0px; } }
      .datasource-sourceModel .expanded .destination-entity-header .action-buttons .collapse-new-entity {
        display: inline-block;
        float: right;
        margin-left: 10px;
        color: red; }
        .datasource-sourceModel .expanded .destination-entity-header .action-buttons .collapse-new-entity i {
          width: 34px;
          height: 34px;
          line-height: 34px;
          border: none;
          margin: 0px;
          text-align: center; }
        .datasource-sourceModel .expanded .destination-entity-header .action-buttons .collapse-new-entity:hover {
          cursor: pointer; }

.entity-panel {
  display: inline-block;
  width: 100%;
  padding-left: 60px;
  background: url("../../../images/entity-map-line.png") #EBEBEB;
  background-repeat: repeat-y; }
  @media screen and (max-width: 991px) {
    .entity-panel {
      padding-left: 0px;
      background: none;
      background-color: #EBEBEB; } }
  .entity-panel .each-entity-panel {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right; }
    .entity-panel .each-entity-panel:after {
      content: url(../../../images/entity-map-icon.png);
      position: absolute;
      top: 0px;
      left: -60px; }
      @media screen and (max-width: 991px) {
        .entity-panel .each-entity-panel:after {
          content: "";
          display: none; } }
    .entity-panel .each-entity-panel:last-child:before {
      content: "";
      background: url(../../../images/entity-map-icon-last-bg.png);
      position: absolute;
      top: 0px;
      left: -60px;
      width: 100px;
      height: 100%; }
      @media screen and (max-width: 991px) {
        .entity-panel .each-entity-panel:last-child:before {
          content: "";
          background: none;
          display: none; } }
    .entity-panel .each-entity-panel:last-child:after {
      content: url(../../../images/entity-map-icon-last.png);
      position: absolute;
      top: 0px;
      left: -60px; }
      @media screen and (max-width: 991px) {
        .entity-panel .each-entity-panel:last-child:after {
          content: "";
          display: none; } }

.mappingFields-header {
  display: block;
  width: 100%;
  background: #35414E;
  color: white;
  line-height: 42px;
  height: 42px; }
  @media screen and (max-width: 991px) {
    .mappingFields-header {
      display: inline-block;
      height: auto;
      line-height: 1em; } }
  .mappingFields-header i {
    font-size: 1.5em; }
  @media screen and (max-width: 991px) {
    .mappingFields-header .source-entity {
      text-align: center;
      position: relative; } }
  .mappingFields-header .source-entity .entity-title {
    font-style: italic;
    font-weight: 100; }
  @media screen and (max-width: 991px) {
    .mappingFields-header .source-entity i {
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -1em; } }
  .mappingFields-header .source-entity input[type="text"] {
    width: 95%;
    padding-left: 10px; }
  .mappingFields-header .destination-entity {
    position: relative; }
    @media screen and (max-width: 991px) {
      .mappingFields-header .destination-entity {
        text-align: center;
        margin-top: 1.5em; } }
    .mappingFields-header .destination-entity i {
      position: absolute;
      left: 0px;
      top: 8px; }

.mappingFields {
  display: inline-block;
  width: 100%;
  background: white;
  padding: 6px; }
  .mappingFields tr.heading {
    font-size: 15px;
    height: 42px;
    line-height: 42px; }
    .mappingFields tr.heading th {
      border-bottom: none; }
  .mappingFields tr {
    height: 42px; }

/* End Add new Mapping Form */
/* Endpoint Overview */
.endpoints-overview .sil-listview-model .map-list {
  margin-bottom: 0.5em;
  padding-top: 0em;
  padding-bottom: 0em; }
  .endpoints-overview .sil-listview-model .map-list .each-map {
    background: none;
    padding: 0px;
    border: none; }

.endpoints-overview .sil-tileview-model .map-list {
  padding: 0em;
  margin: 0em; }

/* End .Endpoint Overview */
.group-panel {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  margin-bottom: 1em; }

.group-panel-header {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  height: 35px; }
  .group-panel-header h3 {
    display: inline-block;
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-left: 0.5em;
    padding-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 8000; }
  .group-panel-header .btn {
    float: right;
    margin: 0;
    z-index: 9000; }

.group-panel-content {
  /*h3 {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: underline;
    }

    h5 {
        font-weight: 600;
    }*/ }
  .group-panel-content .padded-content-wrapper {
    padding: 1em; }
  .group-panel-content .content-group {
    padding-top: 2em;
    padding-bottom: 1em; }
    .group-panel-content .content-group:first-of-type {
      padding-top: 0; }
    .group-panel-content .content-group:last-of-type {
      padding-bottom: 0; }
    .group-panel-content .content-group.top-border {
      border-top: 1px solid #d7d7d7; }

.group-divider {
  position: absolute;
  top: -10px;
  text-align: center;
  width: 100%;
  z-index: 9990; }
  .group-divider .group-divider-content {
    position: relative;
    background: white;
    display: inline-block;
    padding: 0em 1.5em; }
    .group-divider .group-divider-content i {
      padding-right: 0.5em; }
    .group-divider .group-divider-content h3 {
      margin-top: 0;
      display: inline-block;
      text-transform: none;
      font-size: 16px;
      border: none; }

input[type=checkbox] {
  width: 1.5em;
  height: 1.5em; }

.workflow-trigger {
  background-color: #2C3542;
  display: inline-block;
  width: 100%;
  padding: 3px;
  color: white; }
  .workflow-trigger .name {
    line-height: 32px;
    display: inline-block; }

.mermaid #start circle {
  fill: green; }

.mermaid #finish circle {
  fill: red; }

.mermaid .label {
  font-weight: 400;
  color: white; }

.mermaid .edgeLabel {
  color: black;
  background-color: #EEEEFF;
  padding-left: 5px;
  padding-right: 5px;
  border: solid #1771a3 1px; }

.mermaid .node rect,
.mermaid .node circle,
.mermaid .node ellipse,
.mermaid .node polygon {
  fill: #3da8dc;
  stroke: black;
  stroke-width: 1px; }

.mermaid .node h4 {
  margin-top: 0px;
  font-weight: 400;
  color: white; }
  .mermaid .node h4 i {
    color: #1771a3; }

.mermaid .edgePath path {
  stroke: #144f6c;
  fill: #144f6c; }

.mermaid .workflowEditToolbar {
  border-bottom: 1px solid #144f6c;
  margin-bottom: 3px;
  height: 16px; }
  .mermaid .workflowEditToolbar a {
    margin-left: 3px; }
  .mermaid .workflowEditToolbar .activityEdit {
    color: #144f6c; }
    .mermaid .workflowEditToolbar .activityEdit:hover {
      color: #1b6f98; }
  .mermaid .workflowEditToolbar .activityDelete {
    color: red; }
    .mermaid .workflowEditToolbar .activityDelete:hover {
      color: #1b6f98; }

.acl-grid .header {
  font-weight: 600;
  background: #35414E;
  color: #fff;
  padding: 3px; }
  .acl-grid .header .actions {
    text-align: right; }

.acl-grid .row {
  padding: 3px; }
  .acl-grid .row.item:hover {
    background: #ededed; }
  .acl-grid .row.roles {
    padding-left: 1em; }

.tristate-checkbox .allow, .tristate-checkbox .deny {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.tristate-checkbox .allow {
  background-image: url(../../../images/checkbox/checked.gif); }

.tristate-checkbox .deny {
  background-image: url(../../../images/checkbox/unchecked.gif); }

.tristate-checkbox .allow.implicit {
  background-image: url(../../../images/checkbox/gray_checked.gif); }

.tristate-checkbox .allow.explicit {
  background-image: url(../../../images/checkbox/checked.gif); }

.tristate-checkbox .deny.implicit {
  background-image: url(../../../images/checkbox/gray_unchecked.gif); }

.tristate-checkbox .deny.explicit {
  background-image: url(../../../images/checkbox/unchecked.gif); }

.modal .configuration-modal .modal-header {
  height: 35px;
  color: white;
  background: #163848;
  padding: 0px 0px 0px 15px; }
  .modal .configuration-modal .modal-header h3 {
    line-height: 35px;
    font-size: 18px;
    margin: 0; }
  .modal .configuration-modal .modal-header .btn {
    float: right;
    margin: 0; }
    .modal .configuration-modal .modal-header .btn.save {
      background-color: #26a69a; }
    .modal .configuration-modal .modal-header .btn.cancel {
      background-color: #444444; }

.modal .configuration-modal .group-panel {
  border-radius: 4px !important; }
  .modal .configuration-modal .group-panel .group-panel-header {
    background-color: #EBEBEB; }

