/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, span, a{color: var(--body-fg);}
label{color: var(--body-fg) !important;}
ul {
    margin: 0;
    padding: 0;
}
.ms-Fabric{font-size: 12px;}
.logoHolder{
    text-align: left;
    padding: 5px;
    width: 130px;
    height: 40px;
}
.ms-welcome__header {
    /* display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center; 
    padding: 20px;
    text-align: center;*/
    background-color: #000;
    /*background-color: #004F8D;*/
    padding-bottom: 0px;
    position: relative;
}

.ms-welcome__header .ms-font-su, .ms-welcome__header span , .ms-welcome__header a {
    color: #fff !important;
}
.ms-welcome__header .ms-font-su {
    font-size: 14px;/*22px*/
    margin: 10px 0 5px 0;/*15px 0 5px 0*/
}

.ms-welcome__main {
    padding: 10px 5px;/*20*/
    background-color: transparent;
}
.text-center {
    text-align: center;
}

.ms-welcome__main > h2 {
    width: 100%;
    text-align: center;
}

.ms-welcome__features {
    list-style-type: none;
    margin-top: 20px;
}

.ms-welcome__features.ms-List .ms-ListItem {
    padding-bottom: 20px;
    /* display: -webkit-flex;
    display: flex; */
}

.ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
    margin-right: 10px;
}

.ms-welcome__action.ms-Button--hero {
    margin-top: 30px;
}

.ms-Button.ms-Button--hero .ms-Button-label {
    color: #0078d7;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label {
    color: #005a9e;
    cursor: pointer;
}

b {
    font-weight: bold;
}
.container {
    /*padding: 20px;
            max-width: 400px;*/
    margin: 0 auto;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #323130;
}

.form-group input:not([type="checkbox"], [type="radio"]), .form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #d2d0ce;
    border-radius: 4px;
    font-size: 12px;
    box-sizing: border-box;
}
.form-group input:not([type="checkbox"], [type="radio"]):disabled, .form-group select:disabled {
    color: var(--body-fg);
}
input[type="checkbox"], input[type="radio"]{outline: none; margin-left: 0;}
select option[value="-1"], select option[value="-100"]{font-weight: bold; color: #0078d4;}
.form-group input:focus {
    outline: none;
    border-color: #0078d4;
    box-shadow: 0 0 0 1px #0078d4;
}
.status-connected {
    color: #107c10;
    font-weight: 600;
}

.status-disconnected {
    color: #d13438;
    font-weight: 600;
}
.connection-info {
    /*position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 12px 5px;
    border-radius: 0 0 0 4px;
    margin: 0;*/
    /* background-color: rgba(255, 255, 255, 1); */
}
.connection-info p {
    margin: 5px 0;
    font-size: 10px;
}
#connected-state{
    padding: 0 5px;
}
#status-messages{margin: 5px; position: absolute; top: 40px; left: 15px; right: 15px; z-index: 105;}
#status-messages .status-message{box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); padding: 5px;}
.col-75{width: 75%;}
.col-25{width: 25%;}
.col-50{width: 50%;}
.margin-0{ margin: 0 !important;}
.margin-left-0{ margin-left: 0 !important;}
.margin-right-0{ margin-right: 0 !important;}
.margin-top-0{ margin-top: 0 !important;}
.margin-bottom-0{ margin-bottom: 0 !important;}
.margin-left-5{ margin-left: 5px;}
.margin-right-5{ margin-right: 5px;}
.margin-left-10{ margin-left: 10px;}
.margin-right-10{ margin-right: 10px;}
.margin-bottom-5{ margin-bottom: 5px;}
.margin-bottom-10{ margin-bottom: 10px;}
.margin-top-5{ margin-top: 5px;}
.margin-top-10{ margin-top: 10px;}
.padding-left-5{ padding: 5px;}
.padding-right-5{ padding-right: 5px;}
.padding-left-10{ padding-left: 10px;}
.padding-right-10{ padding-right: 10px;}
.padding-bottom-5{ padding-bottom: 5px;}
.padding-bottom-10{ padding-bottom: 10px;}
.padding-top-5{ padding-top: 5px;}
.padding-top-10{ padding-top: 10px;}
.padding-5{ padding: 5px;}
.padding-10{ padding: 10px;}
.padding-x-5{ padding-left: 5px; padding-right: 5px;}
.padding-x-10{ padding-left: 10px; padding-right: 10px;}
.emphasisContent{white-space: nowrap; display: inline-block; max-width: 85%; overflow: hidden; text-overflow: ellipsis;}
.float-left{
    float: left !important;
}
.float-right{
    float: right !important;
}
.clearfix{
    float: none !important;
    clear: both !important;
}
.clearfix::after{
    content: "";
    display: block;
    float: none !important;
    clear: both !important;
}
.width-50-perc{
    width: 50% !important;
    box-sizing: content-box !important;
}
.width-25-perc{
    width: 25% !important;
    box-sizing: content-box !important;
}
.width-75-perc{
    width: 75% !important;
    box-sizing: content-box !important;
}
.small{
    font-size: 10px !important;
}
.alignWithTitle{position: relative; top: 3px;}
.section {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sectionHead{/*border-bottom: 1px solid var(--body-fg);*/ padding-bottom: 5px; margin-bottom: 10px; position: relative;}
.sectionHead::after{ content: ""; position: absolute; left: 0; right: 0; bottom: 0px; height: 1px; background-color: var(--body-fg); z-index: -1; box-shadow: 0px 1px 2px var(--body-fg); }
.section .sectionTitle {
    margin: 0;
    color: var(--body-fg);
    font-size: 18px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 15px;
}
.btn {
    background: #0078d4;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    transition: background 0.2s;
}
.btn.small{
    padding: 3px 5px;
}
.btn:hover {
    background: #106ebe;
}

.btn:disabled {
    background: #a19f9d;
    border-color: #a19f9d;
    cursor: not-allowed;
}

.btn-secondary {
    background: #f3f2f1;
    color: #323130;
    border: 1px solid #d2d0ce;
}

.btn-secondary:hover {
    background: #edebe9;
}
.btn-default {
    background: #fff;
    color: #004F8D;
    border: 1px solid #004F8D;
}

.btn-default:hover {
    background: #03A9F4;
}
.btn-primary {
    background: #0078d7;
    color: #fff;
    border: 1px solid #0078d7;
}

.btn-primary:hover {
    background: #03A9F4;
}

.btn-danger {
    background: #d13438;
}

.btn-danger:hover {
    background: #a4262c;
}
#disconnect-btn{
    font-size: 10px;
}
.hidden {
    display: none;
}
.progress-bar {
    width: 100%;
    height: 8px;
    background: #edebe9;
    border-radius: 4px;
    overflow: hidden;
    margin: 10px 0;
}

