@font-face {
    font-family: "Segoe UI Semilight";
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2);
}

body {
    /*font-family: "SegoeUI-SemiLight-final","Segoe UI SemiLight","Segoe UI WPC Semilight","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif !important;*/
    background-color: #F3F4F7;
}

a {
  color: #00B7FF;
}




a:active, a:focus { outline: none; -moz-outline-style: none; }

.collapsed.row {
    margin: 0 .5rem;
}

.collapsed.row .column {
    margin: .5rem;
}

.ui.compact.grid .row:not(:first-child), .ui.grid .compact.row {
    padding-top: .5rem;
}

.ui.compact.grid .row:not(:last-child), .ui.grid .compact.row {
    padding-bottom: .5rem;
}

.ui.compact.grid .column:not(:first-child), .ui.grid .compact.row .column:not(:first-child), .ui.grid .compact.column {
    padding-left: .5rem;
}

.ui.compact.grid .column:not(:last-child), .ui.grid .compact.row .column:not(:last-child), .ui.grid .compact.column {
    padding-right: .5rem;
}

/*.ui.table td {
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
}*/

.ui.inverted.dimmer {
    background-color: rgba(243, 244, 247, .85);
    /*background-color: #F3F4F7;*/
}

/*.field-array-of-object {
    border-right: 1px solid rgba(34,36,38,.5);
    border-bottom: 1px solid rgba(34,36,38,.5);
    padding: .20em 0em !important;
}*/

i.icon.delete {
    font-size: .8em;
}

i.icon.delete:before {
    content: '\E8BB';
    font-size: .8em;
}

i.icon.plus {
/*    font-size: .8em;*/
}

    i.icon.plus:before {
        content: '\e948';
/*        font-size: .8em;*/
    }

i.icon.remove {
/*    font-size: .8em;*/
}

    i.icon.remove:before {
        content: '\E8BB';
/*        font-size: .8em;*/
    }

i.icon.arrow.up {
/*    font-size: .8em;*/
}

    i.icon.arrow.up:before {
        content: '\E96D';
/*        font-size: .8em;*/
    }

i.icon.arrow.down {
/*    font-size: .8em;*/
}

    i.icon.arrow.down:before {
        content: '\E96E';
/*        font-size: .8em;*/
    }

i.icon.angle.up {
/*    font-size: .8em;*/
}

    i.icon.angle.up:before {
        content: '\E96D';
/*        font-size: .8em;*/
    }

i.icon.angle.down {
/*    font-size: .8em;*/
}

    i.icon.angle.down:before {
        content: '\E96E';
/*        font-size: .8em;*/
    }

i.icon.trash {
/*    font-size: .8em;*/
}

    i.icon.trash:before {
        content: '\E74D';
/*        font-size: .8em;*/
    }

.wsLogoContainer {
    position: absolute;
    width: 180px;
    left: calc(50% - 90px);
    right: calc(50% - 90px);
    top: 6px;
    display: flex;
}

.wsLogo {
    margin-top: auto;
    margin-bottom: auto;
}


.ui.action.input:not([class*="left action"])>input {
    border-right-color: rgba(34,36,38,.15)!important;
}

.signInLoader {
    background-color: rgba(0, 0, 0, .20);
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    /*height: 120px;*/
    box-sizing: border-box;
    color: #FFF;
}

.borderless {
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

#noty_layout__topLeft {
    top: 68px!important;
}

#noty_layout__topRight {
    top: 68px!important;
}

#noty_layout__topCenter {
    top: 68px!important;
}

#noty_layout__top {
    top: 68px!important;
}

.item-link {
  padding-left: 5px;
}

.item-link-right {
  padding-right: 5px;
}

.appCharm {
    background-color: #0075c9;
    line-height: 1!important;
}

/*.ui.inverted.menu {
    height: 52px;
}*/

.appProfile {
    min-width: 80px;
    text-align: right;
    margin-right: 10px;
}

.appProfile .header {
    font-size: 16px;
}

.appProfile .description {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 5px;
    color: lightgray;
}

.appProfileIcon {
    width: 40px;
    height: auto;
}

/*.ui.modal .loader {
    color: rgba(0, 0, 0, .87);
}

.ui.modal .loader:after {
    border-color: #666 transparent transparent
}

.ui.modal .loader:before {
    border-color: rgba(255,255,255,.15);
}*/

/*.ui.checkbox .box:after, .ui.checkbox label:after {
    top: 1px;
    left: 1px;
}*/

