.material-icons {
    height: inherit;
    width: inherit;
}

.CompanySelect  {
  font-weight: bold;

}

.sidebar-nav {
    padding: 70px 0;
}

.sidebar-nav li {
    text-indent: 0;
    line-height: 25px;
    padding: 8px 20px
}

.WaitModalText{
  margin-top: 10px;
  margin-bottom: 10px
}

.stenaButton{
    background-color: #3f4347;
    color: #ebecec;
    border: 1px solid #b2b4b5;
    white-space: nowrap;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    text-align: center;
}
.stenaButton:hover{
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.2);
  color: #ebecec;
}

.stenaButton:active{
    color: #ebecec;
}
.stenaButton:target{
    color: #ebecec;
}
.stenaButton:focus{
    color: #ebecec;
}


.stenaButton .disable{
   background-color: #d9d9da;
}

.dropdown{
    display: inline;
}

.addrow-col {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.addrow-label {
    white-space: nowrap;
    background-color: #ffffff;
    padding-left: 10px;
    margin-left: -10px;
}


.btn-standard {
    border-radius: 0;
    background:#3f4347;
    border:none;
    color: white;
    padding: 3px 10px;
    height: 30px;
}
/****************************/
/* USER ADMIN PAGE          */
/****************************/

.add-user-form {
    background:#ebecec;
    padding: 20px;
}

.add-user-form .fullname-text {
    color: #65696c;
}   


.add-user-form .companies-selected {
    margin-left: 10px;
}


.add-user-form .companies-selected ul {
    list-style: none;
    font-size: 12px;
}

.add-user-form .addrow-label {
    background:none;
}

.add-user-form .CompanySelect {
    display: inline-block;
    margin-right: 10px;
}

.add-user-form .btn-add-company {
    display: inline-block;
    margin-bottom:10px;
}

.add-user-form .btn-delete-company {
    padding:0 0 2px 4px;
    margin:0;
    font-size: 12px;
    border-radius: 0;
    background:none;
    line-height:0;
}
.add-user-form .btn-delete-company i {
    font-size: 12px;
    font-weight: bold;

}

.btn-delete-user {
    margin: 0 5px;
    
}

.btn-cancel {
    margin-left: 5px;

}

.btn-cancel:hover {


}


.outbound-article-group {
    margin-top: 20px;
    padding: 30px;
    background: #f3f3f3;
  
    
}

.outbound-article-group .outbound-percent {
    color : #333;
    font-weight: 700;
}

.outbound-article-group .outbound-percent.percent-overload {
    color: red;
}

.outbound-article-group .row {
    padding: 5px;
}



  .typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
  }

  .typeahead-demo .custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
  }

  .typeahead-demo .custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }


/****************************/
/* LOGIN PAGE               */
/****************************/

 .login-container {
     display: flex;
     justify-content: center;
     align-items: center;
     min-height: 100vh;
     background-color: #f5f5f5;
     font-family: Arial, sans-serif;
 }

.login-form {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.login-header {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h1 {
    color: #333;
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
}

.login-header p {
    color: #666;
    margin: 0;
}

.login-form .form-group {
    margin-bottom: 1.5rem;
}

.login-form .form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: bold;
}

.login-form .form-group input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
}

.login-form .form-group input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.login-form .btn {
    width: 100%;
    padding: 0.75rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.login-form .btn:hover:not(:disabled) {
    background-color: #0056b3;
}

.login-form .btn:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    padding: 0.75rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
}

.loading {
    display: inline-block;
    margin-right: 0.5rem;
}

.spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
