.showcase {
    position: absolute;
    padding: 30px;
    margin: 0px;
    top: 0px;
    width: 50%;
    background-size: cover;
    background-image: url('/assets/img/grid.png'), linear-gradient(
                    146deg,
                    rgba(22,60,116,1) 0%,
                    rgba(33,31,50,1) 35%,
                    rgba(66,66,122,1) 100%
                );
}

.showcase .showcase-logo {
    position: fixed;
    top:20px;
    left: 20px;
    width: 160px;
}

.showcase-mobile-alternative {
    background: rgb(33,31,50)
}

.btn-primary {
    background-color: #3b3b68;
    border-color: #3b3b68;
}

.btn-primary-outline {
    background-color: #ffffff;
    border-color: #3b3b68;
    color: #3b3b68;
}

.user-acceptance-box {
    border: solid 2px #ced4da;
}

.user-acceptance-header {
    border-bottom: solid 2px #ced4da;
    background-color: #D9D9D9;
    color: black;
    font-size: 14px;
}

.price-image {
    height: 48px;
    width: 48px;
}

.server-text {
    font-size: 12px;
    color: #163D74;
}

.blue-box {
    border: solid 2px #163D74;
    color: #163D74;
    background-color: #D7E9FF;
    font-size: 12px;
}

.blue-box-header {
    margin-left: 70px;
    margin-right: 70px;
    font-size: 16px;
    margin-bottom: 1rem;
}

.under-label {
    font-size: 12px;
    color: #1C4588;
}

.connectors-height {
    max-height: 300px;
    overflow-y: scroll;
}

@media only screen and (max-width: 575px) {
    .connectors-height {
        max-height: 100px;
    }    
}

.connector-card,
.server-card {
    border: solid 2px #D9D9D9;
}

.connector-card-selected,
.selected-server {
    border: solid 2px #1155CC;
}

.connector-image {
    height: auto; 
    width: auto; 
    max-width: 60px; 
    max-height: 40px;
}

.connector-price,
.server-price {
    position: absolute;
    top: 0;
    right: 0;
}

.connector-background,
.server-background {
    background-color: white;
}

.connector-dot {
    position: absolute;
    right: 6%;
    bottom: 14%;
    color: #1155CC;
}

.servers-height {
    overflow-y: scroll;
    max-height: 420px;
    margin-bottom: 0.5rem;
}

.cost-color {
    color: #1155CC;
}

.total-bar {
    border-top: solid 2px #1155CC;
    margin-right: 10px;
    margin-left: 10px;
}

.connector-footer {
    padding-top: .75rem;
}

.pointer {
    cursor: pointer;
}

.absolute-top {
    top: 0px;
    position: absolute;
}

.team-loading {
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;

    z-index: 1000;
}

.loading-bars {
    color: white;
    position: relative; 
    left: 50%;
    top: 30%;
    transform: translateX(-15%);
}

.loading-check-mark {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #1155CC;
    border-radius: 50%;
}

.loading-button {
    position: relative; 
    left: 50%;
    top: 30%;
    width: 300px;
    transform: translateX(-50%);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #2a2944;
    border-color: #2a2944;
}

.btn-primary-outline:hover,
.btn-primary-outline:not(:disabled):not(.disabled).active,
.btn-primary-outline:not(:disabled):not(.disabled):active,
.show>.btn-primary-outline.dropdown-toggle {
    background-color: #2a2944;
    border-color: #2a2944;
    color: #ffffff;
}

#explorer-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1100;
}
#explorer-loader-backdrop {
    width: 100%;
    height: 3000px;
    z-index: 1090;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #1a1a1a;
    opacity: 0.5;
    overflow: hidden;
}
.bg-dmiux-blue {
    background-color: #163C74;
}

.agreement-contents {
    max-height: 300px;
    overflow-y: scroll;
}

.agreement-button {
    width: 200px;
}

.hidden {
    display: none;
}

.connector-name-overflow_text {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.subtle_text {
    font-size: 10px;
    color: #A2ADBE;
}

/* css for the loading gif */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }  

  /* Users tabs sorting icons datatable starts*/
table.dataTable thead .sorting {
    background-image: none !important;
}
table.dataTable thead .sorting_asc {
    background-image: none !important;
}
table.dataTable thead span.sort-icon {
    display: inline-block;
    padding-left: 5px;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

table.dataTable thead .sorting span { background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc span { background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc span { background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc.png') no-repeat center right; }

table.dataTable thead .sorting_asc_disabled span { background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled span { background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png') no-repeat center right; }


  /* Users tabs sorting icons datatable ends */

  .server-dot {
    position: absolute;
    right: 3%;
    bottom: 14%;
    color: #1155CC;
}

.signup-form-bg {
    background-color: #fff;
}

.server-card:hover,
.connector-card:hover {
  cursor: pointer;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.08)
}

.no-resize {
    resize :none;
}

div.hr-with-text {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
    height: 12px;
    margin: 1.5rem 0;
    width: 100%;
}

div.hr-with-text > span {
    padding: 0 5px;
    background: white;
    color:#AAAAAA;
}

#sso-login-options {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
}

#sso-login-options {
    flex: 1 1 0px;
    gap: 1rem;
}

.sso-logo > img {
    width: 24px;
    height: 24px;
}

.sso-logo > span {
    position:relative;
    left: -12px;
}