.ui.radio.checkbox .box:after, .ui.radio.checkbox label:after {
    top: 2px;
    left: 1px;
}

.ui.button.basic.link, .ui.button.basic.link:hover, .ui.button.basic.link:focus {
    box-shadow: 0 0 !important;
}

.ui.button.basic.link:not(.icon), .ui.button.basic.link:hover:not(.icon), .ui.button.basic.link:focus:not(.icon) {
    background-color: unset!important;
    padding: 5px;
}

i.icon {
    height: 1.17em;
    width: 1.17em;
    margin-top: auto;
    margin-bottom: auto;
}

i.icon:before {
    /*height: 1.17em;
    width: 1.17em;*/
    font-size: 1.17em;
    margin-top: auto;
    margin-bottom: auto;
}

.ui.yellow.message {
    background-color: #fffa65;
    color: #000;
}

.ui.yellow.message .header {
    color: #000;
}

.ui.modal {
  margin-top: auto !important;
  top: 52px;
}

.ui.modal.visible.transition {
  margin-top: auto !important;
  display: inline-block !important;
  position: relative;
  top: 52px;
}

.ui.table {
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.ui.button:not(.basic):not(.icon) {
    min-width: 120px;
}

.ui.attached.segment {
    border-color: #F3F4F7;
}

.ui.detail.segment {
    border: 1px solid rgba(34,36,38,.15);
    padding: .67857143em 1em;
    margin: 0;
}

.ui.segment {
    border-color: #F3F4F7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui.link.segment:hover {
    cursor: pointer;
    border-color: #0078d7;
}

.blue.segment:hover {
    /*background-color: rgba(0, 0, 0, 0.05);*/
    border-color: #0078d7;
    cursor: pointer;
}

.red.segment:hover {
    /*background-color: rgba(0, 0, 0, 0.05);*/
    border-color: #e81123;
    cursor: pointer;
}

.yellow.segment:hover {
    /*background-color: rgba(0, 0, 0, 0.05);*/
    border-color: #ffb900;
    cursor: pointer;
}

.green.segment:hover {
    /*background-color: rgba(0, 0, 0, 0.05);*/
    border-color: #107c10;
    cursor: pointer;
}

.grey.segment:hover {
    /*background-color: rgba(0, 0, 0, 0.05);*/
    border-color: #666;
    cursor: pointer;
}

.black.segment:hover {
    /*background-color: rgba(0, 0, 0, 0.05);*/
    border-color: #000;
    cursor: pointer;
}

.ui.statistics .statistic {
    margin-left: auto;
    margin-right: auto;
}

.ui.statistics.alt .value {
    margin-left: 25%;
    text-align: left;
}

.ui.statistics.alt .label {
    margin-left: 25%;
    text-align: left;
    color: rgba(0,0,0,.6);
}

.ui.statistic.alt .value {
    text-align: left;
}

.ui.statistic.alt .label {
    text-align: left;
    color: rgba(0,0,0,.6);
}

.ui.basic.link.button {
    /*font-weight: 700;*/
}

.ui.fluid.transparent input {
    font-weight: 700;
    border-bottom: 1px solid #000!important;
}

.fitted {
    margin: unset!important;
}

.flipped {
    transform: rotate(180deg)!important;
}

.ui.large.modal > .header {
    font-size: 1.3em;
}

.loading-integration-statistics {
    padding-left: 14px;
    margin-bottom:14px;
}

.add-integration-search { 
    margin-right: 15px;
}

.select-all-checkbox-container {
    margin-left:12px;
}

.ui.inverted.menu {
    background: #484644 !important;
}

.waffle-item {
    font-size: 16px;
    background: #484644 !important;
}

.ui.inverted.menu .item:before {
    background: #ffffff00 !important;
}

.item-border-right {
    border-right: 1px solid #d3d3d3 !important;
}

.no-border:before {
    position: initial !important;
    content: initial !important;
    top: initial !important;
    right: initial !important;
    height: initial !important;
    width: initial !important;
    background: initial !important;
}

.oneconnect-logo {
    font-size: 20px;
    font-weight: 600 !important;
    color: #EDEDED !important;
    text-decoration: none !important;
    line-height: 35px !important;
    font-family: "Segoe UI Web (West European)" !important;
    padding-left: 10px !important;
    padding-right: 5px !important;
    padding-bottom: 21px !important;
}

.oneconnect-groups-list {
    max-height: 500px;
    overflow: auto !important;
    overflow-y: auto !important;
    min-width: 200px;
}

.question-mark-icon {
    font-size: 16px;
}

.user-display-name, .user-display-tenant {
    font-size: 14px !important;
    color: #EDEDED !important;
    margin-left: 10px;
}

.user-display-container {
    padding: 0px !important;
    margin-right: 20px !important;
}

.selected-group {
    background: #555555 !important;
    border-radius: 5px;     
    display: flex;
    font-size: 14px;
    font-weight: 600;
}

.selected-group .description {
    padding-top: 4px;
}

.group-selection:hover {
    background: #484644 !important;
}

.selected-group:after {
    width: 5px;
    content: "\203A";
    font-size: 24px;
    font-weight: 600;
    color: #FFF !important;
    margin-left:10px;
    transform: rotate(90deg);
}

.oneconnect-groups-list .group-item {
    padding: 0px !important;
}


.group-item {
    font-family: "Segoe UI Light" !important;
}

.menu-item-hover:hover {
    background: #3e3e3e !important;
}

.nested-item:hover {
    color: #fff !important;
}
.ui.menu .ui.dropdown .menu > .item:hover {
    color: #fff !important;
    background: #428bca !important;
}

.no-hover {
    background: initial !important;
}

.connection-error-message-container {
    word-wrap:break-word;        
}
.ui.simple.active.dropdown > .menu, .ui.simple.dropdown:hover > .menu {
    display: none;
}

.connection-property-item {
    background: #F9FAFB;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid rgb(243, 244, 247);
}

.no-padding {
    padding: 0 !important;
}

.filter-active {
    color: #0078e7 !important;
}

.integration-strategy-container {
    padding: 8px;
    background: #f6f6f6;
    margin-bottom:8px;
}

.integration-strategy-container > label {
    font-weight: bold;
}

.statistics-container {
    padding: 0px 14px 14px 14px;
}

.integration-license-type-dropdown {
    min-width: 180px !important;
    max-width: 180px;
}
.word-wrap {
    word-wrap: break-word; /* IE */
    word-break: break-all;
}

.integrator {
    min-height: 190px;
}

.integrator-idea > div {
    height: 100%;
}

.installation-logs {
    word-wrap:break-word;
}

.modal-close-button {
    margin-left: auto !important;
}

.modal-header {
    display:flex !important;
    justify-content: space-between;
}

/*Express Installer*/
.express-installer {
    background: #fff !important;
    font-family: "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-weight: 300 !important;
    height: initial !important;
}
.express-installer-integration-tile {
}
.express-installer-step {
}
.express-installer-container {
    width: 100%;
    height: 100%;
    margin-bottom:50px;
}
.express-installer-title-container { 
    margin-bottom:30px !important;
    position:relative;
}

.express-installer-title {
    font-weight:400;
}

.express-installer-message-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.express-installer-info-message-container {
    margin-top: 20px;
}

.express-installer-message {
    word-wrap: break-word;
}

.express-installer-action-buttons {
    padding:10px;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background-color: #ffffff;
    opacity:0.9;
}

.express-installer-sub-title-container {
    margin-bottom:10px;
}

.express-installer-connector-details-container {
    margin-bottom: 20px;
}

.express-installer-installation-message-container {
    margin-top: 40px !important;
}

.express-installer-installation-complete-title {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-size: 2.0rem;
}
.express-installer-installation-close-button-container {
    margin-top: 70px;
}

.express-installer-close-button {
    position:absolute;
    top:0;
    right:0;
    margin:0;
    padding:0 !important;
    background-color:transparent !important;
    cursor:pointer;
}
    .express-installer-close-button > i {
        cursor: pointer;
    }

#linkOnePlanGroupCheckbox {
    margin-top: 10px;
}

