html,body {
    width: 100%;
    height:100%;
    padding:0;
    margin:0;
}

a {
    color: #2d2d2d;
    text-decoration: none;
}

p {
    margin-top: 4px;
    margin-bottom: 4px;
}

.p-component {
    font-size: 0.8rem;
}

.styleInvisible {
    visibility: hidden;
}
.login-div {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: 9999; 
    background: transparent;    
}

.login-table-div {
    display:table; 
    overflow: hidden; 
    width:100%; 
    height:100%;
}

.login-table-cell {
    display:table-cell; 
    overflow: hidden; 
    vertical-align: middle;
}

.login-inner-div {
    margin-left: 250px; 
    margin-right: 250px; 
    background-color: transparent; 
    border: solid 2px red; 
    border-radius: 25px;
}

.login-table {
    margin: 0 auto;
    border-collapse: collapse;
}

.login-table-td-login-error {
    padding-top: 10px; 
    padding-bottom: 0px; 
    padding-left: 50px; 
    padding-right: 50px;
    font-weight: bold;
    font-size: 14px;
    color: red;
    text-align: center;
}

.login-table-td {
    padding-top: 50px; 
    padding-bottom: 50px; 
    padding-left: 50px; 
    padding-right: 50px;
}

.td-align-right {
    text-align: right;
    padding-right: 65px;
}


