@import url("./font.css");
body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0;
}
body input{
    font-family: 'Poppins', sans-serif;
}
body button{
    border: none;
    cursor: pointer;
    outline: none;
}
.mdWrapper {
    width: 375px;
    margin: auto;
    border: solid 1px #ececec;
    padding: 10px 0;
    box-sizing: border-box;
}
img.appLogo {
    max-width: 100%;
    height: 64px;
    margin: 40px auto;
    display: block;
}
.mdWrapper h3 {
    text-align: center;
}
.mdWrapper .mdAccounts, .mdWrapper .mdNewAccount, .mdWrapper .tenantList, .mdWrapper .mdInnerWrap {
    width: 85%;
    margin: auto;
}
.mdAccounts > p {
    clear: both;
    color: #878787;
    font-size: 13px;
    margin-bottom: 8px;
}
.mdWrapper .mdAccounts ul, .mdWrapper .mdTenants ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    float: left;
    width: 100%;
}
.mdWrapper .mdAccounts ul.mdOtherAccount, .mdWrapper .mdTenants ul{
    height: 220px;
    overflow-y: auto;
}
.mdAccounts ul li, .mdTenants ul li {
    width: 100%;
    margin: 10px auto;
    display: block;
    height: 55px;
    position: relative;
    clear: both;
}
.mdTenants ul li{
    height: 45px;
}
.mdAccounts ul li:after, .mdTenants ul li:after {
    content: "";
    border-bottom: solid 1px #BEC0C6;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 85%;
}
.mdAccounts ul li [class*="Caption"], .mdTenants ul li [class*="Caption"] {
    float: left;
    width: 15%;
}
.mdAccounts ul li [class*="Caption"] span, .mdTenants ul li [class*="Caption"] span {
    width: 38px;
    height: 38px;
    float: left;
    background: #D5F5DF;
    border-radius: 50%;
    margin-top: 3px;
    text-align: center;
    line-height: 37px;
    color: #1e1e1e;
}
.mdAccounts ul li:nth-child(n+1) [class*="Caption"] span, .mdTenants ul li:nth-child(n+1) [class*="Caption"] span{
    background: #F5F5D0;
}
.mdAccounts ul li:nth-child(n+2) [class*="Caption"] span, .mdTenants ul li:nth-child(n+2) [class*="Caption"] span{
    background: #F4D5F5;
}
.mdAccounts ul li:nth-child(n+3) [class*="Caption"] span, .mdTenants ul li:nth-child(n+3) [class*="Caption"] span{
    background: #F5D5D5;
}
.mdAccounts ul li:nth-child(n+4) [class*="Caption"] span, .mdTenants ul li:nth-child(n+4) [class*="Caption"] span{
    background: #D5EEF5;
}
.mdAccounts ul li:nth-child(n+5) [class*="Caption"] span, .mdTenants ul li:nth-child(n+5) [class*="Caption"] span{
    background: #F5EAD5;
}
.mdAccounts ul li [class*="User"], .mdTenants ul li [class*="User"] {
    float: left;
    width: 80%;
}
.mdAccounts ul li [class*="Action"], .mdTenants ul li [class*="Action"] {
    float: left;
    width: 5%;
}
.mdAccounts ul li [class*="Action"] img {
    margin-top: 15px;
}
.mdTenants ul li [class*="Action"] img{
    margin-top: 12px;
}
.mdAccounts [class*="User"] h4, .mdTenants [class*="User"] h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}
.mdTenants [class*="User"] h4 {
    line-height: 40px;
}
.mdAccounts [class*="User"] p{
    margin-top: 5px;
    font-size: 13px;
    color: #878787;
    font-weight: 500;
    margin-bottom: 8px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.mdAccounts .mdOtherAccount li {
    margin-bottom: 20px;
}
.mdAccounts .accounts {
    clear: both;
}
.mdAccounts .accounts a {
    background: #000;
    display: inline-block;
    z-index: 1;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}
.mdAccounts .accounts.fixedAccounts a {
    position: fixed;
    bottom: 20px;
    right: 30px;
}
.mdAccounts .accounts:not(.fixedAccounts) a {
    position: relative;
    display: block;
    margin-left: auto;
    margin-bottom: 20px;
}
.mdAccounts .accounts.addAccount a{
    padding-top: 15px;
}
.mdWrapper .mdAccounts ul.mdOtherAccount {
    margin-bottom: 5px;
}
.mdAccounts .moreActiveUsers, .mdTenants .moreActiveUsers {
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    clear: both;
    float: left;
    width: 100%;
}
.mdNewAccount label{
    color: #878787;
    font-size: 13px;
}
.mdNewAccount input {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    color: #1E1E1E;
    outline: none;
    background: none;
    border: none;
}
.mdNewAccount:not(.noEdit) input{
    border: none;
    border-bottom: solid 1px #BEC0C6;
    margin-top: 5px;
}
.mdNewAccount .form-group {
    position: relative;
}
.mdWrapper img.profilePicture {
    width: 38px;
    border-radius: 50%;
    height: 38px;
    object-fit: cover;
}
.mdNewAccount .form-group span {
    position: absolute;
    right: 0;
    bottom: 1px;
    background: #fff;
    padding-bottom: 5px;
}
.mdNewAccount button, .mdWrapper .btn-normal {
    background: #000;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    box-sizing: border-box;
    text-align: center;
}
.mdWrapper .copyright {
    margin: auto;
    font-size: 12px;
    text-align: center;
    color: #878787;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
}
.mdWrapper .noTenant{
    text-align: center;
}
.tenantList .noTenant h5 {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    width: 75%;
    margin: 15px auto 0;
}
.mdWrapper a.btn-normal {
    clear: both;
    display: inline-block;
    text-decoration: none;
}
.mdWrapper a.goBack {
    margin-top: 25px;
    display: inline-block;
}
/* Error Style */
.errorMessage{
    color: #F04B1F;
    margin-bottom: 0;
}
.mdNewAccount input.inputError{
    border-color: #F04B1F;
}
/* Error Style */
/* Loader Full */

.lds-ring-full {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    padding-top: 45vh;
    background: #fff;
    z-index: 9;
}

/* Loader Full */
/* Loader */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 30px auto;
    display: block;
}
.lds-ring div, .lds-ring-full div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 8px auto;
    left: 0;
    right: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1), .lds-ring-full div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2), .lds-ring-full div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3), .lds-ring-full div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-ring-full {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Loader */


@media screen and (min-width: 768px){
    .mdWrapper{
        background: #fff;
        top: 50%;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width: 768px){
    
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 767px) and (orientation: portrait){
    .mdWrapper{
        width: 100%;
        border: none;
    }
    .mdWrapper .mdAccounts, .mdWrapper .mdNewAccount, .mdWrapper .tenantList, .mdWrapper .mdInnerWrap{
        width: 90%;
    }
}
@media screen and (max-width: 767px) and (orientation: landscape){
    
}

@media screen and (min-width: 1024px){
    .mdWrapper{
        min-height: 600px
    }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #87878791;
    font-weight: 400;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #87878791;
    font-weight: 400;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #87878791;
    font-weight: 400;
  }