#selectOneConnectGroup {
    min-width:400px;
    margin-bottom:10px;
}

.oneplan-label {
    font-weight: 300 !important;
}

.oneplan-primary-button {
    background-color: #fff !important;
    color: rgb(122, 122, 122) !important;
    border: 1px solid rgb(215, 215, 215) !important;
    font-weight: 300 !important;
}
    .oneplan-primary-button:hover {
        background-color: rgb(234, 234, 234) !important;
        border-color: rgb(81, 139, 189) !important;        
    }

.express-installer-connector-name {
    font-weight: 400 !important;
}

.express-installer-connector-properties .field label {    
    font-weight: bold;
}

.express-installer-check-icon {
    -webkit-text-stroke: 2px white;
}

.express-installer-connector-tile-name {
    font-weight: 400 !important;
}

.express-installer-no-borders {
    border:0 !important;
}


.integrator-tile {
    border:1px solid rgb(243, 244, 247);
    cursor:pointer;
    padding:10px;
    margin-bottom:10px;
    display:flex;
}
    .integrator-tile label {
        font-weight: 700;
    }
    .integrator-tile:hover {
        border: 1px solid rgb(0, 120, 215);
    }
.integrator-image-container {
    max-width:60px;
    margin-right: 10px;
}
.integrator-image-container img {
    width:60px;
    height:60px;
}
.integrator-tile-container {
    vertical-align:top;
}