.root-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.box-controller {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 24em;
    min-width: 21em;
    height: 35px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(15, 15, 15, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(15, 15, 15, 0.2);
    margin-bottom: 30px;
    align-items: center;
    transition: visibility 0.5s ease-out;
}

.controller {
    flex: 1;
    text-align: center;
    height: 100%;
    line-height: 2;
    cursor: pointer;
}

.selected-controller {
    transition: border 0.5s ease-out;
    border-bottom: 2px solid #70a1ff;
}

.box-container {
    display: flex;
    flex-direction: column;
    max-width: 24em;
    min-width: 21em;
    box-shadow: 0px 0px 20px 0px rgba(15, 15, 15, 0.2);
    border-radius: 6px;
    padding: 24px;
}

.inner-container {
    transition: visibility 0.2s ease-out;
}

.inner-container.show {
    visibility: visible;
}

.header {
    text-align: center;
    padding: 5px;
    margin-bottom: 17px;
    /* margin-left: 35px; */
    /* margin-right: 35px; */
    font-family: Ozxgen, sans-serif;
    font-size: 22px;
    border-bottom: 2px solid #70a1ff;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-group {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
}

.login-label {
    font-family: Oxygen, sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-left: 5px;
}

.login-input {
    height: 2.1em;
    border-radius: 3px;
    border: 1px solid #70a1ff;
    transition: border 0.4s ease-out;
    padding: 13px;
    font-family: Oxygen, sans-serif;
    font-size: 19px;
    color: #3e3e42;
    background: rgba(15, 15, 15, 0.01);
}

.login-input:hover {
    border: 2px solid #70a1ff;
}

.login-input:focus {
    border: 2px solid #6565e7;
    box-shadow: 0px 0px 20px rgba(15, 15, 15, 0.2);
}

.login-input::placeholder {
    font-family: Oxygen, sans-serif;
    font-size: 16px; /*color: rgba(46, 213, 116, 0.839);*/
    color: rgba(15, 15, 15, 0.4);
}

.login-btn {
    padding: 2px 30px;
    /* background-color: #417cef; */
    border: 0;
    font-size: 18px;
    border-radius: 3px;
    font-family: Oxygen, sans-serif;
    background-color: rgba(15, 15, 15, 0.03);
    margin-top: 20px;
    border: 2px solid #417cef;
    transition: background-color 0.3s ease-out;
    cursor: pointer;
}

.login-btn:hover,
.login-btn:focus {
    background-color: #417cef;
    color: white;
}

.select-input {
    height: 2.1em;
    border-radius: 3px;
    border: 1px solid #70a1ff;
    transition: border 0.4s ease-out;
    padding-left: 13px;
    padding-right: 13px;
    font-family: Oxygen, sans-serif;
    font-size: 19px;
    color: #3e3e42;
    background: rgba(15, 15, 15, 0.01);
}

.danger-error {
    color: #e74c3c;
    font-size: 16px;
}

.password-state {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.pwd {
    height: 6px;
    flex: 1;
    visibility: hidden;
}

.pwd-weak {
    background-color: #e74c3c;
}

.pwd-medium {
    background-color: #3498db;
}

.pwd-strong {
    background-color: #2ecc71;
}

.show {
    visibility: visible;
}

header {
  background-color: #fff;
}

.logoDeposit {
    margin-top: 2px;
    float: left;
/*    border-bottom: 1px solid #dee2e6;
    border-width: 0 0 2px 0;*/
    height: 44px;
}

.userDataInfo {
    background-color: greenyellow;
    font-weight: bold;
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
/*    margin-top: 2px;*/
    float: right;
/*    border-bottom: 1px solid #dee2e6;
    border-width: 0 0 2px 0;*/
}

.userTypeInfo {
/*    margin-left: 6px;
    float:right;
    object-fit: cover;*/
    padding: 0.45rem 0.62rem
}

.p-tabview-nav-content {
  display: flex; display: -ms-flex; display: -webkit-flex;
  width: 100%;
  height: 100%;
}

.dataPanel {
    width: 100%;
    overflow-y: auto;
}

.divDataTable {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
}

.divDataTableWrapper {
    width: 100%;
    overflow-y: auto;
}

.iconButton {
  background: transparent;
  border-color: transparent;
  border-radius: 50%;
  box-shadow: none;
  padding: 0.5rem 0.5rem;
}
.iconButton:hover {
  background: rgba(99, 102, 241, 0.04);
  color: #6366F1;
  border-color: transparent;
  cursor: pointer;
  border-radius: 50%;
}

.xyEditor {
    font-size: 10px;
    padding: 2px 2px !important;
}

.xyEditorReadonly {
    font-size: 10px;
    padding: 2px 2px !important;
    color: red;
}

.p-menubar {
    padding: 0.138rem !important;
    background: inherit !important;
    display: inherit !important;
}

.p-menubar-root-list{
    display: inline-flex;
}

.p-menubar-end {
    display: inline-flex;
    float:right;
}

.upload {
    color: green;
}

.download {
    color: orange;
}

.representativeName {
    font-weight: bold;
    margin-right: 15px;
}

.mapForDevices { 
    width: 500px;
    height: 386px; 
    background-color: white;
}

.p-splitter-gutter {
    display: none;
}
.p-splitter-gutter-handle {
    display: none;
}

.dashboard-title {
    background-color: cadetblue;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.dashboard-title-text {
    font-size: 1.25em;
    font-weight: bold;
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    color: beige;
}

.splitter-panel-content {
    width: 100%;
    height: 100%;
}

.splitter-panel-button {
    width: 100%;
    height: 80px;
}

.splitter-panel-data {
    width: 100%;
}

.devices-panel {
    border: 1px solid #F59E0B;
}
.devices-panel-title {
    background-color: hsl(40, 92%, 75%);
}
.device-types-panel-title {
    background-color: hsl(202, 79%, 85%);
}
.device-types-button {
    background: linear-gradient(to left, var(--blue-400) 50%, var(--blue-500) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease-out;
    color: #fff;
    border-color: var(--blue-500);
}
.sales-types-panel-title {
    background-color: hsl(40, 2%, 63%);
}
.partners-panel {
    border: 1px solid #6366F1;
}
.partners-panel-title {
    background-color: hsl(239, 84%, 80%);
}

.alerts-panel {
    border: 1px solid #EF4444;
}
.alerts-panel-title {
    background-color: hsl(355, 100%, 75%);
}

.services-panel {
    border: 1px solid #22C55E;
}
.services-panel-title {
    background-color: hsl(142, 71%, 75%);
}

.map-panel {
    border: 1px solid lightslategray;
    padding: 7px;
}

.section-menu {
    height: 55px;
}

.section-panel-title {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    /* margin-bottom: 10px; */
}

.section-title-text {
    font-size: 1.25em;
    font-weight: bold;
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    color: gray;
}

.section-data {
    margin-top: 10px;
    height: calc(100vh - 120px);
    margin-left: 10px;
    margin-right: 10px;
}

.grid {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.device-status-active {
    font-weight: bold;
    color: green;
}

.device-status-deleted {
    font-weight: bold;
    color: red;
}

.row-status-deleted {
    background-color: rgba(240, 168, 168, 0.15) !important;
}
.row-status-inservice {
    background-color: rgba(184, 179, 243, 0.15) !important;
}
.row-status-outoforder {
    background-color: rgba(239, 240, 168, 0.15) !important;
}
.row-status-blocked {
    background-color: rgba(245, 6, 153, 0.15) !important;
}

.flag {
    font-size: 1.5em;
}
.flag-green {
    color: green;    
}
.flag-yellow {
    color: orange;    
}
.flag-red {
    color: red;    
}

.card-menu-general {
    margin: 5px 5px;
}

.menu-general {
    margin-top: 5px;
    width: 100%;
    background-color: hsl(202, 79%, 85%);
}