.progress-fill {
    height: 100%;
    background: #0078d4;
    transition: width 0.3s ease;
    width: 0%;
}

div.status-message {
    padding: 0;/*5px*/
    border-radius: 4px;
    margin: 0 0 10px 0;
    font-size: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-align: center;
}
.status-success {
    background: #dff6dd;
    color: #107c10;
    border-color: #107c10;
}
.status-error {
    background: #fdf3f4;
    color: #d13438;
    border-color: #d13438;
}
.status-info {
    background: #deecf9;
    color: #0078d4;
    border: 1px solid #0078d4;
}

.sync-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 15px 0;
}

.stat-box {
    background: #f8f7f6;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
}

.stat-number {
    font-size: 24px;
    font-weight: 600;
    color: #0078d4;
}

.stat-label {
    font-size: 12px;
    color: #605e5c;
    margin-top: 5px;
}
.tableHolder{
    /*overflow: auto;
    max-height: 80px;*/
    max-width: 100%;
}
.table{
    width: 100%;
    border: 0 none;
    margin: 0 auto;
    padding: 0;
    border: 0 none;
    border-spacing: 0px;
}
.table td, .table th{padding: 3px 5px; margin: 0; border: 0 none !important;}
.table thead{}
.table tbody{}
.multiOptionDivHolder {padding: 5px 0 0; clear: both;}
.multiOptionDivHolder::after {content: ""; clear: both; float: none; display: block;}
.multiOptionDiv {
    position: relative; margin: 0 5px 5px 0; background-color: #d9f5fc; padding: 3px 5px 3px 5px; border: 1px solid #BBC7CE; border-radius: 2px; color: #000; display: inline-block; max-width: 230px; /*width: 70px;*/ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.multiOptionDivHolder .multiOptionDiv {float: left; line-height: 18px; font-size: 12px; padding: 3px 20px 3px 5px; width: auto; max-width: 100%; word-wrap: break-word; white-space: normal; }
.multiOptionDivHolder .multiOptionDiv .close{cursor: pointer; position: absolute; right: 5px; top: 8px; width: 9px; height: 9px; font-size: 20px; line-height: 5px; color: #000; opacity: .2;}
.tltipHolder { position: relative; }
.tltipHolder.withTooltip::before { content: "!"; width: 13px; height: 13px; text-align: center; display: inline-block; font-size: 10px; font-weight: bold; line-height: 13px; background-color: rgba(199, 206, 0, 1); border-radius: 50%; color: #fff;  margin:0 3px 0 0; position: relative; top: -5px;}
.tltipHolder.withTooltip:hover .tltip { display: block !important;}
.tltipHolder .tltip { position: absolute; bottom: 100%; right: 0; left: auto; z-index: 10; background-color: rgba(0, 0, 0, 0.65); color: #fff; font-size: 14px; font-style: normal; padding: 5px 10px; display: none !important; max-width: 300px;}
.tltipHolder .tltip.bottom { bottom: auto !important; top: 125% !important;}
.tltipHolder .tltip.left {left: 0; right: auto;}
#loadingOverlay{ display: none; }
.loadingAnim {
    position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; background-color: rgba(0, 0, 0, 0.25); text-align: center; text-align: center; padding: 50px 15px;
}
.loader02{
  border: 8px solid rgb(38,42,153);
  border-top-color: rgb(0, 120, 215);
  border-radius: 50%;
  animation: loader-rotate 1s linear infinite;
  position: absolute;
  z-index:2;
}
@keyframes loader-rotate {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }

}
.logoSpinner {
  position:absolute;
  z-index:3;
  background: url('/assets/Pams_Preloader_Fill.svg') no-repeat center center;
  /* background-size: 50% auto; */
  background-size: 75% auto;
}
.loader02, .logoSpinner { width: 190px; height: 190px; margin: -50px 0 0 -30px; left: 40%; top: 45%; }
.logoSpinner.small {
    width: 120px;
    height: 120px;
    margin: -50px 0 0 -30px;
  }
.loader02.small {
    width: 105px;
    height: 105px;
    margin: -50px 0 0 -30px;
}
.userAvatar{display: block; width:40px; line-height: 40px; height: 40px; text-align: center; margin:5px 0 0 0; background-color: rgb(102, 102, 102); border-radius: 50%;}
#connected-server{color: var(--body-fg);}
.dropdown{position: relative;}
.dropdown .dropdown-trigger{ cursor: pointer;}
.dropdown.show .dropdown-menu{display: block;}
.dropdown .dropdown-menu{display: none; padding: 5px; position: absolute; top: 100%; right: 0; left: auto; z-index: 2; min-width: 150px; background-color: var(--body-bg); color: var(--body-fg); box-shadow: 1px 1px 5px rgba(0,0,0,.5);}