.noty_body {
    word-wrap:break-word;
}

i.green {
    color: #107c10 !important;
}

i.grey {
    color: #666 !important;
}
i.red {
    color: #e81123 !important;
}
i.blue {
    color:#0078d7  !important;
}

.center {
    text-align:center !important;
}

.dt-input[type='search'], select.dt-input {
    background-color: white !important;
}

li {
    list-style-type: initial !important;
}

li:before {
    content: '' !important;
    
}

.ui.message .list:not(.ui) li {
    margin-left: 0px !important;
}

.main-navbar {
    height: 50px;
    position: fixed;
    width: 100vw;
    z-index:1000;
}

#bodyContent {
    padding-top: 50px;
}

.express-installer #bodyContent {
    padding-top: 0px !important;
}

.align-left {
    text-align: left !important;
}

.checkbox.disabled {
    pointer-events: none !important;
}

i.disabled {
    pointer-events: none !important;
    cursor: not-allowed;
    opacity: 0.65;
}

.dataTableProcessing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}


.ui-datepicker {
    position: absolute !important;
}

.connector-small-icon {
    width: 30px !important;
    height: 30px !important;
    display: block;
    margin: 0 auto;
}


.text-center {
    text-align: center;
}

/* Fix action icons wrapping in tables when translated text causes column to shrink */
.ui.table td.right.aligned {
    white-space: nowrap;
}

/* Connect page integrations table: flex layout so the actions column
   always gets the space it needs and the name column absorbs the rest */
#integrationsLandingTable {
    table-layout: auto;
    width: 100%;
}

#integrationsLandingTable thead th:first-child,
#integrationsLandingTable tbody td:first-child {
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
}

#integrationsLandingTable thead th:not(:first-child),
#integrationsLandingTable tbody td:not(:first-child) {
    width: 1%;
    white-space: nowrap;
}

/* Ensure admin dropdown menus accommodate longer translated text */
.ui.menu .ui.dropdown .menu > .item {
    min-width: max-content;
}

/* Override Semantic UI's hardcoded left:100%!important on nested sub-menus
   in the admin shield dropdown so they open to the left instead of right */
.main-navbar .ui.simple.dropdown:hover > .menu > .item:hover > .menu,
.main-navbar .ui.simple.dropdown > .menu > .item:active > .menu {
    left: auto !important;
    right: 100% !important;
}

/* AI Styles Begin */
.ai-chat-div {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 100;
}

.ai-chat-btn {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #01A3F0;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

    .ai-chat-btn:focus {
        background-color: #01A3F0;
        color: #fff;
    }

    .ai-chat-btn:hover {
        background-color: #01A3F0;
        color: #fff;
        transform: scale(1.1);
    }

    .ai-chat-btn i {
        font-size: 18px;
    }

.ai-chat-close-btn {
    position: absolute;
    top: 0;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    color: #01A3F0;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

    .ai-chat-close-btn:hover {
        background-color: #01A3F0;
        color: #fff;
        transform: scale(1.1);
    }

    .ai-chat-close-btn i {
        font-size: 11px;
    }

#ai-chat-container {
    position: fixed;
    top: 50px;
    right: 0;
    height: 100vh;
    width: 400px;
    z-index: 1200;
    background-color: #FFF;
    display: none;
    box-shadow: -3px 1px 10px 0px #d5d5d5;
}

#ai-chat-container-main {
    padding-top:40px;
    padding-bottom:10px;
    height:100%;
    word-wrap: normal;
}


#ai-chat-action-bar {
    padding: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
    z-index: 1200;
    background-color: white;
}

.ai-action-button {
    padding: 7px;
    color: #8d8d8d;
    font-size: 12px;
    cursor: pointer;
}

.ai-iframe { 
    width: 100%;
    height:100%;
    border: 0;
}

/* AI Styles End*/